/* 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%;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-color:#3D3C3C;
	background-image:url(/images/home_background.jpg); 
	background-repeat:repeat-y; 
	background-position:center;
}
.shellbodyIE {
	height: 100%;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-color:#3D3C3C;
	background-image:url(/images/home_background_ie.jpg); 
	background-repeat:repeat-y; 
	background-position:center;
}

.maintext {
	font-family : Georgia, Times New Roman;
	font-size : 11px;
	color : #000000;
}

.maintextbold {
	font-weight : bold;
	font-family : Georgia, Times New Roman;
	font-size : 11px;
	color : #000000;	
}

.photocaption {
	font-family : Georgia, 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;		
}

a {
	font-family : Georgia, Times New Roman;
	font-size : 11px;
	color : #0033CC;
	text-decoration : none;
}

a:visited {
	font-family : Georgia, Times New Roman;
	font-size : 11px;
	color : #0033CC;
	text-decoration : none;
	
}

a:active {
	font-family : Georgia, Times New Roman;
	font-size : 11px;
	color : #0033CC;
	text-decoration : none;
}

a:hover {
	font-family : Georgia, Times New Roman;
	font-size : 11px;
	color : #0033CC;
	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;
}

