/* classes for general styles used throughout the site*/

.homebody {
	height: 100%;
	background : #A1A1A1;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	/*background-image : url(/images/home_background.jpg);*/
}

.shellbody {
	height: 100%;
	background : #A1A1A1;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;	
}

.maintext {
	font-family : Verdana;
	font-size : 10px;
	color : #333333;
}
.L2Header {
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #000000;	
	margin-top:23px;
}
.maintextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #333333;	
}

.photocaption {
	font-family : Verdana;
	font-size : 9px;
	color : #000000;
}

.ddlb {
	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 : #AD1A32;
	text-decoration : none;
}

a:visited {
	font-family : Georgia, Times New Roman;
	font-size : 11px;
	color : #AD1A32;
	text-decoration : none;
	
}

a:active {
	font-family : Georgia, Times New Roman;
	font-size : 11px;
	color : #AD1A32;
	text-decoration : none;
}

a:hover {
	font-family : Georgia, Times New Roman;
	font-size : 11px;
	color : #AD1A32;
	text-decoration : underline;
}
.greybutton { 
	font-weight : bold;
	font-family : Georgia, Times New Roman;
	font-size : 10px;
	color : #5A5748;
	text-decoration : none;
}

.greybutton:visited {
	font-weight : bold;
	font-family : Georgia, Times New Roman;
	font-size : 10px;
	color : #5A5748;
	text-decoration : none;
	
}

.greybutton:active {  
	font-weight : bold;
	font-family : Georgia, Times New Roman;
	font-size : 10px;
	color : #5A5748;
	text-decoration : none;
}

.greybutton:hover {
	font-weight : bold;
	font-family : Georgia, Times New Roman;
	font-size : 10px;
	color : #AD1A32;
	text-decoration : none;
}
/*-----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;
}

