@charset "UTF-8";
/* CSS Document */

body {
	font-size:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url('/images/bg.gif') center top #fdf7e3;
	background-repeat: repeat-x;
	behavior:url(/css/csshover.htc);
	
}

.adminpage {
	background-color: #FFFFFF;
	background-image:none;
}

.level {
	width:150px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#333333;
	font-size:12px;
	padding: 0 0 20px 0;
	}

/* BEGIN MAIN STRUCTURE */
div#mainheader {width:800px;}
div#maincontent {width:800px; background-color:#ffffff; background-image:url(/images/mainbg.gif); background-repeat:repeat-y; }
div#main1 {width:11px; background-color:#cfd4e0; float:left; }
div#main2 {width:534px; background-color:#ffffff; float:left;}
div#main3 {width:245px; background-color:#FFFFFF; float:left;}
div#main4 {width:10px; background-color:#cfd4e0; float:left;}

div#main1col {width:779px; background-color:#FFFFFF; float:left;}
div#main1111col {width:779px; background-color:#FFFFFF;}

div#leftcolint {width:200px; float:left; background-image:url(/images/yellowgrad.gif); background-repeat:repeat-x; }
div#rightcolint {width:579px; background-color:#FFFFFF; float:left; z-index:5; }

div#mainfooter {
	width:800px;
	background-image:url(/images/footerbg.gif);
	background-repeat:repeat-y;
	padding: 5px 0;
	height:50px;
}

.footertextleft {
	font-family:Georgia, "Times New Roman", Times, serif;
font-size:.75em;
text-align:left;
float:left;
color:#333333;
padding-left:20px;
}
.footertextleft a:link { color: #333333; text-decoration:underline;  }
.footertextleft a:visited { color: #333333; text-decoration:underline;  }
.footertextleft a:hover { color: #0049a2; text-decoration:underline;  }
.footertextleft a:active { color: #333333; text-decoration:underline; }
.footertextright {
	font-family:Georgia, "Times New Roman", Times, serif;
font-size:.75em;
text-align:right;
float:right;
color:#333333;
padding-right:20px;
}
div#footer2 {
	width:800px;
	background-image:url(/images/footer2.gif);
	background-repeat:no-repeat;
	padding: 10px 0;
	height:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	text-align:left;
	text-indent:20px;
}
div#footer2 a:link { color: #333333; text-decoration:underline;  }
div#footer2 a:visited { color: #333333; text-decoration:underline;  }
div#footer2 a:hover { color: #0049a2; text-decoration:underline;  }
div#footer2 a:active { color: #333333; text-decoration:underline; }

div.clearfloats {clear:both;}

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display: inline-block;}

/* backslash hack hides from IE mac \*/
*html .clearfix {height:1%;}
.clearfix {display:block;}
/* end backslash hack */

/* END MAIN STRUCTURE */

/* BEGIN NAVIGATION CODE */

body div#listmenu ul li ul {display:none}

div#listmenu {
	width:100%;
	font-size:0.8em;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	height:31px;
	background-image:url(/images/navbg.gif);
	background-repeat:repeat-y;
	z-index:10;
}
div#listmenu a:hover {color:#d6ebe1;}
div#listmenu ul {margin:0 0 0 20px;}
* html div#listmenu ul {float:left; margin:0 0 0 20px;}
div#listmenu ul li {
	float:left; 
	list-style-type:none; 
	padding:0 15px; 
	position:relative; }
div#listmenu ul li a {
	text-decoration:none; 
	color:#FFFFFF; 
	display: block;
	padding: 9px 0 6px 0;
	}
div#listmenu ul li ul {
	margin:0;
	/* padding:0px 4px ; */
	width:105px; 
	position:absolute; 
	background-color:#f6d675;
	padding: 0; /* this had to be set to zero to get the drop down lined up in Firefox */
	}
* html div#listmenu ul li ul {	border-top:1px solid #bc9839;}
div#listmenu ul li ul li {
	width:95px; 
	border-left:1px solid #bc9839;
	border-bottom: 1px solid #bc9839;
	border-right: 1px solid #bc9839;
	position:relative;
	font-weight:normal;
	padding:4px;
	}
* html div#listmenu ul li ul li {left:0;}	
div#listmenu ul li ul li a {
	padding: 0px;
	color:#0049a2;
	font-size:0.9em;
	 }
div#listmenu ul li ul li a:hover {
	color:#0049a2;
	text-decoration:underline;
	 }
div#listmenu ul li ul li:first-child {
	border-top:1px solid #bc9839; }	
div#listmenu ul li:hover ul, div#listmenu ul li ul:hover {display:block;}

