﻿body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('images/pagebkg.png');
	background-repeat:repeat-x;
	color: #303030;
}

a {
	text-decoration:none;
}

#wrapper {
	width: 750px;
	_height: 10000px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	overflow: hidden;
}

#topleftspacer {
	width: 200px;
	height: 28px;
	background-image:url('images/sidebkg.png');
	background-repeat:repeat;
	float:left;
}

#header {
	font-size:large;
	text-align:right;
	padding-top: 2px;
}

#banner {
	width: 100%;
	height: 169px;
	background-image:url('images/banner.png');
	float:left;
}

#side {
	width: 200px;
	background-image:url('images/sidebkg.png');
	background-repeat:repeat;
	float:left;
	padding-bottom: 2000px;
	margin-bottom: -2000px; 
	overflow:hidden;
}

#side .extended {
	
}

.news {
	width: 150px;
	height: 300px;
	border: 1px #000 solid;
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#navigation {
	height: 25px;
	_width: 540px;
	float: right;
	padding-top: 5px
}

#navigation ul {
	list-style: none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

#navigation li {
	float: left;
	margin: 0 0.15em;
	border: 1px #000 solid;
	padding: 1px 0px 2px 0px;
}

#navigation li a {
	padding: 0px 3px 0px 3px;
	color: #00533b;
}

#navigation li a:hover {
	background:#CCFFCC
}

#contents {
	width: 540px;
	float:right;
	text-align:left;
	margin-top: 5px;
	_border: 1px #c0c0c0 solid;
}

#footer {
	position:relative;
	float: left;
	bottom:0;
	width:748px;
  height:20px;			/* Height of the footer */
	_background:#6cf;
	_border: 1px #cfcfcf solid;
	width: 750px;
	font-size: x-small;
	text-align:center;
}

#sidepanel {
 	width: 146px;
	height: 200px;
	border: 1px #000 solid;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	Font-size: 8pt;
}

.highlight {
	background:#cfcfcf;				
}

/* begin styles for RSS Feed */

.rss-box {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 142px;
	height: 210px;
	background-color: #ababab;
	display:block;
}

.rss-items {
	margin-top:-10px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}

.rss-title {
	margin: 5px;
	display:block;
	font-size: 10pt;
	color: White;
	font-weight: bold;
	text-align: center;
}

.rss-subtitle {
	font-size: 8pt;
	color: White;
	font-weight:bold;
	text-align: center;
	padding: 0.5em;
	display:block;
}

.rss-item  {
  font-size: 8pt;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	color:#007000;
	font-size: 9pt;
	font-weight:bold;
	}
	
.rss-item a:visited {
	color: #007000;
}

.rss-item a:hover {
	color: #007000;
	text-decoration:underline;
}

.rss-date {
	font-size: 7pt;
	color: red;
	}