/* classes for general styles used throughout the site*/

.homebody {
	height: 100%;
	background : #F2F2F2;
	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;	
}

.maintext {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}
.sidebartext {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
}
.sidebartextbold {
	font-family : Verdana;
	font-weight: bold;
	font-size : 10px;
	color : #000000;
}
.maintextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #000000;	
}
.sidebarheader {
	font-weight : bold;
	font-family : Verdana;
	font-size : 12px;
	color : #ffffff;
	border: solid 2px #000000;
	background-color:#DD5D02;
	padding-top:6px; 
	padding-left:10px;	
	padding-bottom:6px;
}
.ddlbheader {
	font-weight : bold;
	font-family : Verdana;
	font-size : 9px;
	color : #000000;	
}
.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 : #DD5D02;
	text-decoration : underline;
}

a:visited {
	font-family : Verdana;
	font-size : 11px;
	color : #DD5D02;
	text-decoration : underline;
	
}

a:active {
	font-family : Verdana;
	font-size : 11px;
	color : #DD5D02;
	text-decoration : underline;
}

a:hover {
	font-family : Verdana;
	font-size : 11px;
	color : #DD5D02;
	text-decoration : none;
}

/*-----additional link------------*/

.sidebarlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #DD5D02;
	text-decoration : none;
}
.sidebarlink {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #DD5D02;
	text-decoration : none;
}
.sidebarlink:active {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #DD5D02;
	text-decoration : none;
}
.sidebarlink:hover {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #DD5D02;
	text-decoration : underline;
}
.L1header {
	font-family : Verdana;
	font-size : 13px;
	font-weight: bold;
	color : #DD5D02;
	text-decoration : none;
}
.L2header {
	font-family : Verdana;
	font-size : 11px;
	font-weight: bold;
	color : #000000;
	text-decoration : none;
}
.atnav {
	font-family : Verdana;
	font-weight : normal;
	font-size : 11px;
	color : #DD5D02;
	text-decoration : underline;
}
.atnav:visited {
	font-family : Verdana;
	font-weight : normal;
	font-size : 11px;
	color : #DD5D02;
	text-decoration : underline;
	
}
.atnav:active {
	font-family : Verdana;
	font-weight : normal;
	font-size : 11px;
	color : #DD5D02;
	text-decoration : underline;
}

.atnav:hover {
	font-family : Verdana;
	font-weight : bold;
	font-size : 11px;
	color : #DD5D02;
	text-decoration : none;
}
#atnavon{
	font-weight : bold;
	text-decoration : none;
}
#atnavoff{
	font-weight : normal;
	text-decoration : underline;
}