body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	background-color: #EDE8DA;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	background-position: center;
}
form {
	margin: 0px;
}
h1 {
	font-size: 13px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* 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: #FF6600; /* link_color */
	text-decoration: none;
}
A:hover {
	color: #66CCCC;
	text-decoration: none;
}
#main {
	width: 930px;
	margin: 0px auto;
	text-align: left;
	padding-bottom: 20px;
}
#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: 243px;
	width: 100%;
	background-image: url(../images/footer.jpg);
}
#backgroundBottomTopGreen {
	position: relative;
	top:0px;
	height: 243px;
	width: 100%;
	background-image: url(../images/footer-green.jpg);
}
/*Header*/
#header {
	position: relative;
	width: 100%;
	height: 258px;
	z-index: 30;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
}
#headerGreen {
	position: relative;
	width: 100%;
	height: 258px;
	z-index: 30;
	background-image: url(../images/top-green.jpg);
	background-repeat: no-repeat;
}
#logoImg {
	position: absolute;
	top: 15px;
	left: 22px;
}	
#logoImg img {
	behavior: url(iepngfix.htc);
}
#headerImg {
	position: absolute;
	top: 160px;
	left: 661px;
}
#headerImg2 {
	position: absolute;
	top: 168px;
	left: 704px;
}
#headerImg2 img {
	behavior: url(iepngfix.htc);
}
#headerImg img {
	behavior: url(iepngfix.htc);
}
/*Navigation*/
#navContainer {
	background: url(../images/nav-bg.jpg) no-repeat;
	width: 245px;
	height: 330px;
	float: left;
	position: relative;
}
#menuItems {
	position: absolute;
	left: 30px;
	top: 30px;
	font-size: 12px;
	width: 160px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
#menuItems a, #menuItems a:visited, #menuItems a:link, #menuItems a:active {
	color: #fff;
	color: #FF6600;
	text-decoration: none;
}
#menuItems a:hover {
	color: #66CCCC;
	text-decoration: none;
}
div.spacer {
	display: block;
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
}
#contentArea {
	width: 100%;
	background: #fff url("../images/content_background.gif") repeat-x;
	position: relative;
	padding-bottom: 50px;
	z-index: 20;
}
/*Page Specifics*/

.head {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	font-weight:bold;
	color:#FF6633;
}
.read_more {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF6600;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
}
.read_more a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF6600;
	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: 880px;
	margin: 0px auto;
	height: 80px;
	font-size: 11px;
	color: #999999;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
#footerMenuDiv {
	width: 880px;
	margin: 0px auto;
	padding-top: 8px;
	text-align: left;
}
#footerMenuDiv a, #footerMenuDiv a:visited,  #footerMenuDiv a:link,  #footerMenuDiv a:active {
	color: #999999;
	text-decoration: none;
}
 #footerMenuDiv a:hover {
	color: #FF6600;
	text-decoration: none;
	}
