@charset "UTF-8";
/* CSS Document */

body {
	background: #f3efc3 url(../images/page-back.jpg) repeat-x scroll center top;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 970px;
}

#page-wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 970px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #363636;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 970px;
	float: left;
}
#banner {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 210px;
	width: 715px;
}
#main {
	background: transparent url(../images/main-back.png) repeat-y scroll right top;
	margin: 0px;
	padding: 0px;
	width: 970px;
}
#sidebar-rt {
	float: right;
	width: 245px;
	margin-top: 0px;
	margin-right: 10px;
	padding: 0px;
	font-size: 0.93em;
}
.sidebar-box {
	width: 220px;
	padding: 5px 13px 10px 12px;
}
#content {
	float: left;
	width: 645px;
	margin-top: 0px;
	margin-left: 30px;
	line-height: 1.25em;
	text-align: justify;
}
#main-bottom {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 970px;
}
#footer {
	background: transparent url(../images/footer-back.png) no-repeat center top;
	margin: 0px;
	padding: 0px;
	height: 85px;
	width: 970px;
	color: #FFFFFF;
}
#footer-text {
	float: left;
	width: 680px;
	margin-top: 24px;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
}
#footer-text a, #footer-text a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
}
#footer-text a:hover {
	color: #F1ECAA;
}
#logos {
	float: right;
	height: 85px;
	width: 225px;
	margin-right: 20px;
	padding: 0px;
}

/** Navigation **/
#navbar {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 970px;
	float: left;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar li {
	display: inline;
}
#navbar li span {
	display: none;
}
#navbar li a {
	display: block;
	float: left;
	height: 40px;
	background: url(../images/navbar.jpg) no-repeat;
}
#navbar li a.item1 {
	background-position: 0px 0px;
	width: 125px;
}
#navbar  li  a.item1:hover   {
	background-position: 0px -40px;
}
#navbar li a.item2 {
	background-position: -125px 0px;
	width: 210px;
}
#navbar  li  a.item2:hover   {
	background-position: -125px -40px;
}
#navbar li a.item3 {
	background-position: -335px 0px;
	width: 165px;
}
#navbar  li  a.item3:hover   {
	background-position: -335px -40px;
}
#navbar li a.item4 {
	background-position: -500px 0px;
	width: 145px;
}
#navbar  li  a.item4:hover   {
	background-position: -500px -40px;
}
#navbar li a.item5 {
	background-position: -645px 0px;
	width: 85px;
}
#navbar  li  a.item5:hover   {
	background-position: -645px -40px;
}
#navbar li a.item6 {
	background-position: -730px 0px;
	width: 90px;
}
#navbar  li  a.item6:hover   {
	background-position: -730px -40px;
}
#navbar li a.item7 {
	background-position: -820px 0px;
	width: 150px;
}
#navbar  li  a.item7:hover   {
	background-position: -820px -40px;
}




/**  HTML STYLE  **/

a, a:visited   {
	color: #A00F1E;
	text-decoration: underline;
	font-weight: bold;
	
}
a:hover {
	text-decoration: none;
}
h1 {
	font: normal 2.2em/1em "Times New Roman", Times, serif;
	font-size:29px;
	font-weight:normal;
	color: #FFFFFF;
	background-color: #084224;
	padding: 2px;
	margin: 0px;
	text-align: left;
	display:block;
}
h2 {
	color: #960707;
	font: 1.55em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 4px;
	background: url(../images/h1-dottedline.gif) repeat-x left bottom;
	text-align: left;
}
img {
	border: 0px;
}
.clear {
	font-size: 0px;
	clear: both;
	height: 0px;
	width: 100%;
}
.sidebar-fieldset {
	width: 98%;
	margin-top: 2px;
	margin-bottom: 4px;
}
.td-odd {
	background: #efeddc;
	font-size: 1em;
	line-height: 1em;
	text-align: justify;
	
}
.td-even {
	background: #e6e4c8;
	font-size: 1em;
	line-height: 1em;
	text-align: justify;

}
.floatleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #960707;
}
.floatright {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.body-title {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: underline;
}
.important {
	font-weight: bold;
	color: #DE0000;
}
.row-s1 {
	border-bottom: 1px solid #B6B39A;
}

	#web312 {
	margin: 0px auto;
	padding: 0px;
	width: 250px;
}
.z-index {
	z-index: 1000;
}

