body {
	background-color:#003846;
	color:#000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 30px 80px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	min-width: 827px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
ul {
  margin: .75em 0 .75em 2.5em;
}

.clearfix {
  overflow: auto;
}
 

/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	position:relative;
}
#header ul{
	background-color:#85a157;
	border: 3px solid #FFFFFF;
	display:block;
	margin: 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#28556b;
}
#logo {
  position:relative;
  height: 88px;
}
#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:15px;
	left:70px;
}
#logo_w2{
	top:44px;
	left:94px;
}
#headerbg {
  background: url(Images/headerbg.jpg) no-repeat; 
  background-position: right top;
  border: 3px solid white;
  border-bottom: none;
  height: 165px;
  position: relative;
}
#divChildren {
  position: absolute; 
  bottom: -2px; 
  right: 155px; 
  z-index: 5;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
  min-height: 300px;
	background-color: #e3e5db;
	border: 3px solid white;
	border-top: none;
	position: relative;
	line-height: 1.5em;
	padding: 1.5em;
}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: .5em 0px .5em 0px;
}

h2{
	color:#85a157;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: .5em 0px .5em 0px;
}
#left {
	margin-right: 255px;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#logos {
  margin-top: 2.5em;
	text-align: center;
}
#logos img {
  margin: 0 2.5em; 
  vertical-align: middle;
  border: 1px solid #003846;
  background-color: #FFFFFF;
}
#right {
  float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;
}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}
#right h3 {
  border-top: 2px dashed #CCCCCC;
  padding-top: .5em;
  font-size: 1.2em;
}
#right hr {
  margin: 1em 1em;
}
/********************** Footer ***************************/
#footer {
	text-align:center;
	padding: 20px 0px;
	color: #FFFFFF;
}
#footer a {
  color: #CCCCCC;
}
#poweredBy {
  text-align: right;
}
#poweredBy a, #poweredBy a:hover, #poweredBy a:visited {
  color: White;
  text-decoration: none;
}
#poweredBy img {
  border: none;
  vertical-align: middle;
}

#aboutBox h1 {
  padding: .25em;
  font-size: 1.75em;
  border-bottom: 1px dashed #85a157;
}

#aboutBox fieldset {
  border: none;
  padding: 1.5em;
  text-align: justify;
}

#aboutBox fieldset legend {
  font-weight: bold;
  font-size: 1.25em;
  color: #85a157;
}

#aboutBox fieldset legend span {
  font-size: .75em;
  font-weight: normal;
  color: Black;
  display: block;
}

.leadIn {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  color: #003846;
}