body.main {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-color:#C6CF98;
	color:#354E38;
	margin:0;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-color:#FEFFF2;
	margin:10px;
}
body.print {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-color:#FEFFF2;
	margin:0;
}
table,td{	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
h1,h3,h5 {
	color: #660000;
}
h2,h4 {
	color:#354E38;
}
h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
}
h1{
	padding:0;
	margin:0;
	font-size:100%;
	display:inline;
}
h2{
	font-size:140%;
}
h3 {
	font-size:130%;
}
h4 {
	padding:0 0 15px 0 ;
	margin:0;
	font-size:90%;
}
h5 {
	font-size:110%;
}
a {
	color:#660000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active{
	color:#660000;
}
a:focus {
	font-weight: bold;
}
a:visited {
	color:#354E38;
}



input {
	color:#354E38;
	border:1px solid #354E38;
	font-size:90%;
}
select, textarea{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color:#354E38;
	border:1px solid #354E38;
}
select.smaller_font{
	font-size:11px;
}

input.green{
	background-color: #EAE9CB;
}
p{
	margin:0;
	padding:0;
}
.container {
	border: 8px solid #354E38;
	background-color:#FEFFF2;
	height:auto;
	padding:0 0 15px 0;
}
.right_shadow {
	background-image:url(../images/shadow_right.jpg);
	background-repeat:repeat-y;
}
.bot_shadow {
	background-image:url(../images/shadow_bot.jpg);
	background-repeat:repeat-x;
}
div.left {
	position:relative;
	margin:0;
	padding:0;
	float:left;
	width:220px;
	height:auto;
	text-align:center;
}
div.navigation {
	position:relative;
	margin:0;
	padding:15px;
	text-align:right;
}
div.navigation p{
	background-image:url(../images/nav_bckgr.jpg);
	background-repeat:repeat-y;
	margin: 5px 0 0 0;
	line-height:25px;
	font-weight:bold;
	font-style:italic;
}
div.navigation p a{
	font-size:130%;
	color:#354E38;
	padding: 0 25px 0 0;
}
div.navigation a{
	font-size:80%;
	font-weight:bold;
	color:#354E38;
	padding: 0;
	display:block;
}
div.navigation a:hover{
	color:#660000;
}

div.navigation p a#highlight{
	color:#660000;
	background-image:url(../images/green_dot.png);
	background-position:right;
	background-repeat:no-repeat;
	text-decoration:none;
}

div.navigation p a:hover{
	color:#660000;
	background-image:url(../images/green_dot.png);
	background-position:right;
	background-repeat:no-repeat;
	text-decoration:none;
}
div.search {
	position:relative;
	margin:0;
	padding:0 15px 0 15px;
}
div.events {
	position:relative;
	margin:15px;
	padding: 3px;
	text-align:left;
	color:#660000;
	background-color:#EFEFD7;
	font-size:90%;
}
div.news {
	position:relative;
	padding: 3px;
	font-size:90%;
	background-image:url(../images/pink_bckgr.jpg);
}
div.right {
	position:relative;
	margin:0;
	padding:0;
	float:right;
	height:auto;
	width:520px;
}
div.top_nav {
	position:relative;
	top: 5px;
	padding: 0 15px 0 0;
	font-weight:bold;
	font-size:110%;
	text-align:right;
}
div.top_nav a{
	color:#740000;
}
div.top_nav a:hover{
	color:#354E38;
	text-decoration:none;
}
div.intro_text{
	position:relative;
	padding: 5px;
	margin: 5px 15px 0 0;
	text-indent:10px;
	top:5px;
	text-align:justify;
	font-size:80%;
	background-image:url(../images/bckgr_under_text.jpg);
	background-repeat:repeat-y;
	width:496px;
	font-weight:bold;
	color:#3F5D43;
}
div.main_part{
	position:relative;
	border-left:1px solid #C6CF98;
	width:490px;
	margin: 0 15px 10px 0;
	padding: 10px 0 0 18px;
	text-align:left;
}
div.main_part img{
	border:1px solid #B2BF76;
}
div.main_part table{
	border: 1px solid;
}
div.main_part td{
	border: 1px solid;
}
div.back {
	padding:10px;
	text-align:right;
}

.bold {
	color:#660000;
	font-weight:bold;
}
.bold_green {
	color:#354E38;
	font-weight:bold;
	font-style:italic;
	font-size:130%;
}
#red {
	color: #660000;
}
.underlined{
	display:block;
	border-bottom:1px solid #660000;
	margin:0 0 10px;
	padding:0;
	font-size:150%;
	font-weight:bold;
}

.footer {
	width: 765px;
	vertical-align:top;
	font-weight:bold;
	color:#9BA273;
}
#adminpanel {
	font-size: 90%;
	width: 68%;
	float:left;
	text-align:left;
}
#copyright {
	margin: 0 3px 0 0;
	font-size:80%;
	width: 25%;
	float:right;
	text-align: right;
}

#copyright a{
	color:#9BA273;
}
#printer{
	position:relative;
	float:right;
}
#printer img{
	border: 0;
}
div.admin {
	padding: 20px;
	clear:both;
}
div.adminmenu {
	margin: 10px 0 0 10px;;
}
div.centered {
	margin: 0 7px 0 7px;
	position:relative;
	clear:both;
}
.grayItalic {
	color: #9BA273;
	font-style:italic;
	font-weight:bold;
}
.hlight {
	background-color:#DEDCB6;
	color:white;
	font-size:120%;
	font-weight:bold;
}
#error {
	color:#CC0000;
}

#greenBox {
	background-color:#F1F0DB;
	padding:10px;
}
#pinkBox {
	background-color:#FBF2E9;
	padding:10px;
}
.searchBlock {
	margin-bottom:10px;
}
span.hilitedWord {
background-color:#ffc;
}


/* fixes it so the HD logo doesn't have a border around it */

img.noborder {
	border: 0;
}

.error,
.required {
	color: #900;
}



/* tinyMCE */

textarea.mceEditor {
	width: 561px;
}

#calendar_form textarea.mceEditor {
	width: 704px;
}
