@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	
}
dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
dd {
	text-indent: 15px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-image: url(../img/green-arrow.png);
	margin-left: 25px;
}



div#left_sidebar {
    float: left;
    width: 176px;
    height: 131px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 5px;
    font-size: 9pt;
    font-weight: bold;
}

div#main {
    margin: 0pt auto;
    width: 1024px;
}

div#header {
    clear: both;
    width: 1024px;
    height: 166px;
    background: #fff url(../img/header_colors.png) repeat-y;
    
}
div#header_top {
    width: 1024px;
    height: 60px;
    background: #fff url(../img/grey_square.jpg) repeat-x top;
}

div#header_menu {
    width: 1024px;
    height: 21px;
    background: #fff url(../img/header_menu.png) left;
}

div#header_menu a {
    float:right;
    color: #fff;
    font: normal 0.75em Arial, sans-serif;
    
}

img#logo {
    position: relative;
    left: 210px;
    cursor: pointer;
    
}

div#helpbox {
    float: right;
    height: 34px;
    text-align: center;
    margin-right: 10px;
}

div#helpbox a {
    color: #000;
    text-decoration: none;
    font-size: 9pt;
}

div#body_top {
    clear: both;
    width: 1024px;
    height: 597px;
    background: #fff url(../img/body_top_colors.png) repeat-y;
}

div#loginbox {
	float: left;
	color: #fff;
	width: 176px;
	height: auto;
	border: 1px solid white;
	background-color: #345ebc;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 5px;
}

div#loginbox label {
    float: left;
    width: 62px;
}

div#loginbox input {
    float: left;
    width: 105px;
    border: 1px solid black;
    padding-left: 5px;
    background-color: #88a0d8;
    color: #fff;
    font-size: 9pt;
}

div#loginbox br {
    clear: left;
    margin: 6px 0;
}

div#loginbox a {
    color: #fff;
}

#verisign {
    clear: left;
    float: left;
    margin-top: 15px;
    margin-left: 44px;
}

div#body_content_top {
    float: right;
    width: 793px;
    height: 29px;
    margin-right: 26px;
    margin-top: -29px;
    background: #fff url(../img/content_top.png) top;
}

div#body_content {
    clear:right;
    float: right;
    width: 757px;
    height: 590px;
    margin-right: 34px;
    margin-top: -22px;
    padding: 10px;
    position: relative;
    z-index: 9;
}

div#body_content p {
    font-size: 10pt;
}

div#home_para1 {
    clear: both;
    color: #161616;
    background-color: #cbcbcb;
    padding: 10px;
}

div#home_para2 {
    clear: both;
    color: #161616;
    background-color: #a3a3a3;
    padding: 10px;
}

div#home_para3 {
    clear: both;
    color: #fff;
    background-color: #676666;
    padding: 10px;
}

div#home_para1 h4, div#home_para2 h4, div#home_para3 h4 {
    padding-bottom: 5px;
}


div#home_para1 p, div#home_para2 p, div#home_para3 p {
    font-size: 8pt;
/*    text-align: justify;*/
/*    padding-bottom: 10px;*/
    line-height: 1.4em;
}

div#home_para1 br, div#home_para2 br, div#home_para3 br {
    clear: both;
}

div#mission {
    text-align: center;
    width: 717px;
    background-color: #cbcbcb;
    font-size: 9pt;
    font-style: italic;
    padding: 20px;
    
}

div#body_content_footer {
    clear:right;
    float: right;
    width: 757px;
    height: auto;
    margin-right: 34px;
    padding: 10px 10px 0;
    color: #333333;
    font-size: 8pt;
    position: relative;
    z-index: 9;
}

div#body_content_footer a {
    color: #333333;
    
}

div#body_bottom {
    clear: left;
    width: 1024px;
    height: 264px;
    background: #fff url(../img/body_bottom_colors.png) repeat-y;
}

div#body_bottom img {
    margin: 175px 0 0 25px;
}

div#left_sidebar_content {
	width: 175px;
	color: #333333;
	margin-top: 15px;
	font-size: 11px;
}
