@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center; /* center site in ie5.0 and 5.5 */
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #b19767;
	background-image:url(../images/body_bgr.jpg);
	background-repeat:repeat-x;
}
h1, h4 {
	padding: 0.8em 10px;
	font-size: 0.85em;
}
p {
	padding: 0.3em 10px;
	font-size: 0.7em;
	line-height: 1.3em;
}
a {
	color: #458a02;
}
a:hover {
	color: #2f60a5;
	text-decoration: none;
}
img {
	border: 0;
}
input {
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	background-color: #ebedef;
	margin: 6px 3px;
}
input.button {
	border: 0;
	background-color: transparent;
	cursor:pointer;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.news_box {
	width: 250px;
	border: 3px solid #555;
	float: right;
	margin: 10px;
	margin-top: 2.5em;
	padding: 10px;
	background-color: #fff;
	background-image:url(../images/news_bgr.jpg);
	background-position:top;
	background-repeat:repeat-x;
	
}
.news_box h4 {
	color: #193e00;
	font-size: 0.8em;
}
.logos {
	width: 880px;
	margin: 10px auto 0 auto;
}
.logos img {
	margin: 5px 25px!important;
}
#shadow {
	width: 950px;
	background-image:url(../images/shadow.gif);
	background-repeat:repeat-y;
	text-align: left;
	margin: 0px auto;
}
	
#container {
	width: 950px;
	background-image:url(../images/footer_bgr.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
	clear:both;
}
#header {
	width: 929px;
	height: 81px;
	border-bottom: 4px solid #70b131;
	border-left: 2px solid #c7cdd3;
	border-right: 2px solid #c7cdd3;
	background-image:url(../images/header_bgr.gif);
	background-position:top;
	background-repeat:repeat-x;
	overflow: hidden;
}
#header .logo {
	float: left;
}
#header .right {
	text-align: right;
}
#header .right p {
	padding: 5px;
	font-size: 11px;
}
#header .right h3 {
	font-size: 16px;
	color: #004c99;
	padding: 5px;
}
#header .right form {
	visibility:hidden;
}
#flash, #top {
	width: 929px;
	height: 279px;
	border-left: 2px solid #c7cdd3;
	border-right: 2px solid #c7cdd3;
	border-bottom: 1px solid #fff;
}	
#top {
	height: 124px;
}
#content {	
	width: 933px;
}
#wrap {
	width: 933px;
	background-color: #c7cdd3;
	background-image:url(../images/wrap_bgr.gif);
	background-position: top;
	background-repeat:repeat-x;
}
#wrap ul {
	margin: 0.3em 30px;
}
#wrap ul li {
	font-size: 0.7em;
}
#wrap ul li ul li {
	font-size: 1em;
}
#wrap img {
	margin: 10px;
}
#footer {
	width: 950px;
	background-image:url(../images/footer_bgr.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#b19767;
	padding-top: 15px;
}
#footer p {
	font-size: 0.7em;
}
#footer a {
	color: #205298;
}