/* classes for general styles used throughout the site*/

.homebody {
	height: 100%;
	background : #A4AA9D;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : url(/images/home_main_back.gif);
	background-repeat : repeat-x;
	background-position: top left;
}

.shellbody {
	height: 100%;
	background : #ffffff;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;	
}
.maintext {
	font-family : Verdana;
	font-size : 11px;
	color : #333333;
}
.annualfundtext {
	font-family : Verdana;
	font-size : 11px;
	color : #ffffff;
}
.annualfundtextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #ffffff;
}
.maintextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #333333;	
}
.L1header {
	font-weight : bold;
	font-family : Verdana;
	font-size : 14px;
	color : #601118;	
}
.L2header {
	font-weight : bold;
	font-family : Verdana;
	font-size : 12px;
	color : #696D65;	
}
.L3header {
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #000000;	
}
.grayboxheader{
	background-image:url(/images/graybar_header_back.gif);
	background-repeat: no-repeat;
	color: #000000;
	font-size : 10px;
	font-weight : bold;
	padding-bottom:8px;
	padding-top:6px;
	padding-left:10px;
}
.sidebartext {
	font-family : Verdana;
	font-size : 10px;
	color : #333333;
}

.sidebartextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 10px;
	color : #333333;	
}
.sidebarheader{
	background-image:url(/images/sidebarheader_back.gif);
	background-repeat: no-repeat;
	color: #000000;
	font-size : 10px;
	font-weight : bold;
	padding-bottom:8px;
	padding-top:6px;
	padding-left:10px;
}
.sidebarback {
	background-image:url(/images/sidebar_box_back.gif);
	background-repeat: repeat-y;
	color: #5E1117;
	font-size : 10px;
	font-weight : normal;
}
.photocaption {
	font-family : Verdana;
	font-size : 10px;
	color : #333333;
}

a {
	font-family : Verdana;
	font-size : 11px;
	color : #0000FF;
	text-decoration : underline;
}

a:visited {
	font-family : Verdana;
	font-size : 11px;
	color : #0000FF;
	text-decoration : underline;
	
}

a:active {
	font-family : Verdana;
	font-size : 11px;
	color : #0000FF;
	text-decoration : underline;
}

a:hover {
	font-family : Verdana;
	font-size : 11px;
	color : #0000FF;
	text-decoration : none;
}

/*-----additional link------------*/

.sidebarlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #0000FF;
	text-decoration : underline;
}
.sidebarlink {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #0000FF;
	text-decoration : underline;
}
.sidebarlink:active {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #0000FF;
	text-decoration : underline;
}
.sidebarlink:hover {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #0000FF;
	text-decoration : none;
}
.campsidebarlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #5D1017;
	text-decoration : underline;
}
.campsidebarlink {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #5D1017;
	text-decoration : underline;
}
.campsidebarlink:active {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #5D1017;
	text-decoration : underline;
}
.campsidebarlink:hover {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #5D1017;
	text-decoration : none;
}
.sidebarlinkdown:visited {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #333333;
	text-decoration : underline;
}
.sidebarlinkdown {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #333333;
	text-decoration : underline;
}
.sidebarlinkdown:active {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #333333;
	text-decoration : underline;
}
.sidebarlinkdown:hover {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #601118;
	text-decoration : none;
}
.meetstaff:visited {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: bold;
	color : #601118;
	text-decoration : underline;
}
.meetstaff {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: bold;
	color : #601118;
	text-decoration : underline;
}
.meetstaff:active {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: bold;
	color : #601118;
	text-decoration : underline;
}
.meetstaff:hover {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: bold;
	color : #601118;
	text-decoration : none;
}
