/* CSS Document */
html { 
	font-size: 125%;
}
body {
	font: 50% Arial, Helvetica, sans-serif;
	color: #004151;
	line-height:1.5;
	text-align: center;
	background-color: #fff;
	background-image: url(images/green-bar.gif);
	background-repeat: repeat-x;
}
* {	
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#wrapper {
	width: 830px;
	height: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: left;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
}
#content_area {
	width: 830px;
	float: left;
	margin-bottom: 27px;
}
/* header */
#page_title {
	width: 670px;
	height: 200px;
	float: left;
}
#page_title img {
	margin: 150px 0 0 15px;
}
#logo {
	width: 160px;
	height: 200px;
	float: left;
}
#logo img {
	margin-top: 40px;
}
#left_column {
	float: left;
	width: 203px;
}
#right_column {
	float: left;
	width: 627px;
}
/* Navigation */
#navigation {
	margin-top: 25px;
	margin-left: 15px;
	height: 480px;
	border-left: 20px solid #004151;
	float: left;
}
*html #navigation {
	margin-left: 7px;
}
#navigation ul {
	list-style: none;
	font-size: 1.2em;
}
#navigation ul li {
	padding: 0 0 13px 10px;
	font-weight: bold;
}
#navigation ul li ul {
	margin: 3px 0 -3px 0;
	font-size: 1em!important;
}
#navigation ul li ul li {
	padding: 3px 0 3px 5px;
	font-weight: bold;
}
#navigation a {
	color: #004151;
	text-decoration: none;
}
#navigation ul li ul a {
	color: #809EAA!important;
	text-decoration: none;
}
#navigation .current_page {
	color: #DAEB00;
}
#navigation .current_section a {
	color: #DAEB00;
}
/* Main Pic */
#main_pic {
	margin-top: 25px;
}
/* Text  Area */
#text_area {
	width: 592px;
	height: 304px;
	overflow: auto;
	margin-top: 21px;
	float: left;
}
#content {
	margin-right: 20px;
	font-size: 1.2em;
}
/* footer */
#footer {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	width: 50%;
	text-align: left;
}
#footer ul {
	color: #809EAA;
	padding-left: 15px;
	list-style: none;
}
#footer li{ 
	display: inline;
}
#footer ul li a {
	color: #809EAA;
	padding: 0 3px 0 4px;
	text-decoration: underline;
}
#footer ul li a:visited {
	color: #DAEB00!important;
	font-weight: bold;
	text-decoration:underline;
}
#footer_web_link {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	width: 49%;
	text-align: right;
}
#footer_web_link ul {
	list-style: none;
	padding-right: 3px;
}
#footer_web_link ul li a {
	color: #809EAA;
	padding: 0 3px 0 4px;
	text-decoration: underline;
}
#footer_web_link ul li a:visited {
	color: #DAEB00!important;
	font-weight: bold;
	text-decoration:underline;
}
