html, body {
	height: 100%;
}

body {
	background-color: #ffffcc;
	margin: 0px;
	padding: 0px;
	min-width: 780px;
}

#contentholder {
	background-color:#cc6666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: -391px;
	left: 50%;
	position: absolute;
	width: 782px;
	min-height: 100%;
	text-align: left;
	padding:0;
}

* html #contentholder {
	height: 100%;
}


#banner {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #ffff00;
	font-size: 36px;
	font-weight: normal;
	padding: 5px;
}

#mainlinks, #mainlinks a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF66;
	font-weight: normal;
	font-size: 13px;
	padding: 5px;
}

#mainlinks a {
	text-decoration: underline;
}

#mainlinks a:hover {
	text-decoration: none;
}

.clearing {
	width: 100%;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 1px;
	line-height: 1px;
}

#content {
	width: 772px;
	margin: 0;
	padding: 5px;
	min-height: 400px;
}

* html #content {
	height: 400px;
}

#leftpanel{
	padding: 5px;
	width: 395px;
	float:left;
}

#rightpanel{
	padding-right: 5px;
	width: 360px;
	float:right;
}

#introtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFff;
	font-weight: normal;
	font-size: 13px;		
}

#rightpanel a{
	color: #FFFF66;
	text-decoration: underline;
}
.homeheading {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 24px;
	color: #663333;
	font-weight: normal;
}

#newsitems{
	margin-bottom: 20px;
	font-size: 11px;
}

a {
	color: #ffff66;
	text-decoration: underline;
}

a.hover {
	text-decoration: none;
}


p {
	line-height: 1.3em;
	margin-top: 5px;
	padding:0px;
}

li {
	line-height: 1.3em;
	margin-bottom: 5px;
}
#footer {
	text-align: center;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFF66;
	padding-top:5px;
}

#sublinks{
	padding: 5px;
}

.floatright {
	float: right;
	margin-left: 4px;
	margin-bottom: 2px;
}

.floatleft {
	float: left;
	margin-right: 4px;
	margin-bottom: 2px;
}

.caption {
	font-size: 11px;
	color: #663333;	
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

 #sublink a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
	padding: 2px;
	text-decoration: none;
}

.redlink {
	color: #cc6666;	
	font-weight: bold;
}