/* classes for general styles used throughout the site*/
body{
background-image : none;
}
.homebody {
	height: 100%;
	/*background : #42607E;*/
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	/*background-image : url(/images/home_background.jpg);*/
}
.hometext {
	font-family : Verdana;
	font-size : 10px;
	color : #ffffff;
}

.shellbody {
	height: 100%;
	background : #ffffff;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : none;	
}

.maintext {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}
.sidebartext {
	font-family : Verdana;
	font-size : 10px;
	color : #6D5C21;
}
.sidebartextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 10px;
	color : #6D5C21;
}
.L2header {
	color: #852A1F;
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
}

.maintextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	line-height:15px;	
}

.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 : 11px;
	color : #000000;
	text-decoration : underline;
}

a:visited {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	text-decoration : underline;
	
}

a:active {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	text-decoration : underline;
}

a:hover {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	text-decoration : none;
}

/*-----additional link------------*/

.sidebarlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #000099;
	text-decoration : underline;
}
.sidebarlink {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #000099;
	text-decoration : underline;
}
.sidebarlink:active {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #000099;
	text-decoration : underline;
}
.sidebarlink:hover {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #000099;
	text-decoration : none;
}
.announcementlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : underline;
}
.announcementlink {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : underline;
}
.announcementlink:active {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : underline;
}
.announcementlink:hover {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : none;
}
.sidebarheader {
	font-family : Verdana;
	font-size : 11px;
	font-weight: bold;
	color : #47390A;
	text-decoration : none;
	background-image: url(/images/sidebar_header_back.gif);
	padding-top:12px;
	padding-left:34px;
	padding-bottom:8px;
	
}
.sidebarback {
	font-family : Verdana;
	font-size : 11px;
	font-weight: bold;
	color : #47390A;
	text-decoration : none;
	background-image: url(/images/sidebar_box_back.gif);
	padding-top:5px;
	padding-left:15px;
	padding-bottom:5px;
	padding-right:14px;
}	   
.ddlb {
	font-family : Verdana;
	font-size : 10px;
	color : #333333;
	line-height: 16px;
}
