@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/body_background.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	margin:0px;
	padding:0px;
}
#container {
	background-image: url(../images/container_background.png);
	background-repeat: repeat-y;
	width: 946px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
}
#header {
	background-image: url(../images/header_background.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 325px;
	width: 936px;
	color: #FFFFFF;
	font-size: 18px;
}
ul.navbar {
font-size:20px;
	list-style:none;
	width:229px;
	height:197px;
	padding-left:35px;
	margin:0px;
	padding:0px;
	padding-top:10px;
}
#header ul.navbar li {
	display:block;
	list-style:none;
	padding-top:4px;
	margin:0px;
	padding:0 0 0 22px;

}
#header li a {
	background:url(../images/nav_btn.jpg) no-repeat;
	display:block;
	width:239px;
	height:33px;
	line-height:1.75em;
	margin-top:4px;
	padding-left:25px;
}
#header li a:hover {
	background:url(../images/nav_btn_hover.jpg) no-repeat;
	width:239px;
	height:33px;
	line-height:1.75em;
	text-decoration:none
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#content_container {
	background-image: url(../images/content_container_background.jpg);
	background-repeat: no-repeat;
	clear: both;
	width: 936px;
}
#content {
	float: left;
	width: 529px;
	padding-top: 20px;
	padding-left: 45px;
	padding-right: 45px;
}
#content a {
	color: #003399;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#sidebar {
	float: left;
	width: 286px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top:20px;
}
#sidebar a {
	color: #003399;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#form {
	background-color: #ecf9e5;
	padding:10px;
}
#sidebar li {
	list-style-image:url(../images/list-style.jpg);
}
#footer {
	background-image: url(../images/footer_background.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 48px;
	width: 906px;
	color: #FFFFFF;
	padding-top: 30px;
	padding-left: 30px;
}
#copyright {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	clear: both;
	height: 45px;
	width: 936px;
	padding-top: 10px;
}
#copyright a {
	color: #465F1D;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	line-height: normal;
	padding-right: 20px;
	padding-top: 20px;
	margin:0px;
}
h2 {
	font-size: 36px;
	color: #1F2A0A;
	margin:0px;
	padding:0px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 24px;
	color: #1F2A0A;
}
h5 {
	font-size: 36px;
	margin:0px;
	padding:0px;
}
h6 {
	font-size: 24px;
	color:#990000;
	margin:0px;
	padding:0px;
}
.h7 {
	font-size: 24px;
	color: #003300;
}
.fltlt {
	float: left;
}
.fltrt {
	float: right;
}
.clear {
	clear:both;
}
