.bannertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


.bannertitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	margin-top: 87px;
	margin-left: 25px;
	text-transform: uppercase;
	font-weight: lighter;
}


#header {
	float:left;
	width:100%;
	height:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
	
	}
	
#topnav ul {
		margin:0px 0 0 15px;
		padding:0px 0 0 0px;
		list-style:none;
	}
#topnav li {
		display:inline;
		margin:0;
		padding:0;
		
	}

#topnav a {
	float:left;
	padding:2px 15px 6px 15px;
	text-decoration:none;
	color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ffffff;
	background-image: url(../images/nav_back.gif);	
	}



#topnav a:hover{
	color:#fae0af;
	background-color: #017f3d;
}




#leftlinksbackground li{
	width: 148px;
	list-style-type: none;
	
	padding-left: 14px;
	background-repeat: repeat-y;
	background-position: left center;
	list-style-position: outside;
	margin-top: 0px;
	margin-left: -3.5em;
	margin-bottom: 0.5em;
	
	border: 1px solid #006600;
	background-image: url(../images/block_green.jpg);
}


#leftlinksbackground li a{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	text-decoration: none;
	
}


#leftlinksbackground li a:hover{
	color: #d7a100;

	
}





#italicred {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 20px;

}



#newsscrolling{
	background-image: url(../images/news-background.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	padding: 5px;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.edit_area
{
    background-color:#fff4df;
    border:dashed 1px #b47c12;
    
    }
    
.job_heading
{
    padding-bottom: 10px;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    }
    
    
.navigation_indent
{
   padding-left:5px;
        
   }