/* classes for general styles used throughout the site*/

.homebody {
	height: 100%;
	background : #7CA346;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : url(/images/home_background.gif);
	background-repeat: repeat-x;
}

.shellbody {
	height: 100%;
	background : #7CA346;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : url(/images/sitebackground.gif);
	background-repeat: repeat-y;
}

.zoombody {
	height: 100%;
	background : #ffffff;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;		
}

.maintext {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	color : #000000;
}

.maintextbold1 {
	font-weight : bold;
	font-family : Verdana, Tahoma;
	font-size : 10px;
	color : #000000;	
}

.maintextbold {
	font-weight : bold;
	font-family : Verdana, Tahoma;
	font-size : 11px;
	color : #000000;	
}

.sidebartext {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	color : #000000;
}

.sidebartextbold {
	font-weight : bold;
	font-family : Verdana, Tahoma;
	font-size : 11px;
	color : #000000;	
}

.sidebarheader {
	font-weight : bold;
	font-family : Verdana, Tahoma;
	font-size : 12px;
	color : #C1F598;	
}

.L2header {
	font-weight : bold;
	font-family : Verdana, Tahoma;
	font-size : 14px;
	color : #182A83;
}

.L3header {
	font-weight : bold;
	font-family : Verdana, Tahoma;
	font-size : 12px;
	color : #001F17;	
}

.L4header {
	font-weight : bold;
	font-family : Verdana, Tahoma;
	font-size : 11px;
	color : #1E4324;	
}

.newsheader {
	font-weight : bold;
	font-family : Verdana, Tahoma;
	font-size : 11px;
	color : #1E4324;	
}

.topic {
	font-weight : bold;
	font-family : Verdana, Tahoma;
	font-size : 11px;
	color : #1E4324;	
}

.photocaption {
	font-family : Verdana, Tahoma;
	font-size : 9px;
	color : #000000;
}

.formbox {
	font-family: Verdana, Tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	color:#352D2D; 
	background-color:#ffffff;
	border-style : solid;
	border-width : 1px;
	border-color : #808080;		
}
 .ddlb {
	font-family: Verdana, Tahoma;
	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, Tahoma;
	font-size : 11px;
	color : #7CA346;
	text-decoration : underline;
}

a:visited {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	color : #7CA346;
	text-decoration : underline;
	
}

a:active {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	color : #7CA346;
	text-decoration : underline;
}

a:hover {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	color : #7CA346;
	text-decoration : none;
}

/*-----additional link------------*/

.sidebarlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 9px;
	font-weight: normal;
	color : #C1F598;
	text-decoration : none;
}
.sidebarlink {
	font-family : Verdana, Tahoma;
	font-size : 9px;
	font-weight: normal;
	color : #C1F598;
	text-decoration : none;
}
.sidebarlink:active {
	font-family : Verdana, Tahoma;
	font-size : 9px;
	font-weight: normal;
	color : #C1F598;
	text-decoration : none;
}
.sidebarlink:hover {
	font-family : Verdana, Tahoma;
	font-size : 9px;
	font-weight: normal;
	color : #C1F598;
	text-decoration : underline;
}
.sitelink:visited {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #7CA346;
	text-decoration : underline;
}
.sitelink {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #7CA346;
	text-decoration : underline;
}
.sitelink:active {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #7CA346;
	text-decoration : underline;
}
.sitelink:hover {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #7CA346;
	text-decoration : none;
}

.scrollbox {
	position:relative; 
	overflow: auto; 
	z-index:1;
} 