body 
{
	background:#F1F1F1 url(/images/site_bg.jpg) repeat scroll 0%;
	margin:0px;
	padding:0px;
	font: 14px/17px arial, sans-serif;
}

#container 
{
	background: #E2AB10;
	width: 780px;
	margin: 0 auto;
}

#header 
{
	height: 108px;
	width: 780px;
	background: #E2AB10 url(/images/header.jpg) no-repeat top center;
	border-bottom: solid 10px #000000;
}

#headerlink 
{
	height: 108px;
	width: 100px;
	float: left;
	border: 0px;
}

#content 
{
	padding: 10px 0 10px 0;
}

#leftcol
{
	float:left;
	width: 200px;
	padding: 0 0 10px 10px;
}

.leftcol-top 
{
	background: #E2AB10 url(/images/leftcol-top.gif) top no-repeat;
	height: 10px;
	padding: 0 0;
}

.leftcol-mid 
{
	background-color: #000000;
	color: #E2AB10;
	padding: 0 0 0 5px;
}

.leftcol-bot
{
	background: #E2AB10 url(/images/leftcol-bot.gif) top no-repeat;
	height: 10px;
	padding: 0 0 10px 0;
}

#maincol
{
	margin-left: 220px;
	width: 550px;
	padding: 0 0 10px 0;
}

#maincol-top 
{
	background: #E2AB10 url(/images/maincol-top.gif) top no-repeat;
	height: 10px;
	padding: 0 0;
}

#maincol-mid 
{
	background-color: #FFFFFF;
	color: #000000;
}

#maincol-bot
{
	background: #E2AB10 url(/images/maincol-bot.gif) bottom no-repeat;
	height: 10px;
	padding: 0 0;
}


#leftcol ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#leftcol ul li{
	padding: 5px 2px 5px 5px;
	list-style-type: none;
	display:block;
	border: none;
}

#leftcol a  {
	padding: 0px 0px 0px 0px;
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight:bold;
	height: auto;	
}
#leftcol a:hover, #leftnav a:active {
	padding: 0px 0px 0px 0px;
	color: #E2AB10;
	text-decoration: underline;
	height: auto;
}

#leftcol a.selected {
	padding: 0px 0px 0px 15px;
	color: #000000;
	height: auto;
}

a:active {
color:#000000;
font-family:arial,san-serif;
text-decoration:underline;
}
a:visited {
color:#000000;
font-family:arial,san-serif;
text-decoration:underline;
}
a:link {
color:#000000;
font-family:arial,san-serif;
text-decoration:underline;
}
a:hover {
color:#E9AF10;
font-family:arial,san-serif;
text-decoration:underline;
}

div.newsevententry {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ead690;
}

ul.newsevent {
	margin-left: 10px;
	margin-top: 10px;
}

.subtitle {
	font-size: 16px;
	font-weight: bold;
}

td.formsectionheader {
	border-top: solid 1px #000000;
	padding: 10px 0px 10px 5px;
	font-weight: bold;
}

td.formsection {
	border-top: solid 1px #000000;
	padding: 5px;
}

.required {
	font-size: 10px;
	color: #FF0000;
}

.formlabel {
	vertical-align: top;
	padding-top: 7px;
}
