@charset "utf-8";
/* CSS Document */

BODY{
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	color:#663300;
	background-color: #fffef0;
}

.footer {
	font-size: 10pt;
}

.imagecaption {
	font-size: 9pt;
	font-style: italic;
}

h1, .heading {
	font-size: 16pt;
	font-weight: normal;
	color: #006633;
	margin:14px 0 6px 0;
}

h2, .subheading {
	font-size: 14pt;
	font-weight: normal;
	color:#006633;
	margin: 2px 0;
}

A.menu {
	font-size: 14pt;
	text-decoration: none;
	color:#006633;
	font-weight: bold;
}

A.menu:hover{
	color:#663300;
	text-decoration:underline;
}

A {
	color:#006633;
}

A:hover{
	color:#663300;
}

.fltmenu {
	float:none;
	margin-left:30px;
	margin-right:30px;
}
.fltctr {
	margin-left:10px;
	margin-right:10px;
}
.fltrgt {
	float:right;
	margin-left:10px;
}

.fltlft {
	float:left;
	margin-right:10px;
}

#Container {
	position:relative;
	width:1030px;
	margin:0px auto;
	padding:0px;
}

#LogoContainer {
	position:relative;
	overflow: hidden;
	margin: 0px;
	padding:0px;
}
#Menu {
	position:relative;
	height:50px;
	paddingp: 5px 0px;
}
#Content {
	position:relative;
	float:left;
	width:700px;
	margin:0px;
	padding:10px 0;
}

#RightContent {
	width:314px;
	margin:0px;
	padding:10px 0 10px 5px;
	float: left;
}
#contactArea{
	background-image:url(images/structural-images/contact-background.jpg);
	background-repeat:no-repeat;
	padding: 10px;
	margin: 0;
	text-align:center;
	height:153px;
}
#contactArea h2{
	color:#663300;
	font-size:20px;
	margin:0;
	padding: 4px;
}

#newsArea {
	background-image:url(images/structural-images/news-background.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:6px;
}

#newsArea h2 {
	color:#663300;
	font-size:20px;
	margin: 0;
	padding: 4px;
}
#footerContainer {
	position:relative;
	width:1020px;
	text-align: center;
	bottom: 1px;
	vertical-align: middle;
	height: 150px;
	clear:both;
}

.topInfo{
	padding:0 0 5px 0;
}

.menuItem{
	padding:0 11px 0 0;
}

.lastMenuItem{
	padding:0 1px 0 0;
}

#Container #Content #MainContent {
	padding:0 5px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}