/* classes for general styles used throughout the site*/

.homebody {
	height: 100%;
	background : #ffffff;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	/*background-image : url(/images/home_background.jpg);*/
}

.shellbody {
	height: 100%;
	background : #ffffff;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;	
	scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color: #A389EB; 
	scrollbar-face-color: #C4DC68; 
	scrollbar-shadow-color: #C4DC68; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #C4DC68; 
	scrollbar-darkshadow-color: #C4DC68;
}

.maintext {
	font-family : Times New Roman;
	font-size : 13px;
	line-height:17px;
	color : #000000;
}
.maintextpurple {
	font-family : Times New Roman;
	font-size : 13px;
	line-height:17px;
	color : #5F4691;
}
.maintextbold {
	font-weight : bold;
	font-family : Times New Roman;
	font-size : 13px;
	line-height:17px;
	color : #000000;	
}
.maintextboldblue {
	font-weight : bold;
	font-family : Times New Roman;
	font-size : 13px;
	line-height:17px;
	color : #5D448F;	
}
.maintextboldpurple {
	font-weight : bold;
	font-family : Times New Roman;
	font-size : 13px;
	line-height:17px;
	color : #5F4691;	
}

.sidebarheadertext {
	font-family: Verdana; 
	font-size: 13px; 
	font-weight: bold; 
	color: #849B2B;
}

.sidebartext {
	font-family : verdana;
	font-size : 9px;
	line-height:17px;
	color : #000000;
}

.sidebartextbold {
	font-weight : bold;
	font-family : verdana;
	font-size : 9px;
	line-height:17px;
	color : #000000;	
}
.sidebartextboldblue {
	font-weight : bold;
	font-family : verdana;
	font-size : 9px;
	line-height:17px;
	color : #5D448F;	
}

.sidebartextboldgreen {
	font-weight : bold;
	font-family : verdana;
	font-size : 9px;
	line-height:17px;
	color : #788E24;	
}
.sidebartextboldpurple {
	font-weight : bold;
	font-family : verdana;
	font-size : 9px;
	line-height:17px;
	color : #5F4691;	
}
.photocaption {
	font-family : Times New Roman;
	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;		
}

.headerbackground {
	background-image : url(/images/shell_header_background.gif);
	background-repeat : no-repeat;
}

a {
	font-family : Times New Roman;
	font-size : 13px;
	color : #5E4590;;
	text-decoration : underline;
}

a:visited {
	font-family : Times New Roman;
	font-size : 13px;
	color : #5E4590;;
	text-decoration : underline;
	
}

a:active {
	font-family : Times New Roman;
	font-size : 13px;
	color : #5E4590;;
	text-decoration : underline;
}

a:hover {
	font-family : Times New Roman;
	font-size : 13px;
	color : #5E4590;;
	text-decoration : none;
}

/*-----additional link------------*/

.sidebarlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 9px;
	font-weight: normal;
	color : #5E4590;
	text-decoration : none;
}
.sidebarlink {
	font-family : Verdana, Tahoma;
	font-size : 9px;
	font-weight: normal;
	color : #5E4590;
	text-decoration : none;
}
.sidebarlink:active {
	font-family : Verdana, Tahoma;
	font-size : 9px;
	font-weight: normal;
	color : #5E4590;
	text-decoration : none;
}
.sidebarlink:hover {
	font-family : Verdana, Tahoma;
	font-size : 9px;
	font-weight: normal;
	color : #5E4590;
	text-decoration : underline;
}
.reverse {
	font-family : Times New Roman;
	font-size : 13px;
	font-weight: bold;
	color : #000000;
	text-decoration : none;
}

.reverse:visited {
	font-family : Times New Roman;
	font-size : 13px;
	font-weight: bold;
	color : #000000;
	text-decoration : none;
	
}

.reverse:active {
	font-family : Times New Roman;
	font-size : 13px;
	font-weight: bold;
	color : #000000;
	text-decoration : none;
}

.reverse:hover {
	font-family : Times New Roman;
	font-size : 13px;
	font-weight: bold;
	color : #000000;
	text-decoration : underline;
}
.ddlb {
	font-family : Verdana;
	font-size : 10px;
	color : #333333;
	line-height: 16px;
}

