body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-align: left;
}
a, a:link, a:visited { 
	color:#992200; 
	text-decoration:none; 
}
a:hover, a:active, a:focus {
	background-color: #297B0F;
	color:#FFFFFF;
	text-decoration:none;
}

table#top1 td {
	height: 103px;
}

td#headersize {
	background-image:url(../img/layout/headerbottomsize.png);
	background-repeat: repeat-x;	
}

table#middle {
	width: 100%;
	text-align: left;
}

table.sidebox {
	margin-bottom: 5px;
}
td.boxhead {
	background-image:url(../img/layout/boxheadsize.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
div.boxhead {
	background-image:url(../img/layout/boxheadright.png);
	background-repeat: no-repeat;
	background-position: right top;	
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-left:8px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
  font-size:10px;
	color:#FFFFFF;
}
td.col-right {
	height: 4em;
	text-align: center;
	background-color:#D5F8B1;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	font-size:0.8em;
}
img.boxpic {
	float:left; 
	padding-right:5px;
}

ul#menu {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:0.8em;
}

table.content {
	text-align: left;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
img.mainpic {
	float:left; 
	margin-right:20px;
	margin-bottom:20px;
}

h1 {
	margin-top:0px;
	font-size:large;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h2 {
	margin-top:0px;
	font-size:14px;
}
p {
	text-align:left;
}

td.col-center {
	background-color:#D5F8B1;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	font-size:10px;
}

td.col-left {
	height: 5em;
	text-align: left;
	padding-right: 8px;
	background-color:#D5F8B1;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	font-size:0.8em;
}
td.menu {
	background-color:#D5F8B1;
	padding: 0;
}

td.menu-right {
	text-align:center;
	background-color:#D5F8B1;
	padding: 0;
}

form#search {
	margin:0px;
	padding:0px;
}
input#searchfield {
	height: 2em;
	width: 8em;
	font-size: 0.8em;
	border: 1px solid #000000;
}
input#searchbutton {
	color:#000000;
	border: 1px solid #000000;
	font-size: 10px;
	height: 18px;
	width: 44px;
}

td#bottombarsize {
	background-image:url(../img/layout/bottombarsize.png);
	background-repeat: repeat-x;	
	background-position: bottom;
}
td#subnav {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: right;
	font-size: 10px;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	float : left;
	width : 160px;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 18px;
	margin-bottom : -1px;
	width: 160px;
	}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999px;
	margin-left : 160px;
	padding-left : 1px;
	margin-top : -20px;
	}
	
#nav li ul ul { /* third-and-above-level lists */
	left: -999px;
	}
	
#nav li a {
	width: 140px;
	display : block;
	color : black;
	font-weight : normal;
	text-decoration : none;
	background-color : #D5F8B1;
	padding : 0 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
	}
	
#nav li a:hover {
	color : white;
	background-color : #297B0F;
	}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999px;
	}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

a:hover img {
	background-color:white;
}

div.newsItem p, div.firstNewsItem p {
	display:inline;
	margin:0em;
	padding:0em;
}

div.newsItem h4, div.firstNewsItem h4 {
	margin-top:0em;
	padding-top:0em;
}

div.newsItem, div.firstNewsItem {
	margin:0em;
	text-align:justify;
}

div.newsItem {
	margin-top: 2em;
}
