/* LAYER FORMATS */
body { 
margin:0; 
padding:0; 
height:100%; 
text-align: center;
background-color: #001840;
}
/* LAYER FORMATS */
#Page {
    /* text-align is inherited; reset it */
	width:800px;
	height:auto;
    margin-left: auto;
	margin-right: auto;
	vertical-align:middle;
	text-align:left;
}
#Menu {
	position:relative;
	width:800px;
	height:142;
	z-index:3;
	
}
#Content {
	position:absolute;
	background-image:url(images/content_bg.jpg);
	top:125px;
	width:800px;
	height:463px;
	z-index:1;
}
#HomeContent {
	position:absolute;
	background-image:url(images/content_bg.jpg);
	/*background-color:#FFFFFF;*/
	top:125px;
	width:800px;
	height:463px;
	z-index:1;
}
#TermsContent {
	position:absolute;
	background-color:white;
	top:125px;
	width:800px;
/*	height:3200px; */
	z-index:1;
}
#PrivacyContent {
	position:absolute;
	background-color:white;
	top:125px;
	width:800px;
/*	height:1940px; */
	z-index:1;
}
#Footer {
	position:absolute;
	height:45px;
	width:800px;
	top:558px;
	z-index:2;
	background:url(images/footer_bg.jpg);
}
#HomeFooter {
	position:absolute;
	height:45px;
	width:800px;
	top:558px;
	z-index:2;
	background:url(images/footer_bg.jpg);
}
#TermsFooter {
	position:relative;
	height:45px;
	width:800px;
/*	top:2255px;*/
	z-index:2;
}
#PrivacyFooter {
	position:absolute;
	height:45px;
	width:800px;
/*	top:2040px; */
	z-index:2;
}
/* LINKS */
a {
	font-family: Verdana;
	font-size:12px;
	font-weight: normal;
}
a:link {
	font-family: Verdana;
	font-size: 12px;
	color: #003768;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #003768;
	text-decoration: none;
}
a:active {
	color: #003768;
	text-decoration: none;
}
a:hover {
	color: #7a7a5e;
	text-decoration: none;
}


.blueLink A:link {
	font-family: Verdana;
	font-size: 12px;
	color: #003768;
	font-weight: normal;
}
.blueLink A:visited {
	color: #003768;
}
.blueLink A:active {
	color: #003768;
}
.blueLink A:hover {
	color: #7a7a5e;
}

.grayLink A:link {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.grayLink A:visited {
	color: #666666;
}
.grayLink A:active {
	color: #666666;
}
.grayLink A:hover {
color: #003768;
}

.whiteLink A:link {
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}
.whiteLink A:visited {
	color: #999999;
}
.whiteLink A:active {
	color: #999999;
}
.whiteLink A:hover {
color: #003768;
}
/* TEXT FORMATS */
.body_blue {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	color: #003768;
}
.body_gray {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
.body_white {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.body_gray_heading {
	font-family: Verdana;
	font-size: 12px;
	font-weight:normal;
	color: #666666;
}
.body_blue_heading {
	font-family: Verdana;
	font-size: 12px;
	font-weight:normal;
	color: #003768;
}
.menu_gold_heading {
	font-family: Verdana;
	font-size: 12px;
	font-weight:normal;
	color: #7a7a5e;
}
.blue_heading {
	font-family: Verdana;
	font-size: 16px;
	font-weight:normal;
	color: #003768;
}
.light_blue_heading {
	font-family: Verdana;
	font-size: 16px;
	font-weight:normal;
	color: #0066FF;
}
.menu_gold_bullets {
	font-family: Verdana;
	font-size: 8px;
	font-weight:normal;
	elevation:higher;
	padding-bottom:5px;
	line-height:normal;
	color: #7a7a5e;
}