html, body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 65%;
	background-image: url(images/bg_tile.gif);
	background-repeat: repeat;
}

td, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: left;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: left;
	font-size:large;
}


.cfHeaderTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: left;
	font-size:large;
}


form {
	margin: 0px;
	padding: 0px;
}
#shell {
	width: 738px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(images/shell_bg.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #b9dd88;
	border-right-color: #b9dd88;
	border-left-color: #b9dd88;
}
#topbar {
	height: 230px;
	text-align: left;
}
#topimg {
	background-image: url(images/topimg_bg.jpg);
	background-repeat: no-repeat;
}
#sideMenu {
	width: 199px;
	float: left;
	vertical-align: top;
	margin: 0px;
	background-image: url(images/sideMenu_top.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sideMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
#sideMenu li {
	margin: 0px;
	padding: 0px;
	line-height: 31px;
}
#sideMenu ul li a
{
	font-size: 1.1em;
	width: 199px;
	height: 31px;
	text-indent: 30px;
	display: block;
	font-weight: normal;
	background-image: url(images/sideMenu_bg.gif);
	color: #066224;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}
#sideMenu ul li a:hover
{
	color: #8CC63E;
}
#pageContent {
	width: 539px;
	float: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background-color: #8cc63e;
}
#pageContent h1 {
	font-size: 1.1em;
	text-align: left;
	color: #FFFFFF;
	margin: 9px;
	background-image: url(images/h1_bg.gif);
	display: block;
	line-height: 20px;
}
#pageContent p {
	font-size: 1.1em;
	text-align: left;
	color: #FFFFFF;
	margin: 9px;
}
#footer {
	width: 738px;
	margin-right: auto;
	margin-left: auto;
	width: 738px;
	height: 25px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9DD88;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B9DD88;
	border-left-color: #B9DD88;
	color: #c2e494;
	line-height: 25px;
	text-indent: 200px;
}

.rss-item
{
	font-weight: bold;
	color: #066224;
	text-decoration: none;
	text-align: left;
}