#head, #footer,#container { width: 900px;  color: white; font-weight: bold;  }
#head {
	background-color: #005598; 
	height: 72px;
	clear: both;
}
#head div {
	float: left;
}

#head div.tagline {
	margin: 0px 0px;
	padding: 3px 0px 0px 0px;
	font-size: 22px;
	color: #D0E7F7;
}

 #container { 
	width: 900px;  background-color : #D0E7F7; padding: 10px; /*border: 1px solid #31F631;*/ color: black;font-weight: normal;
	font-family: Arial,Verdana,Tahom,Helvetical,sans-serif; font-size: 12pt;
}
/* #container div { background-color: white; font-family: Arial,Verdana,Tahom,Helvetical,sans-serif; font-size: 12pt;}*/
 #left { 
	background:
		url('/images/leftnav/left_nav_background_full_2.gif')
		bottom center no-repeat;
	text-align: left; 
	width:210px;   
	background-color: #FFF;
	border-left: 1px solid #31F631;
	border-bottom: 1px solid #31F631;
	border-top: 1px  solid #31F631;
}
 td { background-color: white; vertical-align: top; }
 td.spacer { width: 10px; border-top: 1px  solid #31F631; border-bottom: 1px  solid #31F631}
 td.grnbord { border-right: 1px solid #31D031;;}
 #main { text-align: justify; width:650px; }
 #footer{ clear: left;  }
 img { border: 0px; }

/* BEGIN FOOTER STYLES */

div#footer {
	position: relative;
	font-family: Arial;
	font-size: 12px;
	width: 900px;
	height: 100px;
	text-align: center;
    clear: left;
	background-color: #D0E7F7;
	bottom: 0;
	color:#343331;
}

div#footer div#footer_links_wrapper {
	
    /*border: 1px solid #000;*/
    text-align: center;
	clear: both;
	padding: 0px 100px;
	margin: 0px 100px;
}

div#footer div#footer_links_wrapper div.footer_links a {
    float: left;
    margin: 0px 0px;
    padding: 0px 5px;
    border-right: 1px solid #86939B;
    color: #343331;
    text-decoration: none;
	height: 15px;
}

div#footer div#footer_links_wrapper div.footer_links a:Hover {
	text-decoration: underline;
}

div#footer div#trademark {
	clear: both;
	margin: 2px 110px;
	padding: 20px 0px;
}

/*END FOOTER STYLES */

