@charset "UTF-8";

body {
	font: 100% Arial;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #4C697B;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000;	
}
a:link {
	color: #0000D1;
}
a:visited {
	color: #0000D1;
}
a:active {
	color: #0000D1;
}

a {
	font-size: 13px;
	color: #0000D1;
}
.standard #menu {
	border-bottom-color: #577D8F;
	border-bottom-style: hidden;
	border-bottom-width: 1px;
	border-top-color: #FFF;
	border-top-width: 4px;
	border-top-style: solid;
}
.standard #menu {
	height:0;
	position:relative;
	width:951px;
	top: 0px;
	margin: 0 auto;
}
.standard #menu {
	height: 20px;
	background-color: #FFF;
	text-align: left;
	color: #000;
	font-family: Arial, sans-serif;
}
.standard #container {
	width: 951px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 0;
	border: 1px solid #577D8F;
}
.standard #mainContent {
	padding: 0 150px;
}
.standard #contentbox {
	width: 400px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center;
	left: 0px;
}
.standard #textcenter {
	width: auto;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center;
	top: 150px;
}
.standard #leftbox {
	float:left;
	padding:10;
}
.standard #box {
	float:inherit;
	padding:10;
	text-align: center;
}
.standard #rightbox {
	float:right;
	padding:10;
}
.standard #footer {
	border-bottom-color: #577D8F;
	border-bottom-style: hidden;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-top-style: solid;
}
.standard #footer {
	height:0;
	position:relative;
	width:951px;
	bottom: 0px;
	margin: 0 auto;
}
.standard #footer {
	height: 50px;
	text-align: center;
	color: #FFF;
	font-family: Arial, sans-serif;
}
