body
{
	font-family:Tahoma;
	font-size: 12px;
}
html, body, #wrapper
{
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper 
{
	background-color: #f6f4dd;
	margin: 0;
	vertical-align: middle;
}

.topmenu
{
	text-align: center;
	padding: 0;
	margin: 0;
}
.topmenu a, .topmenu tr td a
{
	font-family:Impact;
	font-size: 18px;
	color:#549b2b;
	text-decoration:none;
}
.topmenu a:hover, .topmenu tr td a:hover
{
	text-decoration:underline;
}
.menubar
{
	background-image: url(images/menubar_bg.jpg);
	height:36px;
}
.menubar a
{
	color:#ffffff;
	font-family: Arial;
	font-size:18px;
	text-decoration: none;
}
.menubar a:hover
{
	text-decoration: underline;
}
.content, .content td, .content div
{
	text-align: left;
	font-family: Verdana;
	font-size:11px;
	line-height: 16px;
}
.content th, .content th a
{
	font-family: Verdana;
	font-size:22px;
	font-weight:lighter;
	color: #926442;
	text-decoration:none;
	height: 34px;
}
.content th a:hover
{
	text-decoration:underline;
}
.content td a
{
	font-size:11px;
	color: #549b2b;
	text-decoration:none;
}
.content td a:hover
{
	text-decoration:underline;
}
.imgborder
{
	background-color:#ffffff; 
	padding:5px;
	border:solid 1px #deddcc;
}
.imgborder img
{
	border: 0;
}
.imgholder
{
	background-color:#ffffff; 
	padding:5px;
	border:solid 1px #deddcc;
	float:left;
	display:block;
	margin: 0px 5px 5px 0px;
}
.imgholder img
{
	border: 0;
}
.content td.linkbar
{
	background-color: #60cd16;
	height: 25px;
	text-align: right;
}
.content td.linkbar a
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-right: 10px;
}
.content td.linkbar a:hover
{
	text-decoration: underline;
}
.panel
{
	padding: 10px;
	background-color: #ffffff;
}
.panel th
{
	background-color: #60cd16;
	height: 32px;
	font-family: Arial;
	font-size: 17px;
	font-weight:normal;
	color: #ffffff;
	text-align:left;
	padding-left:5px;
}
.panel td div
{
	text-align: left;
	font-family: Arial;	
}
.panel td div.header
{
	font-size: 14px;
	font-weight: bold;
}
.panel td div.content
{
	font-size: 11px;
}
.panel td div.content a
{
	color: #549b2b;
	text-decoration:none;
}
.panel td div.content a:hover
{
	text-decoration: underline;
}
.separator
{
	background-image: url(images/panel_separator_bg.jpg);
	height:1px;
	width:100%;
}
.footer
{
	background-image: url(images/footer_bg.jpg);
	height:73px;
	vertical-align: middle;
	font-family: Tahoma;
	font-size:12px;
	font-weight: lighter;
	color: #9f8d3e;
}
.footer div, .footer div a
{
	color:#549b2b;
	text-decoration: none;
}
.footer div a:hover
{
	text-decoration: underline;
}