/* classes for general styles used throughout the site*/

.homebody {
	height: 100%;
	background : #3B4D27;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	/*background-image : url(/images/home_background.jpg);*/
} 
.pdbody {
	height: 100%;
	background : #ffffff;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	
}
.shellbody {
	height: 100%;
	background : #983200;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

a.home {
	font-family : Verdana;
	color : #DEC783;
	text-decoration : none;
}

a.home:visited {
	font-family : Verdana;
	color : #DEC783;
	text-decoration : none;
	
}

a.home:active {
	font-family : Verdana;
	color : #DEC783;
	text-decoration : none;
}

a.home:hover {
	font-family : Verdana;
	color : #DEC783;
	text-decoration : underline;
}



.maintext {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	line-height:16px;
}

.maintextbold {
	font-weight : bold;
	font-family : Verdana, Times New Roman;
	font-size : 10px;
	color : #000000;	
}

.maintextgreen {
	font-family : Verdana, Times New Roman;
	font-size : 10px;
	color : #3B4D27;
}

.maintextboldgreen {
	font-weight : bold;
	font-family : Verdana, Times New Roman;
	font-size : 10px;
	color : #3B4D27;	
}

.maintextred {
	font-family : Verdana, Times New Roman;
	font-size : 10px;
	color : #990000;
}

.photocaption {
	font-family : Verdana, Times New Roman;
	font-size : 9px;
	color : #000000;
}

.sidebartext {
	font-family : Verdana;
	font-size : 9px;
	color : #000000;
	line-height:18px;
}
.sidebartextbold { 
	font-weight: bold;
	font-family : Verdana;
	font-size : 9px;
	color : #000000;
	line-height:18px;
}
.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 : #000000;
	text-decoration : underline;
}

a:visited {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	text-decoration : underline;
}

a:active {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	text-decoration : underline;
}

a:hover {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	text-decoration : none;
}

/*-----additional link------------*/
.newslink {
	font-family : Verdana;
	font-size : 10px;
	font-weight:bold;
	color : #3B4D27;
	text-decoration : underline;
}

.newslink:visited {
	font-family : Verdana;
	font-size : 10px;
	font-weight:bold;
	color : #3B4D27;
	text-decoration : underline;
	
}

.newslink:active {
	font-family : Verdana;
	font-size : 10px;
	font-weight:bold;
	color : #3B4D27;
	text-decoration : underline;
}

.newslink:hover {
	font-family : Verdana;
	font-size : 10px;
	font-weight:bold;
	color : #3B4D27;
	text-decoration : none;
}

.sidebarlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 9px;
	font-weight: normal;
	color : #BB7A17;
	text-decoration : underline;
}
.sidebarlink {
	font-family : Verdana, Tahoma;
	font-size : 9px;
	font-weight: normal;
	color : #BB7A17;
	text-decoration : underline;
}
.sidebarlink:active {
	font-family : Verdana, Tahoma;
	font-size : 9px;
	font-weight: normal;
	color : #BB7A17;
	text-decoration : underline;
}
.sidebarlink:hover {
	font-family : Verdana, Tahoma;
	font-size : 9px;
	font-weight: normal;
	color : #BB7A17;
	text-decoration : none;
}

.ddlb {
	font-family : Verdana;
	font-size : 9px;
	border : solid 1px #D5D7C4;
	color: #000000;
	background: #FFFFFF;
}

.formbox{
	font-family : Tahoma;
	font-size : 11px;
	color : #333333;
}
.portalscroll{
	scrollbar-track-color: #E9E7E7; 
	scrollbar-arrow-color: #75808D;
	scrollbar-face-color: #E8E6E8; 
	scrollbar-shadow-color: #A39DA2; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #A3AEBB;
	line-height:14px; 
	overflow: auto; 
	z-index:1;	
}