body {
	margin:0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
a {color: #000;}
a:hover {
	color: #666;
	text-decoration: none;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 20px;
}

#top {
	height:15px;
	margin:0;
	padding:0;
	background-color: #f8931d;
}
#header {
	height: 105px;
	width: 800px;
	background-position: right;
	background-repeat: no-repeat;
}
#logo {
	height: 85px;
	bottom:0;
	float: left;
	padding-left: 25px;
}
#images1 {
	padding-left: 155px;
}
#images1, #images2, #images3 {
	float: left;
	height: 105px;
	width: 168px;
}
#images1 ul,#images2 ul,#images3 ul {
	margin: 0;
	height: 105px;
}
#images1 li,#images2 li,#images3 li {
	display: inline;
}
.clear {
	clear: both;
}
#navigation {
	width: 760px;
	margin-left: 20px;
	height: 29px;
	background-image: url(../images/backNav.jpg);
	background-repeat: no-repeat;
}
.mainNavigation, .mainNavigation a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	font-weight: bold;
}
.mainNavigationBlack {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	line-height: 29px;
	text-align: center;
	font-weight: bold;
}
/* submenus */
#dropmenudiv {
  position:absolute;
  border:0;
  border-left: 2px #000000 solid;
  border-bottom-width: 0;
  font:normal 11px Arial;
  line-height:18px;
  color: #fff;
  z-index:100;
  width: 200px;
  margin-top: 10px;
  margin-left: -8px;
}
*html #dropmenudiv {
	margin-top: 3px;
}
#dropmenudiv a {
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid #ffffff;
  padding: 1px 0;
  text-decoration: none;
  width: 200px;
  color: #999;
  font-weight: bold;
}

#dropmenudiv a:hover { /*hover background color*/
  color: #000;
}

#container {
	width: 800px;
}
.left {
	width: 75px;
}
.content {
	width: 690px;
	font-size: 12px;
	text-align: justify;
	vertical-align: top;
}
.content h1 {
	padding:0;
	font-size: 14px;
}
.right {
	width: 200px;
}
td.content {
	padding: 0 10px;
	text-align: justify;
}
.lead {
	color: #fff;
	background-color: #000066;
	text-align: center;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}
.field1 {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px;
	background-color: #fff;
}
.field2 {
	font-size: 11px;
	padding: 3px 5px;
	background-color: #fff;
}
.red {
	background-color: Red;
	color: #000;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px;
}
.orange {
	background-color: #ff9900;
	color: #000;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px;
}
.green {
	background-color: Green;
	color: #000;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px;
}
#footer {
	margin-top: 10px;
	margin-left: 20px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	width: 750px;
	font-size: 10px;
	color: #333;
	background-color: #e5e5e5;
	padding-left: 10px;
}