* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d4d4f9;
}

div#content {
	

	position: relative;
	display: block;
	width: 729px;
	min-height: 100%;
	left: 50%;
	margin-left: -370px;
	padding-left: 18px
}

div#contentinner {
	padding: 36px;
	
	
	display: block;
	left: 50%;
	
background-color: #c8c8f9;
	position: relative;
	width: 675px;
	margin-left: -370px;
}

* html #content {
	height: 100%;


}

img#bottomshadow 
{
    position: relative;
    left: 50%;
    margin-left: -350px;
}

ul li {
	margin-left: 15px;
}

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

ul#navstrip li {
	float: left;
	margin: 0;
}

a img { border: none; }

.heading 
{
    position: relative;
    width: 100%;
    color: #333;
    border-bottom: 1px solid #AAA;
    margin-bottom: 10px;
    font-size: 18pt;
}

h4 
{
    color: #336633;
    font-weight: bold;
    font-size: 13pt;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
}

#contentinner a {
    color: #555;
    text-decoration: none;
}

#contentinner a:hover 
{
    color: #66AA66;
    border-bottom: 1px dotted #66AA66;
}

p 
{
    margin-top: 5px;
    margin-bottom: 10px;
}

p:first-letter 
{
    font-weight: bold;
    color: #336633;
}

#footer 
{
    height: 25px;
    width: 655px;
    font-size: 8pt;
    border-top: 1px solid #AAA;
    margin-bottom: 5px;
}

.clear 
{
    clear: both;
    height: 0px;
}

p.contact:first-letter { font-weight: normal; }

#contentinner a.newsbox {
	display: block;
	padding: 10px;
	border: 1px solid #AAA;
	background-color: #EEEEEE;
}

#contentinner a.newsbox:hover {
	background-color: #CCDDCC;
	border-bottom: 1px solid #AAA;
	color: black;
}

#contentinner a.newsbox:hover h5 {
	color: black;
}

#contentinner a.newsbox .newsheader
{
	border-bottom: 1px solid #AAA;
	padding-bottom: 3px;
}

#contentinner a.newsbox .newstitle
{
    color: #336633;
    font-weight: bold;
    font-size: 12pt;
    float: left;
}

#contentinner a.newsbox .newsdate
{
    font-size: 10pt;
    color: #555;
    float: right;
    font-weight: bold;
}

#newslinkpages a {
	margin-right: 5px;
	border: 1px solid #AAA;
}

#newslinkpages a:hover {
	background-color: #AAA;
}

ul.lst 
{
    list-style-type: square;
    list-style-position: inside;
}

ul.lst li 
{
    margin-bottom: 5px;
}

.datatable
{
    border: 1px solid #808080;
    border-collapse: collapse;
}

.datatable th
{
    padding: 5px;
    color: #336633;
}

.datatable td 
{
    border: 1px solid #808080;
    padding: 5px;
}

#servicesnavlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #336633;
}

#servicesnavlist ul, #servicesnavlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#servicesnavlist a:link, #servicesnavlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#servicesnavlist a:link#current, #servicesnavlist a:visited#current, #servicesnavlist a:hover
{
border-bottom: 4px solid #336633;
padding-bottom: 2px;
background: transparent;
color: #336633;
}

#servicesnavlist a:hover { color: #336633; }
