body {
	margin: 0px;
	padding-bottom: 25px;
	font: small Trebuchet MS, verdana, arial, helvetica, sans-serif;
	color: black;	
	background-color: #7DC47F;
	border-top: 5px solid #007640;
}

h1 { font-size: x-large; }

h2 { font: large Tahoma }
h2.neatcolor { color: red;}

h3 { font: medium bold Tahoma;
	margin: 0px; }

ul { list-style-image: url(images/arrow.gif); }

img {
	border:0px;
	}
	
a {
	color:#09c;
	text-decoration:none;
	font-weight: 600;
}
a:link {color:#09c;}
a:visited {color:#07a;}
a:active {color: #E2144A;}
a:hover {color:#E2144A;}

p.neat_color {
	color: #007640;
}

div.spacer {
	padding: 5px;
	clear: both;
}

/*Use these next 2 for styling rows using CSS instead of tables, see genschedule.cfm for example html*/
div.row span.left {
	float: left;
	text-align: left;
	width: 30%;
	padding: 5px;
	}
div.row span.right {
	float: right;
	text-align: left;
	width: 75%;
	padding: 5px 0px;
	}

/*The next 5 styles are used for forms, see entryform.cfm for sample html*/
div.form_border {
	width: 90%; 
	border: 1px dotted #333; 
	padding: 5px;	
	margin: 0px auto;
	text-align:center;
	}

div.form_noborder {
	width: 90%; 
	border: none; 
	padding: 5px;	
	margin: 0px auto;
	}

div.row {
	clear: both;
	padding: 5px;
	text-align: left;
}

div.row span.label {
	float: left;
	width: 30%;
	text-align: right;
	}

div.row span.formw {
	float: right;
	width: 60%;
	text-align: left;
	} 
	
/*The next few styles are used solely in the current entry portion of entryform.cfm*/
div.row span.rightcost {
	float: right;
	width: 25%;
	text-align: right;
	}

div.row span.leftcost {
	float: left;
	width: 72%;
	text-align: left;
	}

div.drawline { 
	clear: both;
	border-bottom: 2px solid black; }
		

textarea{
	padding-top: 3px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	}

.copyright {
	padding-top: 20px;	
	font-size: x-small;
}

#header p {
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-weight: bold;
	font-size: medium;
}

#nav {
	padding: 0px;
	margin: 0px;
}

#nav li {
	list-style: none;
	float:left;
	position: relative;
	width: 176px;
	height: 33px;
	background-image: url(images/nav_bg.gif);
}
#nav li a {
	display: block;
	float:right;
	width: 150px;
	padding-top: 6px;
	padding-right: 8px;
	color: black;
	text-align: right;
	font: 20px 900 Verdana, Arial, sans-serif;
	text-decoration: none;
}
#nav li a:hover {color:#E2144A;}


#nav ul { /* all lists */
	margin: 0px;
	list-style: none;
	background: #3081e4;
	border-bottom: 1px solid black;
}

#nav li ul { /* second-level lists and so on*/
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 176px;
	display:none;
}
	
/*For IE to do hovers on list items*/
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	display:none;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	display:block;
}	


#news {
	text-align: center;
	font-size: small;
	font-weight: bold;
	color: white;
	background-color: transparent;
}
		

/*********************PAGE FORMAT*************/
#wrapper {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 610px;
	border-left: 1px solid #0A8107;
	border-right: 1px solid #0A8107;
	border-top: 4px solid #0A8107;
	border-bottom: 4px solid #0A8107;
	background-color: #f1f1f1;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-y;
	background-position: left;
}


#header {
	text-align: center;
	margin: 0px;
	padding: 0px 10px;
	height: 75px;
	background-color:#f1f1f1;
	background-image : url(images/header_bg.gif);
	background-repeat : repeat-x;
}

#navbar {
	float:left;
	width: 176px;
}

#main {
	margin-left: 176px;
	padding: 0px 10px 10px 10px;
	color: black;
}

#footer {
	margin-left: 176px;
	padding: 20px;
	text-align: center;
}