body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	background: #0097d3 url("../images/body_background.gif") repeat-x;
}
form {
	margin: 0px;
}
h1 {
	font-size: 13px;
	color: #4AA71C;
}
/* GENERAL */

/* image borders */
a img {
	color: #fff;
}         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
a img, img {
	color: inherit;/* undo the rule above */
	border: none;               /* hide from Netscape 4 */
}                           /* code from W3C - www.w3.org */
}
/* links */
A, A:link, A:visited {
	color: #006BAD; /* link_color */
	text-decoration: underline;
}
A:hover {
	color: #006BAD;
	text-decoration: underline;
}
#main {
	width: 869px;
	margin: 33px auto;
	text-align: left;
	padding-bottom: 50px;
}
#backgroundTop {
	background: url("../images/body_background_top.png") no-repeat bottom left;
	width: 100%;
	height: 12px;
}
#backgroundBottom {
	background: url("../images/body_background_bottom.png") no-repeat bottom left;
	width: 100%;
	height: 12px;
}
#backgroundRepeater {
	background: url("../images/body_background_repeater.png") repeat-y top left;
	width: 100%;
}
#backgroundRepeaterContentContainer {
	width: 852px;
	margin: 0px auto;
}
#backgroundBottomTop {
	position: relative;
	top:0px;
	height: 8px;
	width: 100%;
	background-color: #ffd204;
}
/*Header*/
#header {
	position: relative;
	width: 100%;
	height: 178px;
	background-color: #0093d0;
	z-index: 30;
}
#logoImg {
	position: absolute;
	top: 59px;
	left: 425px;
}
#headerImg {
	position: absolute;
	top: 10px;
	left: 25px;
}
#headerImg img {
	behavior: url(iepngfix.htc);
}
/*Navigation*/
#navContainer {
	background: url("../images/navigation_background.gif") repeat-x;
	width: 100%;
	height: 73px;
	float: left;
	position: relative;
}
#menuItems {
	position: absolute;
	left: 372px;
	top: 17px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}
#menuItems a, #menuItems a:visited, #menuItems a:link, #menuItems a:active {
	color: #fff;
	text-decoration: none;
}
#menuItems a:hover {
	color: #0093D0;
	text-decoration: none;
}
div.spacer {
	display: inline;
	padding-left: 32px;
}
#contentArea {
	width: 100%;
	background: #fff url("../images/content_background.gif") repeat-x;
	position: relative;
	padding-bottom: 50px;
	z-index: 20;
}
#dropDownMenu {
	position: absolute;
	top: -37px;
	left: 540px;
	width:100px;
	background-color: #72b644;
	z-index: 150;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}
#dropDownMenu ul {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#dropDownMenu ul li {
	padding-left: 14px;
	margin-top: 5px;
	list-style: none;
}
#dropDownMenu a, #dropDownMenu a:visited, #dropDownMenu a:link, #dropDownMenu a:active {
	color: #fff;
	text-decoration: none;
}
#dropDownMenu a:hover {
	color: #fff;
	text-decoration: underline;
}
/*Page Specifics*/

.head {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	font-weight:bold;
	color:#4AA71C;
}
.read_more {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4AA71C;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
}
.read_more a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4AA71C;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
}
.read_more a:hover {
	color:#666666;
	text-decoration:none;
}
#news {
	width:430px;
	text-align:left;
	height:240px;
	background:url("../images/newsbg.gif") no-repeat left top;
	margin-left:0px;
	margin-top:30px;
}
.newscontent {
	margin-left:25px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:left;
	padding-left:0px;
	padding-top:60px;
	text-decoration:none;
	font-weight:bold;
	padding-right: 40px;
}
.correction {
	vertical-align: text-bottom;
}
#footer {
	width: 836px;
	margin: 0px auto;
	height: 50px;
	font-size: 12px;
	color: #FFFFFF;
}
#footerMenuDiv {
	width: 800px;
	margin: 0px auto;
	padding-top: 8px;
	text-align: left;
}
#footerMenuDiv a, #footerMenuDiv a:visited,  #footerMenuDiv a:link,  #footerMenuDiv a:active {
	color: #FFFFFF;
	text-decoration: none;
}
 #footerMenuDiv a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
