
/* Normalizes margin, padding */
body,ul,ol,li,img,form,p,h1,h2,h3,h4,h5,h6,blockquote {
	margin: 0;
	padding: 0;
	border: none;
/*	list-style: none; */
	font-weight: normal;
	}

html, body {
	margin:0;
	padding:0;
	height:100%;
	background : #12296d url(/graphics/bkgnd_fade.jpg) repeat-x;
	}

body {
	color: #d8f2ff;
	font-family:Arial, sans-serif;
	height:100%;
	font-size:12px;
	}
	
/* Page
------------------------------------------------- */		
#page {
	width: 100%;
	}

body > #page {height: auto;}

/* centerd container 
------------------------------------------------- */
.container {
	margin: 0 auto;
	position: relative;
	width: 810px;
	padding-left:0px;
	clear: both;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	/*
	padding-bottom:153px;
	*/
	}
.container-bottom {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background : #12296d;
	}

div#menu { 
width : 1004px;
height : 36px;
padding-top:10px;
text-align : left;
font : 100%/1.5 Impact, Arial Black, sans-serif;
font-size:18px;
color: #fbaf5d;
background : #fffde0;}

#bullet {
margin-left:10px;
margin-right:10px;
margin-bottom:4px;
}

#testimonial {
font : 90%/1.3 Bookman Old Style, sans-serif;
color : #464646;
width : 404px;
height : 137px;
margin-top:10px;
background : #9cb5dd url(../graphics/bkgnd_testimonial.png) no-repeat 0 0;
}

div#footer { 
padding-top:20px;
font : 60%/1.3 Arial, sans-serif;
color:#FFFFFF;
}

/* typography.css */

p {
margin-top:14px;
color : #464646; }

h1 {
font-size : 16px;
font-weight : bold; 
color : #22407c;} 

a { text-decoration:none; }
a:link { color:#fbaf5d; }
a:visited { color:#fbaf5d; }
a:active { color:#fbaf5d; }
a:hover { color:#404040; text-decoration:none; }

A.bluelink:link            { color:#00378d; text-decoration:none; }
A.bluelink:visited         { color:#00378d; text-decoration:none; }
A.bluelink:active          { color:#00378d; text-decoration:none; }
A.bluelink:hover           { color:#719dd2; text-decoration:none; }

A.whitelink:link            { color:#FFFFFF; font: 14px/1.9 Arial, sans-serif; text-decoration:none; }
A.whitelink:visited         { color:#FFFFFF; font: 14px/1.9 Arial, sans-serif; text-decoration:none; }
A.whitelink:active          { color:#FFFFFF; font: 14px/1.9 Arial, sans-serif; text-decoration:none; }
A.whitelink:hover           { color:#888888; font: 14px/1.9 Arial, sans-serif; text-decoration:none; }

.footerNav {text-decoration:none; line-height: 1.9;}
.footerNav a:link          { color:#464646; text-decoration:none; }
.footerNav a:visited       { color:#464646; text-decoration:none; }
.footerNav a:active          { color:#464646; text-decoration:none; }
.footerNav a:hover           { color:#757575; text-decoration:none; }

.applyForm {border: 1px solid #666666;margin-bottom:0px; margin-top:0px;}

ul.bodylist {
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font : 12px/1.4 Arial, sans-serif;
	color : #000000;
	list-style:disc;
}