/* END NAVIGATION CODE*/
.newscolumn {
	background-color: #e5ecf6;
	padding: 1px;
}
.newscolumntitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	font-weight:bold;
	color: #333333;
	text-align: left;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	/*padding: 0 0 0 20px;*/
	/*list-style-image:url(/images/newsarrow.gif);*/
	}
.newscolumntitle li {
	background-image:url(/images/newsarrow.gif);
	background-repeat: no-repeat;
	background-position: .5em .25em;
	padding-left: 25px;
	padding-bottom:5px;}
	

.newscolumntitle a:link { color: #333333; text-decoration:underline;  }
.newscolumntitle a:visited { color: #333333; text-decoration:underline;  }
.newscolumntitle a:hover { color: #0049a2; text-decoration:underline;  }
.newscolumntitle a:active { color: #333333; text-decoration:underline; }	
.newscolumndate{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:normal;
	color: #333333;
	}
.alertcolumn{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	font-weight:bold;
	color: #333333;
	text-align: left;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	/*padding: 0 0 0 20px;*/
	/*list-style-image:url(/images/newsarrow.gif);*/
	}
.alertcolumn li {
	background-image:url(/images/alerticon.gif);
	background-repeat: no-repeat;
	background-position: .5em .25em;
	padding-left: 25px;
	padding-bottom:5px;}
	

.alertcolumn a:link { color: #333333; text-decoration:underline;  }
.alertcolumn a:visited { color: #333333; text-decoration:underline;  }
.alertcolumn a:hover { color: #0049a2; text-decoration:underline;  }
.alertcolumn a:active { color: #333333; text-decoration:underline; }	
.newscolumndate{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:normal;
	color: #333333;
	}	
	
.homecopy {
width:500px;
padding: 10px 5px 10px 15px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.75em;
text-align:left;
float:left;
color:#333333;
}	
.homecopy a:link { color: #0049a2; text-decoration:underline; font-weight:bold; }
.homecopy a:visited { color: #0049a2; text-decoration:underline;  font-weight:bold;}
.homecopy a:hover { color: #77bb9b; text-decoration:underline; font-weight:bold; }
.homecopy a:active { color: #0049a2; text-decoration:underline; font-weight:bold;}
.graytext{
color:#333333;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.75em;
padding:0 40px 10px 20px;
}
.graytext a:link { color: #0049a2; text-decoration:underline; font-weight:bold; }
.graytext a:visited { color: #0049a2; text-decoration:underline;  font-weight:bold;}
.graytext a:hover { color: #77bb9b; text-decoration:underline; font-weight:bold; }
.graytext a:active { color: #0049a2; text-decoration:underline; font-weight:bold;}
h1{
color:#9a7937;
padding:10px 20px 0 20px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1em;
text-align:left;
font-weight:bold;
}
h1 a:link { color: #9a7937; text-decoration:underline;  }
h1 a:visited { color: #9a7937; text-decoration:underline;  }
h1 a:hover { color: #0049a2; text-decoration:underline;  }
h1 a:active { color: #9a7937; text-decoration:underline; }
h2{
color:#0049a2;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1em;
text-align:left;
}
h3{
color:#0049a2;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1em;
text-align:left;
text-transform:uppercase;
}
h4{
color:#9a7937;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1em;
text-align:left;
padding:4px 0 0 0;
}
.leftcoltext {
color:#333333;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.7em;
padding:10px ;}
.staff{
color:#333333;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.75em;
padding:0 20px 10px 20px;
}
.staff a:link { color: #0049a2; text-decoration:underline; font-weight:bold; }
.staff a:visited { color: #0049a2; text-decoration:underline;  font-weight:bold;}
.staff a:hover { color: #77bb9b; text-decoration:underline; font-weight:bold; }
.staff a:active { color: #0049a2; text-decoration:underline; font-weight:bold;}
.admintext{
color:#333333;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.75em;
}
.admintext a:link { color: #0049a2; text-decoration:underline; font-weight:bold; }
.admintext a:visited { color: #0049a2; text-decoration:underline;  font-weight:bold;}
.admintext a:hover { color: #77bb9b; text-decoration:underline; font-weight:bold; }
.admintext a:active { color: #0049a2; text-decoration:underline; font-weight:bold;}
.button {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
padding:2px;
border:#bc9839 solid 1px;
background-color:#f6d675;
color:#0049a2;
font-weight:bold;
cursor: pointer;
	cursor: hand;
}
.graytext2{
color:#333333;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.75em;
}
.graytext2 a:link { color: #0049a2; text-decoration:underline; }
.graytext2 a:visited { color: #0049a2; text-decoration:underline;  }
.graytext2 a:hover { color: #77bb9b; text-decoration:underline;  }
.graytext2 a:active { color: #0049a2; text-decoration:underline; }
.alt { background-color:#efefef; }
.style1 {
	color: #9a7937;
}
.bluesans {
	padding:6px;
	color:#0049a2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	}