body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%; /* font sizing in ems, baby. if you want to change anything, just change this.*/
/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #003300;
	background-color: #fff;
	}

h1
{
   font-size: 1.1em;
   margin: 1.2em 0em .8em 0em;
   padding: 0em 0em 0em 0em;
   color: #003300; 
   font-weight : bold;
}

h2 {
	font-size: 1.0em;
	margin: .2em 0em .8em 0em;
	padding: 0em .2em 0em .2em;
	font-weight: bold;
	background-color: #F0DFDF;
	color: #AA0000;
	}
	
h3
{
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 0.9em; 
   color: #003300; 
   font-weight : bold;
}

h4 {
	font-size: .9em;
	margin: 0em 0em 0em 0em;
	padding: 0em .2em 0em .2em;
	border-color: #003300;
	border-style: solid;
	background-color: white;
	border-width: 1px;
	color: #AA0000;
	}
	
h5 {
	font-size: .9em;
	margin: 0em 0em 0em 0em;
	padding: .2em .2em .2em .2em;
	font-weight: normal;
	background-color: #F0F2F0;
	color: #003300;
	}

a:link  
{
color: #8A2442;
text-decoration: underline;
border: 0;
}
a:visited
{
color: #8A2442;
text-decoration: underline;
border: 0;
}
a:hover
{
color: #8A2442;
text-decoration: underline;
border: 0;
}
a:active  
{
color: #8A2442;
text-decoration: underline;
border: 0;
}	


#leftcontent
 {
	position: absolute;
	top: 100px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 120px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	background-color: white;
	}

	
.leftimages
{
margin: 0px;
padding-left: 0px;
padding-top: 12px;
padding-bottom: 8px;
padding-right: 0px;
border: 0px;
}
	
#centercontent 
{
	background: #fff;
	margin-left: 130px;
	margin-right: 199px;
	margin-bottom: 50px;
	padding-left: 20px;
	border: 0;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
    padding-right: 10px;
	color: #003300;
	margin-left: 128px;
	margin-right:201px;
}


#centercontentnoright
{
	background: #fff;
	margin-left: 130px;
	margin-right: 10px;
	margin-bottom: 50px;
	padding-left: 20px;
	border: 0;
	border-left: 1px solid #CCCCCC;
	padding-right: 10px;
	color: #003300;
	margin-left: 128px;
	margin-right:11px;
}

#rightcontent 
{
position: absolute;
right:10px;
top:100px;
width:170px;
background:#fff;
border:0;
font-size: .9em;
color: #003300;
}

.footer
{
	background-color: white;
	/*margin-left: 120px;
	margin-right: 200px;
	padding: 0;
	clear: both;*/
	font-size: xx-small;
	display: block;
	padding-bottom: 2px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 50px;
	text-align: center;
}

.navigationBorder
{
background: white;
width: 100px;
font-size: .8em;
font-family: verdana, arial, helvetica, sans-serif;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}
	
a:link.leftmenu 
{
text-decoration: none;
color: #003300;
background: white;
font-weight: bold;
width: 100px;
display: block;
border-top: 1px solid #CCCCCC;
padding-top: 3px;  
padding-bottom: 3px;

}

a:visited.leftmenu  
{
text-decoration: none;
color: #003300;
background: white;
font-weight: bold;
width: 100px;
display: block;	
border-top: 1px solid #CCCCCC;
padding-top: 3px;  
padding-bottom: 3px; 

}

a:hover.leftmenu 
{
text-decoration: none;
color: #8A2442;
font-weight: bold;
width: 100px;
background: #EAF7DA;
display: block;	
border-top: 1px solid #CCCCCC;
padding-top: 3px;  
padding-bottom: 3px;

}

a:active.leftmenu 
{
text-decoration: none;
color: #8A2442;
font-weight: bold;
width: 100px;
display: block;
border-top: 1px solid #CCCCCC;
padding-top: 3px;
padding-bottom: 3px;
background: #EAF7DA;
}

.leftmenuactivepage
{
	text-decoration: none;
	color: #8A2442;
	font-weight: bold;
	width: 100px;
	display: block;
	border-top: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #EAF7DA;
}

#navcontainer ul
{   
	border-left: 1px solid #8A2442;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: white;
	color: black;
	float: left;
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
border-top: 1px solid #8A2442;
border-bottom: 1px solid #8A2442;
border-right: 1px solid #8A2442;
padding: 0.2em 0.4em;
background-color: white;
color: #003300;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
background-color: #8A2442;
color: white;
}

#activepage
{
background-color: #8A2442;
color: white;
}

.redbold
{
color : #8A2442;
font-weight : bold;
}

.hiddenstar
{
color : #EAF7DA;
}

.small
{
font-size: xx-small;
}

.smallredtext
{
color : red;
font-weight : bold;
font-size: xx-small;
}

.smallimportant
{
	font-size: xx-small;
	padding-left: 6px;
	padding-right: 6px;
	border: thin dashed #003300;
	color : #003300;
	line-height: 150%;
	margin-top: 0px;
	padding-top : 0px;
}

.SiteTable
{
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	background-color : white;
}
.SiteTabletoprow
{
	background-color: #003300;
	color: white;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: small;
	}
.SiteTablemiddlerow
{
	background-color : #EAF7DA;
	color : #003300;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.SiteTablebottomrow
{
	background-color : #8A2442;
	color : #003300;
	font-weight : bold;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.SearchTablebottomrow
{
	background-color : #993333;
	color : #003300;
	font-weight : bold;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
}

.EventsTable
{
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	background-color : #EAF7DA;
}

.rowone
{
	background-color : #003300;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : white;
	font-weight : bold;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
}

.rowtwo
{
	background-color : #8A2442;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : white;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
}

.rowdetails
{
	background-color : #EAF7DA;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #003300;
	padding-left : 5px;
	padding-right : 25px;
	padding-top : 2px;
	padding-bottom : 2px;
}


a:link.rowtwo  
{
color: white;
display: block;
text-decoration: none;
border: 0;
}
a:visited.rowtwo  
{
color: white;
display: block;
text-decoration: none;
border: 0;
}
a:hover.rowtwo  
{
color: white;
background-color : #cc0000;
text-decoration: none;
display: block;	
border: 0;
}
a:active.rowtwo  
{
color: white;
display: block;	
text-decoration: none;
border: 0;
}

.printReady
{
   border-left :25pt;
   padding-left : 25pt;
   margin-left:25pt;
   background: white;
   font-size: 12pt;
   
}

.AdminTable
{
	border-collapse: collapse;
	border: 1px solid black;
	background-color : white;
}
.toprow
{
	background-color : #333333;
	color : white;
	border-collapse: collapse;
	border: 1px solid black;
	font-weight : bold;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
}
.middlerow
{
	background-color : white;
	color : black;
	border-collapse: collapse;
	border: 1px solid black;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
}

.middlerowgrey
{
	background-color : #cccccc;
	color : black;
	border-collapse: collapse;
	border: 1px solid black;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
}

.bottomrow
{
	background-color : #009966;
	color : white;
	font-weight : bold;
	border-collapse: collapse;
	border: 1px solid black;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
}

a:link.adminlink  
{
	display: block;
	text-decoration: underline;
	border: 0;
	color: White;
}
a:visited.adminlink  
{
display: block;
text-decoration: underline;
border: 0;
color: White;
}
a:hover.adminlink  
{
text-decoration: underline;
display: block;	
border: 0;
color: White;
}
a:active.adminlink  
{
display: block;	
text-decoration: underline;
border: 0;
color: White;
}