/* CSS Document */
.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background-image: url(submenu_hover.gif);
background-position:left;
white-space: nowrap;
display: block;
width:129px;
height: 32px;
margin: 0;
padding: 0;
}

.cssnav_static
{
position: relative;
font-family: arial, helvetica, sans-serif;
background-image: url(submenu_on.gif);
background-position:left;
white-space: nowrap;
display: block;
width:129px;
height: 32px;
margin: 0;
padding: 0;
}

.cssnav_static a
{
	display: block;
	font-size: 12px;
	width: 129px;
	height: 32px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	
	font-family: Plantin;
}

.cssnav_static span
{
position: absolute;
left: 15px;
top: 9px;
margin: 0px;
padding: 0px;
cursor: pointer;
}

.cssnav_static img
{
width: 129px;
height: 32px;
border: 0
}

.cssnav a
{
	display: block;
	font-size: 12px;
	width: 129px;
	height: 32px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	
	font-family: Plantin;
}

.cssnav img
{
width: 129px;
height: 32px;
border: 0
}



.cssnav a:hover img
{
visibility:hidden;
background-image: url(submenu_off.gif);

}
.cssnav a:hover
{
color: #FFFFFF;
}

.cssnav span
{
position: absolute;
left: 15px;
top: 9px;
margin: 0px;
padding: 0px;
cursor: pointer;
}

/*-------END CSS nav-----------*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
.bg_left {
	background-image: url(bg_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.bg_right {
	background-image: url(bg_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_blue_bar {
	background-image: url(bg_blue_bar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #221E1F;
}

.footer_text a{
color: #273656;
}

.footer_text a:hover{
background-color: #C3D1EF;
}


.lower_bar {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
}

.lower_bar a{
color: #FFFFFF;

}

.lower_bar a:hover{

background-color: #0F2E3F;
color: #C1C3C5;
}

.field_bg {
	background-image: url(field_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #BFBFBF;	
	padding-left: 7px;
	font-size: 16px; 
	color: #666666;
}

.side_menu {
	background-image: url(side_menu_fade_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	
}


.body_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #221E1F;
	font-size: 14px;
	line-height: 18px;
}

.body_text a{
color: #273656;
}

.body_text a:hover{
background-color: #C3D1EF;
}

.picture_border {
	padding: 5px;
	border: 1px solid #CCCCCC;
	/* margin: 12px 12px 12px 12px;*/
	
	}
	
	.picture_border_margin {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 12px 12px 12px 12px;
	
	}
	
.news_headline {
	color: #2B7C95;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.news_headline a{
	color: #2B7C95;
	text-decoration: none;
}


.news_headline a:hover{
	background-color: #BDE6F3;
}

.news_headline_big {
	color: #2B7C95;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	
}

.news_item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
}

.news_date {
	font-size: 12px;
	color: #383835;
	font-family: Arial, Helvetica, sans-serif;
}

.section_headline {
color: #6F6340;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
}

.headline_black {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.logo_format{
font-family: "Times New Roman";
font-weight: bold;
font-size: 16px;
}

.body_text ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
.body_text li {
background: url(arrow_blue.gif) left center no-repeat;
padding-left: 17px;
margin-bottom: 10px;
}

.nest_parent {
display: block;
min-height: 100%;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 0;
}

.nest_content {
padding-bottom: 50px;
}

.nest_footer {
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
display: block;
height: 100px;
z-index: 999;
padding: 0px;
margin: 0px;
}