body {
	font-family: Verdana;
  font-size: 11px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  cursor: default;
  color: #444444;
  background-color: #669d21;
}
table {
  font-family: Verdana;
  font-size: 11px;
}
img {
  border: none;
}
h1 {
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  line-height: 24px;
}
a {
  color: #656565;
  text-decoration: none;
}
a:hover {
  color: #656565;
  text-decoration: underline;
}

.clear-element {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

.top-ct {
	position: relative;
	height: 195px;
	background: transparent url(design/topbg.jpg) repeat-x 0px 0px;
}
.top-ct div {
	position: relative;
	height: 195px;
	background: transparent url(design/earth.jpg) no-repeat center 0px;
	text-align: center;
}
.top-ct div div {
	position: relative;
	height: 195px;
	width: 905px;
	margin: auto;
}
.top-img-logo {
	position: absolute;
  top: 2px;
  left: 1px;
	height: 36px;
	width: 180px;
}
.top-img-shadows {
	position: absolute;
  top: 46px;
  left: 1px;
	height: 140px;
	width: 180px;
}

.middle-ct {
  background: transparent url(design/background.jpg) repeat-x 0px 0px;
  text-align: center;
  min-height: 400px;
}

.top-bar {
	position: relative;
	height: 30px;
	width: 905px;
	margin: auto;
}

.top-menu-left {
	position: absolute;
	top: 0px;
	left: 0px;
}
.top-menu-right {
	position: absolute;
	top: 0px;
	right: 90px;
}
.top-menu div {
	display: inline;
	margin: 0px 15px 0px 15px;
}
.top-menu div a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
.top-menu div a:hover {
	color: #dddddd;
	font-weight: normal;
	text-decoration: none;
}
.top-menu div.active a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.top-menu div.active a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.top-do-it {
	position: absolute;
	right: 0px;
	top: 0px;
}

.top-sub-menu {
	text-align: left;
	height: 40px;
	margin: 0px 0px 15px 0px;
}
.top-sub-menu div {
	display: inline;
	margin: 0px 15px 0px 15px;
	font-size: 10px;
}
.top-sub-menu div a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
.top-sub-menu div a:hover {
	color: #82c537;
	font-weight: normal;
	text-decoration: none;
}
.top-sub-menu div.active a {
	color: #82c537;
	font-weight: bold;
	text-decoration: none;
}
.top-sub-menu div.active a:hover {
	color: #82c537;
	font-weight: bold;
	text-decoration: none;
}

.main-box {
	width: 905px;
	margin: auto;
}
.main-box-tl {
	background: transparent url(design/tl.jpg) no-repeat 0px 0px;
	height: 12px;
	padding-left: 12px;
	font-size: 1px;
	line-height: 1px;
}
.main-box-tr {
	background: transparent url(design/tr.jpg) no-repeat right 0px;
	height: 12px;
	padding-right: 12px;
	font-size: 1px;
	line-height: 1px;
}
.main-box-t {
	background: #ffffff url(design/t.jpg) repeat-x 0px 0px;
	height: 12px;
	font-size: 1px;
	line-height: 1px;
}
.main-box-l {
	background: #ffffff url(design/l.jpg) repeat-y 0px 0px;
	padding-left: 12px;
}
.main-box-r {
	background: #ffffff url(design/r.jpg) repeat-y right 0px;
	padding-right: 12px;
}
.main-box-m {
	position: relative;
	background: #ffffff;
	padding: 0px 0px 0px 0px;
}
.main-box-bl {
	background: transparent url(design/bl.jpg) no-repeat 0px 0px;
	height: 12px;
	padding-left: 12px;
	font-size: 1px;
	line-height: 1px;
}
.main-box-br {
	background: transparent url(design/br.jpg) no-repeat right 0px;
	height: 12px;
	padding-right: 12px;
	font-size: 1px;
	line-height: 1px;
}
.main-box-b {
	background: #ffffff url(design/b.jpg) repeat-x 0px bottom;
	height: 12px;
	font-size: 1px;
	line-height: 1px;
}

.content-ct {
	text-align: left;
	margin: 0px 20px 40px 20px;
	min-height: 250px;
}

.content-left-ct {
	float: left;
	text-align: left;
	width: 400px;
	margin-right: 41px;
}
.content-right-ct {
	float: left;
	text-align: left;
	width: 400px;
}

.logos-ct {
	margin-top: 20px;
	height: 32px;
}

.address-ct {
	color: #ffffff;
	margin-top: 10px;
}
.address-ct table {
	text-align: center;
	margin: auto;
}
.address-ct div {
	text-align: left;
	float: left;
	margin: 0px 50px 0px 50px;
	white-space: nowrap;
	font-size: 9px;
}
.address-ct div b {
	font-size: 11px;
}
.address-ct a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
.address-ct a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}