/* CSS Document */

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;
}


/*-------CSS Navigation--------*/

.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: 14px;
	width: 129px;
	height: 32px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	
	font-family: Plantin;
}

.cssnav_static span
{
position: absolute;
left: 15px;
top: 8px;
margin: 0px;
padding: 0px;
cursor: pointer;
}

.cssnav_static img
{
width: 129px;
height: 32px;
border: 0
}

.cssnav a
{
	display: block;
	font-size: 14px;
	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: 8px;
margin: 0px;
padding: 0px;
cursor: pointer;
}

/*-------END CSS nav-----------*/



.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B5B5B;
}
.body_text {
	font: 16px/21px Plantin, "Plantin std", "Plantin", "Baskerville", Georgia, "Times New Roman", serif;
	color: #6F6340;
;
}

.body_text a{
color: #0D6850;
}

.body_text a:hover{
background-color: #C4E9E0;
}

.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D6850;
}

.footer2 a{
	
	color: #0D6850;
}

.footer2 a:hover{
color: #0D6850;
background-color: #C4E9E0;
}

.body_text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6F6340;
}

.body_text_small a{
color: #0D6850;

}

.body_text_small a:hover{
color: #0D6850;
background-color: #C4E9E0;
}

.picture_border {
	padding: 5px;
	border: 1px solid #CCCCCC;
	/* margin: 12px 12px 12px 12px;*/
	
	}
	
	.picture_border_small {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 7px 7px 7px 7px;
	
	}
	
	.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{
	color: #FFFFFF;
	background-color:#2B7C95;
}

.news_item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
}


