#header{
	width: 988px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}


#navigation {
	width: 808px;
	height: 20px;
	background-color: #FFFFFF;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 15px;
}

#navigation ul {
	list-style-type: none;
}

#navigation li {
	float: left;
}
	
#navigation li a {
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	color: #99CC00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-right: 20px;
}
	
#navigation li a:hover {
	color: #999999;
}

#container {
	width:988px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: auto;
	background-color: #FFFFFF;
	background-image: url(images/filler.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#leftsidebar {
	position:relative;
	width:160px;
	float: left;
	padding: 10px;
	overflow: visible;
}
#content {
	position:relative;
	width:510px;
	float: left;
	background-color: #FFFFFF;
	padding: 29px;
	overflow: visible;
	background-image: url(images/filler.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#rightsidebar {
	position:relative;
	width:220px;
	float: left;
	padding: 10px;
	overflow: visible;
}

#footer{
	width: 988px;
	color: #336666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 25px;
	padding-top: 10px;

}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#D3E8E8;
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	color: #669900;
}

a {
	outline: none;
}

.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.linktext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #339900;
	text-decoration: none;
}

.regulartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}

.serif {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #339933;
	text-decoration: none;
	font-style: normal;
	font-weight: bolder;
}

.highlight {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #339900;
	text-decoration: none;
}

.largewhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.whitetext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.smalltext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
