/* classes for general styles used throughout the site*/

.mainbody {
	background : #1A502F;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;		
}

.maintext {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #000000;	
}

.maintextbold {
	font-weight : bold;
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #000000;	
}

.maintextboldblue {
	font-weight : bold;
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #2564AC;	
}

.athtext {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #000000;	
}

.sidebartext {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 10px;
	color : #000000;	
}
.sidebartextbold {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 10px;
	color : #000000;	
	font-weight : bold;
}

.photocaption {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 9px;
	color : #000000;
}

a.atlink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #000000;
	text-decoration : underline;
}

a:visited.atlink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #000000;
	text-decoration : underline;
	
}

a:active.atlink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #000000;
	text-decoration : underline;
}

a:hover.atlink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #000000;
	text-decoration : underline;
}

a.sitelink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #2564AC;
	text-decoration : underline;
}

a:visited.sitelink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #2564AC;
	text-decoration : underline;
	
}

a:active.sitelink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #2564AC;
	text-decoration : underline;
}

a:hover.sitelink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #2564AC;
	text-decoration : underline;
}
a.sidebarlink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 10px;
	color : #FFFFFF;
	text-decoration : underline;
	font-weight : bold;
}

a:visited.sidebarlink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 10px;
	color : #FFFFFF;
	text-decoration : underline;
	font-weight : bold;	
}

a:active.sidebarlink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 10px;
	color : #FFFFFF;
	text-decoration : underline;
	font-weight : bold;
}

a:hover.sidebarlink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 10px;
	color : #FFFFFF;
	text-decoration : underline;
	font-weight : bold;
}

.portalscroll {
	scrollbar-track-color: #AFC5DF; 
	scrollbar-arrow-color: #1A502F; 
	scrollbar-face-color: #BCCFE4; 
	scrollbar-shadow-color: #D3DEEB; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-darkshadow-color: #458AD3;
	font-family : Verdana;
	font-size : 11px;
	color : #000000;	
	position:relative; 
	padding:10px;
	line-height:14px; 
	overflow: auto; 
	z-index:1;
}

.ddlb {
	font-family : Verdana;
	font-size : 10px;
	border : solid 1px #D5D6CE;
	color: #000000;
	background-color:#FFFFFF;
}

 .formbox {
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	color:#000000; 
	background-color:#ffffff;
	border-style : solid;
	border-width : 1px;
	border-color : #458AD3;		
}
