body {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	color: #060;
	font-size: 18px;
	line-height: 140%;
	margin: 0;
}
h2 {
	color: #444;
	font-size: 15px;
	line-height: 140%;
	margin: 10px 0 0 0;
}
.h2_date {
	color: #444;
	font-size: 11px;
	margin: 0 0 3px 0;
}
h3 {
	color: #060;
	font-size: 14px;
	margin: 10px 0 0 0;
}
p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin: 2px 0 6px 0;
	text-align: justify;
}
ul, ol {
	font-size: 14px;
	padding: 0 0 0 25px;
	margin: 5px;
}
li {
	padding: 2px 0 4px 0;
}

#frame {
	text-align: left;
	width: 998px;
}
#content {
	background-color: #fff;
	border: solid #E6CC7F 3px;
	padding: 10px 15px;
	margin: 5px 0;
}


/*
		NAVIGATION
*/
#nav_wrapper {
	background-color: #3C652D; /*#015931;*/
	border-top: solid #ccc 2px;
	border-bottom: solid #ccc 1px;
}
#topnav {
}
#topnav, #topnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#topnav a {
	/* border: solid #000 1px; 	invisible but leaves space for border on hover border-right: solid #fff 1px;*/
	color: #eee;
	display: block;
	font-size: 12px;
	padding: 6px 6px 7px 8px;
	text-decoration: none;
}
#topnav a.trigger {
	padding: 7px 7px 7px 10px;
}
#topnav .active {
	background-color: #bbb;
	border: solid #fff 1px;
	color: #000;
}

#topnav li {
	color: #333;
	float: left;
	padding: 0;
	margin: 0;
}
#topnav li ul, #topnav ul li {
	padding: 0;
	margin: 0;
	text-align: left;
	width: 220px;
}
#topnav ul li a  {	
	padding: 3px 4px 4px 4px;
}
#topnav li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border: 1px solid #555;
}

#topnav li:hover a, #topnav a:focus,
#topnav a:active, #topnav li.topnav_hvr a {
	background-color: #fff;
	/*border: solid #333 1px;*/
	color: #333;
}
#topnav li:hover ul, #topnav li.topnav_hvr ul {
	display: block;
}
#topnav li:hover ul a, #topnav li.topnav_hvr ul a {
	color: #fff;
	background-color: #a20000;
}
#topnav ul a:hover {
	background-color: #657C5C !important;
	color: #fff !important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#topnav li {width: auto;}

/*
		LEFT PANEL AND SUB NAVIGATION
*/
#left_panel {
	background-color: #a20000;
	width: 160px;
}
#subnav {
	clear: both;
	background-color: #3C652D;
	border-top: solid #fff 1px;
	border-left: solid #fff 1px;
	border-right: solid #fff 1px;
	padding: 0;
	vertical-align: top;
	width: 150px;
}
#subnav h1 {
	color: #000;
	font-size: 24px;
	margin: 4px 0 6px 0;
	text-align: center;
}
#subnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#subnav ul li {
	border-bottom: solid #fff 1px;
	line-height: 13px;
	letter-spacing: -1px;
	margin: 0;
	padding: 5px 0 6px 5px;
}
#subnav a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
#subnav a:hover {
	color: #888;
	text-decoration: none;
}
#subnav .active {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.subnav_heading {
	background-color: #fff;
	border-bottom: solid #666 1px;
	border-top: solid #666 1px;
	color: #666 !important;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 !important;
	text-align: center !important;
}
/*
		LEFT and RIGHT Panel styles
*/
.pnl_heading {
	background-color: #C74A36;
	background-image: url(../images/nav_gradient.gif);
	color: #eee;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	padding: 3px;
	text-align: center;
}
.sponsors {
	margin: 0 0 5px 0;
}
.sponsors img {
	margin: 5px 0 0 0;
}