@charset "utf-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	background-image: url(images/site_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
.myu4ever #container {
	width: 754px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.myu4ever #mainContent {
	background-color: #fbeeee;
	background-image: url(images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	border: 1px solid #CCCCCC;
}
h1 {
	font-size:16pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #bb0900;
}
h2 {
	font-size:12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #bb0900;
}
h3 {
	font-size:10pt;
}
