*
{
	padding: 0px;
	margin: 0px;
}

body
{
	background: #f0f0e6 url(../images/bg-top.png) repeat-x;
	font: 13px/18px arial, helvetica, sans-serif;
	color: #3c3c3c;
}

img
{
	border: none;
}

a:link, a:visited
{
	color: #007697;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #87b266;
	text-decoration: underline;
}

#header
{
	background: transparent url(../images/bg-header.png) no-repeat;
	width: 920px;
	height: 140px;
	margin: 0px auto;
}

#logo
{
	width: 220px;
	height: 140px;
	margin-left: 20px;
	display: block;
}

#headerad
{
	width: 600px;
	height: 100px;
	display: block;
	margin-right: 20px;
	border: 1px solid red;
}

#navigation
{
	width: 600px;
	height: 30px;
	display: block;
	float: right;
	padding-top: 110px;
	margin-right: 20px;
}

#navigation img
{
	display: block;
}

#nav-contact:link img, #nav-contact:visited img
{
	display: block;
	width: 60px;
	height: 30px;
	background: url(../images/nav-contact.png) top left;
	float: right;
}

#nav-contact:hover img, #nav-contact:active img
{
	background: url(../images/nav-contact.png) bottom left;
}

#nav-surveys:link img, #nav-surveys:visited img
{
	display: block;
	width: 110px;
	height: 30px;
	background: url(../images/nav-surveys.png) top left;
	float: right;
}

#nav-surveys:hover img, #nav-surveys:active img
{
	background: url(../images/nav-surveys.png) bottom left;
}

#nav-gear:link img, #nav-gear:visited img
{
	display: block;
	width: 130px;
	height: 30px;
	background: url(../images/nav-gear.png) top left;
	float: right;
}

#nav-gear:hover img, #nav-gear:active img
{
	background: url(../images/nav-gear.png) bottom left;
}

#nav-database:link img, #nav-database:visited img
{
	display: block;
	width: 170px;
	height: 30px;
	background: url(../images/nav-database.png) top left;
	float: right;
}

#nav-database:hover img, #nav-database:active img
{
	background: url(../images/nav-database.png) bottom left;
}

#nav-registration:link img, #nav-registration:visited img
{
	display: block;
	width: 130px;
	height: 30px;
	background: url(../images/nav-registration.png) top left;
	float: right;
}

#nav-registration:hover img, #nav-registration:active img
{
	background: url(../images/nav-registration.png) bottom left;
}

#content
{
	background: url(../images/bg-content.png) repeat-y;
	width: 920px;
	margin: 0px auto;
}

#main
{
	float: right;
	width: 680px;
	text-align: left;
	background: transparent url(../images/bg-main-top.png) no-repeat;
	min-height: 280px;
	padding-bottom: 20px;
}

#main h2
{
	margin: 0px 40px 5px;
	font: bold 14px/18px arial, helvetica, sans-serif;
	color: #87b266;
}

#main p
{
	margin: 0px 40px 15px;
}

#main ul
{
	list-style-type: square;
	margin: -10px 40px 15px 80px;
}

#main li
{
	margin-bottom: 5px;
	color: #87b266;
}
#main li span
{
	color: #3c3c3c;
}

#sidebar
{
	float: left;
	width: 240px;
	text-align: left;
	background: transparent url(../images/bg-sidebar-top.png) no-repeat;
	min-height: 140px;
	font: 11px/16px arial, helvetica, sans-serif;
	padding-bottom: 5px;
}

#sidebar p
{
	margin: 0px 20px 15px 40px;
}

#events
{
	margin: 0px 20px 15px 40px;
	background: #f0f0e6;
	border: 1px solid #c8c8be;
	border-bottom: none;
	width: 180px;
	font: 11px/14px arial, helvetica, sans-serif;
}

#events td
{
	border-bottom: 1px solid #c8c8be;
	padding: 4px;
}

#events .even td
{
	background: #ffffff;
}

#events a
{
	text-decoration: none;
}

#footer
{
	font: 12px/24px arial, helvetica, sans-serif;
	background: transparent url(../images/bg-footer.png) repeat-x;
	height: 80px;
	text-align: center;
	padding: 0px 0px 0px 240px;
	color: #ffffff;
	border-bottom: 1px solid #c8c8be;
}

#footer p
{
	padding-top: 15px;
}

#footer a
{
	text-decoration: none;
}

#searchdata
{
	margin: 0px 20px 15px 40px;
	background: #DCDCD2;
	font: 14px arial, helvetica, sans-serif;
	border: 1px solid #c8c8be;
}

#searchdata td
{
	border-bottom: 1px solid #c8c8be;
	padding: 4px;
}

#searchdata .title td
{
	background: #f0f0e6;
	border-bottom: 1px solid #DCDCD2;
	padding: 4px;
	font: bold 16px/20px arial, helvetica, sans-serif;
	color: #87b266;
}
