body {
	background-color:#999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.errormessage {
	font-size: 12px;
	color: #FF007E;
	font-weight: bold;
}
.container {
	height: auto;
	width: 900px;
	margin: 0 auto;
	border: 15px solid #FFFFFF;
}
.blueBG {
	height: auto;
	width: 900px;
	background-image: url(../images/bg.gif);
	background-color: #FFFFFF;
	margin: 0px;
	background-repeat: repeat-x;
}
.navMmenu {
	height: auto;
	width: 900px;
}
.footer {
	height:auto; 
	background-color:#FFFFFF; 
	border:#FFFFFF 15px solid;
	width:900px;
	margin: 0 auto;
}
.footContent {
}
.footLogos {
	margin-left:100px;
	float:left;
}
.footText {
	text-align:center;
	color: #999999;
	font-size:10px;
}
.footText a, .footText a:link, .footText a:visited {
	color: #999999;
	text-decoration: underline;
}
.footText a:hover {
	color: #999999;
	background-color: #FF007E;
	text-decoration: none;
}
.dblBox .mainContent {
	margin: 10px;
}
.mainBox {
	margin-left: 48px;
	margin-right: 48px;
	width: 804px;
	height: auto;
}
.whiteBlock {
	background-color: #FFFFFF;
	padding: 15px;
	margin-bottom: 4px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a, a:link, a:visited {
	color: #FF0066;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
