/* CSS Document */
/* CSS Document */


body, h1, h2, h3, td {
font: 12px/15px Arial,sans-serif;
}

a {
text-decoration: none;
color: #0094D2;
}

a:hover {
text-decoration: none;
color: #005189;
}

a:visited {
text-decoration: none;
}


img {
clear: both;
border: none;
color: none;
}


.wrap_right{
float:left;
margin: 0px 10px 2px 0px;
}

.wrap_left{
float:right;
margin: 0px 0px 2px 10px;
}

.spacer{
margin: 0px 10px 0px 10px;
color:#000000;
}

.smallspacer {
margin: 0px 4px 0px 4px;
color: #333333;
}


#main_wrapper { 
width:800px;
margin: 15px auto auto auto;
}

#navbar {
background: url(../images/navigation.jpg) no-repeat center top;
float: left;
width: 800px;
height: 40px;
}

#navigation {
width: 800px;
line-height: 12px;
text-align: center;
padding: 10px 0px 0px 0px;
}

#banner{
width: 800px;
float: none; 
}

#left_column {
	float:left;
	width: 282px;
	border: 1px solid #cccccc;
	height: 405px;
	
}

#left_column_header { 
margin-top:10px;
height: 27px;
font-weight:bold;
color:#005189;
padding: 10px 0px 0px 15px;
font-size:16px;
}

#left_column_bottom { 
height: 15px;
width: 285px;
}

#left_column_content { 
padding: 0px 30px 10px 20px;
}

#right_column {
float:right;
border: 1px solid #cccccc;
margin-left:2px;
width: 510px;
height:405px;
}

#right_column_header { 
margin-top:10px;
height: 27px;
font-weight:bold;
color:#005189;
padding: 10px 0px 0px 15px;
font-size:16px;
}

#right_column_bottom { 
height: 15px;
width: 513px;
}

#right_column_content { 
padding: 0px 30px 10px 20px;

}

#footer {
width: 800px;
padding: 15px 0px 0px 0px;

}

#footertext {
clear:both;
float: left;
font: 10px/15px Arial,sans-serif;
color: #666666;
margin-top: 12px;

}

#logo{
	float: left;
	margin-bottom: 10px;

}

.disclaimer {
font-size:10px;
line-height: 10px;
}

