<!--
html 
{
  height: 100%;
  margin-bottom: 1px;
}

body 
{
	margin: 0;
	padding: 0;
	line-height: 125%;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
}

#bodybg 
{
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
	background-color: #E9FA79;
}

#wrapper 
{
	margin: 0 auto;
	position: relative;
	width: 900px;
}

a
{
	color: #E9FA79;
	text-decoration: none;
}

a img
{
	border: 0;
}

a:hover
{
	text-decoration: underline;
}

img
{
	padding: 3px;
	border: 1px solid #339900;
}

.invalid 
{ 
	border-color: #ff0000; 
	background-color: #ffcccc; 
}

#mainbody
{
	padding: 15px;
	background-color: #339900;
}

#banners
{
	margin-top: 20pt;
	text-align: center;
}

#header
{
	position: relative;
	height: 90px;
	background-color: #339900;
}

#logo, #logo a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 400px;
	height: 90px;
	background: url(../images/logoText.gif) no-repeat;
	padding: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

#blurbs 
{
	height: 90px;
	padding-top: 15px;
	overflow: hidden;
	margin-left: 400px;
	margin-bottom: 10px;
	margin-right: 0px;
	color: #fff;
}

#toolbar 
{
	margin: 0;
	padding: 0;
	height: 28px;
	position: relative;
}

#nav 
{
	margin: 0;
	padding: 0;
	height: 28px;
	border: 1px solid #fff;
}

#nav ul 
{
	padding: 0;
	margin: 0;
}

#nav li 
{
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	border-right: 1px solid #fff;
}

#nav a 
{
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

#nav li a 
{
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0px 15px 0 15px;
	color: #fff;
	background: #339900;
}

#nav a:hover 
{
	color: #339900;
	background: #fff;
}

#nav a:active 
{
	color: #333;
}

#bodywrap
{
	position: relative;
	margin: 0;
	padding: 0;
}

/* Left side content */
#content
{
	position: absolute;
	left: 0;
	top: 0;
	width: 670px;
}

/* Right side content */
#sidebar
{
	top: 0;
	margin-left: 670px;
	width: 200px;
}


/* END IE hack */
.news
{
	position: relative;
	margin-top: 12px;
	margin-right: 20px;
	width: 650px;
}

.newsheader
{
	border: 1px solid #fff;
	background-color: #fff;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.newstitle
{
	position: absolute;
	left: 0;
	width: 500px;
	padding: 5px;
	font-weight: bold; 
	color: #339900;
}

.newsdate
{
	left: 500px;
	padding: 5px;
	color: #339900;
	text-align: right;
}

.newscopy
{
	padding: 5px;
	color: #fff;	
	border: 1px solid #fff;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.module
{
	position: relative;
	margin-top: 12px;
}

.moduletitle
{
	position: relative;
	padding: 5px;
	border: 1px solid #fff;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.moduleimage
{
	padding: 3px; 
	text-align: center;
	background: #fff;
}

.modulecopy
{
	position: relative;
	top: 0;
	padding: 5px;
	background: #fff;
	color: #339900;
}

.modulelinks
{
	margin-top: 5px; 
	border-top: 1px dotted #339900; 
	padding-top: 5px;
	text-align: center;
}

.modulecopy a
{
	color: #339900;
}

.modulelinks a
{
	color: #339900;
}

#footer 
{
	margin: 0;
	padding: 0;
	height: 83px;
	color: #fff;
	text-align: center;
}

// -->
