/* classes for general styles used throughout the site*/

/*p {
	line-heigh:0px;
	clear : none;
	height : 0px;
	word-break : normal;
}*/

.homebody {	
	width: 100%;
	height: 100%;
	background : #6F6F6B;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	/*background-image : url(/images/home_background.jpg);*/
}
.shellbody { 
	width:100%;	
	height: 100%;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : url(/images/shell_back.gif);
	background-position : center;
	background-repeat : repeat-y;	
	background-color : #6F6F6B;
	}  
.maintext {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
}  

.L3header{
margin-bottom:16px;
}
.sidebartext {
	font-family : Verdana;
	font-size : 9px;
	color : #000000;
}
.download {
	font-family : Verdana;
	font-size : 9px;
	color : #065C3C;
}
.sidebartextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 9px;
	color : #000000;
}
.sidebarboldtextgreen {
	font-family : Verdana;
	font-size : 9px;
	color : #005838;
}

.maintextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
}
.maintextboldgreen {
	font-weight : bold;
	font-family : Verdana;
	font-size : 10px;
	color : #005838;	
} 
.yellowbar {
	background-color:#FFCB3B;
	width:348px;
	height:1px;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 18px 0px;
		
} 
.greenbutton {
	font-family : Verdana;
	font-size : 9px;
	color : #005838;	
} 

.greenbutton a{	
	font-weight : bold;
	font-family : Verdana;
	font-size : 9px;
	color : #005838;	
 text-decoration : none;
} 

.greenbutton a:active{	
	font-weight : bold;
	font-family : Verdana;
	font-size : 9px;
	color : #005838;	
	text-decoration : none;
	}

.greenbutton a:visited{	
	 font-weight : bold;
	font-family : Verdana;
	font-size : 9px;
	color : #005838;	
	text-decoration : none;
	}
	
.greenbutton a:hover{	
	 font-weight : bold;
	font-family : Verdana;
	font-size : 9px;
	color : #005838;	
	text-decoration : underline;
	}
 .ddlb {
	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:#000000;		
}
.photocaption {
	font-family : Verdana;
	font-size : 9px;
	color : #000000;
}

.formbox {
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	color:#352D2D; 
	background-color:#ffffff;
	border-style : solid;
	border-width : 1px;
	border-color : #808080;		
}

a {
	font-family : Verdana;
	font-size : 10px;
	color : #005838;
	text-decoration : underline;
}

a:visited {
	font-family : Verdana;
	font-size : 10px;
	color : #005838;
	text-decoration : underline;
	
}

a:active {
	font-family : Verdana;
	font-size : 10px;
	color : #005838;
	text-decoration : underline;
}

a:hover {
	font-family : Verdana;
	font-size : 10px;
	color : #005838;
	text-decoration : none;
} 
.reverse {
	font-family : Verdana;
	font-size : 10px;
	color : #005838;
	text-decoration : none;
}

.reverse:visited {
	font-family : Verdana;
	font-size : 10px;
	color : #005838;
	text-decoration : none;
	
}

.reverse:active {
	font-family : Verdana;
	font-size : 10px;
	color : #005838;
	text-decoration : none;
}

.reverse:hover {
	font-family : Verdana;
	font-size : 10px;
	color : #005838;
	text-decoration : underline;
}

/*-----additional link------------*/

.sidebarlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : none;
}
.sidebarlink {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : none;
}
.sidebarlink:active {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : none;
}
.sidebarlink:hover {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : underline;
}
.sidebarlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : none;
}
.atsidebarlink {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: bold;
	color : #065C3C;
	text-decoration : none;
}
.atsidebarlink:active {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: bold;
	color : #065C3C;
	text-decoration : none;
}
.atsidebarlink:hover {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: bold;
	color : #065C3C;
	text-decoration : underline;
}
.atsidebarlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: bold;
	color : #065C3C;
	text-decoration : none;
}

.menuset {
	position:relative; 
	left:8px;
}