@charset "utf-8";
/* CSS Document */


/********  Background  **********/
body {
	background-color: #1C1751;
}
/********  Container  **********/
#container {
	width: 796px;
	margin: 10px auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	background-color: #FFFFFF;
}
/********  Content  **********/
#content{
	background-color: #FFFFFF;
	margin: 10px 20px 10px 20px;
	padding: 0 10px 0 10px;
}

/********  Header  **********/
#header {
	height: 134px;
	width: 796px;
	margin: 0;
	background-image: url(../images_page/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	top: 0px;
	left: 0px;
}
/********  Login Navigation  **********/
#nav-login {
	position: absolute;
	top: 3px;
	height: 22px;
	margin: 0;
	padding: 0;
	right: 4px;
	width: 62px;
}
.nav-login {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.nav-login li {
	color: #FFFFFF;
	display: inline;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.nav-login li a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav-login li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}
/********  Header Logo Link **********/
#header_logo{
	width: 135px;
	height: 134px;
	position: absolute;
	top: 0px;
	left: 37px;
}
/********  Footer **********/
#footer {
	height: 72px;
	width: 796px;
	position: relative;
	clear: both;
	margin: 0;
}
.footer {
	background-image: url(../images_page/footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
/********  Footer 35th   **********/
.footer_35th {
	background-image: url(../images_page/footer_35.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
/********  Footer Navigation **********/
#nav-footer {
	position: absolute;
	bottom: 48px;
	left: 478px;
	width: 188px;
	margin: 0;
	padding: 0;
}
.nav-footer {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-weight: bold;
}
.nav-footer li {
	display: inline;
	text-decoration: none;
	border-left: 1px solid #FFFFFF;
	padding: 0 9px 0 12px;
	margin: 0;
	font-size: 12px;
}
.nav-footer li.first {
	text-decoration: none;
	border-left: none;
}
.nav-footer li a {
	text-decoration: none;
	color: #FFFFFF;
}
.nav-footer li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/********  Footer Copyright  **********/	
#footer-copyright {
	position: absolute;
	left: 12px;
	width: 400px;
	padding: 0;
	margin: 0;
	bottom: 4px;
}
.footer-copyright {
	color: #FFFFFF;
	font-size: 10px;
	font-family: "Tahoma", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

/********  Two Column Page, right column gray  **********/
#mainContent {
	margin: 20px 325px 0 0;
}
#contentBox {
	margin: 20px 20px 20px 0px;
	padding: 0;
}
#contentSide {
	float: right;
	width: 290px;
	padding: 10px 10px 10px 10px;
	margin: 25px 0px 10px 15px;
	background-color: #E4E2E3;
	border-color: #195C90;
	border-width: 2px 0 2px 0;
	border-style: solid;
}
