@charset "utf-8";
/* CSS Document */

body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#000000;
}
h1, h2, p{
	padding:0px;
	margin-top:0px;
	margin-bottom:10px;
}
h1{
	font-size:18px;
}
h2{
	font-size:16px;
}
h3{
	padding:0px;
	margin-bottom:0px;
	margin-top:4px;
	font-size:14px;
}
img{
	border:none;
}
#container{
	width:1011px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	background-color:white;
}
#header{
	width:1011px;
	height:118px;
}
#header_img{
	width:1011px;
	height:239px;
}
#navigation ul{
	margin:0px;
	padding:0px;
	height:28px;
	width:1011px;
}
#navigation li{
	list-style-type:none;
	display:block;
	float:left;
	width:169px;
	height:28px;
	text-align:center;
}
#navigation a{
	display:block;
	padding-top:7px;
	width:100%;
	height:21px;
}
#navigation li a:link{
	color:#666666;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	background-image:url(../images/up.gif);
}
#navigation li a:visited{
	color:#666666;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	background-image:url(../images/up.gif);
}
#navigation li a:hover{
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	background-color:#003399;
	background-image:url(../images/over.gif);
}
#navigation li a:active{
	color:#666666;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	background-image:url(../images/up.gif);
}
#footer_text {
	background-color: #000000;
	text-align: center;
	width: 100%;
}
#footer_text p {
	color: #FFFFFF;
}
.blue_separator {
	color: #435FB2;
}

#main{
	width:1011px;
	background-color:#FFFFFF;
	padding-top:25px;
	
}
#left{
	float:left;
	width:52%;
}
#left_content{
	padding-left:40px;
	padding-right:20px;
	font-size:14px;
}
#right{
	float:left;
	width:48%;
}
#right_content{
	background-image:url(../images/iama.jpg);
	background-repeat:no-repeat;
	width:431px;
	height:200px;
	padding-top:48px;
	padding-left:35px;
}
right_content_bottom{
	width:466px;
}
/*
#right_content ul{
	margin-left:35px;
}
#right_content li{
	list-style-image:url(../images/blue.jpg);
}
#right_content ul li a{
	font-size:16px;
	display:block;
	position:relative;
}
#right_content ul li span{
	position:absolute;
	top: -8px;
}
*/
.float_holder{
	width:344px;
}
.float_holder a{
	text-decoration:none;
	color:#000000;
}
.blue_button{
	float:left;
	width:26px;
}
.text_holder{
	float:left;
	width:318px;
}
.line_clearer{
	clear:both;
	height:4px;
	border-bottom:1px #999999 solid;
	margin-bottom:4px;
}
.clearer{
	clear:both;
	height:0px;
	margin:0px;
	padding:0px;
}
.floater{
	float:left;
	width:223px;
	height:86px;
}
.strong_blue{
	font-weight:bold;
	color:#003399;
}
#footer{
	height:12px;
	width:100%;
}
#left_content .strong_blue a:link{
	text-decoration:none;
	color:#003399;
}
#left_content .strong_blue a:visited{
	text-decoration:none;
	color:#003399;
}
#left_content .strong_blue a:hover{
	text-decoration:none;
	color:#003399;
}
#left_content .strong_blue a:active{
	text-decoration:none;
	color:#003399;
}
