@charset "UTF-8";

/* CSS Document */

html,
body {
	height: 100%;
	margin:0px;
	padding:0px;
	background-image:url("../images/bg_repeat.jpg");
	background-position:top;
	background-repeat:repeat-x;
	margin-bottom: -55px;
}

#container {
	width: 884px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: none;
}

.clear {
	height: 15px;
	clear: both;
	position: relative;
}

.hide { display:none; }

#header {
	height:290px;
	width:884px;
	background-image:url("../images/header_bg.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	float: left;
	position: relative;
}

#tools {
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#497F26;
	font-size: 13px;
	float: right;
	padding: 10px 40px 0px 0px;
}

#tools a,
#tools a:visited {
	color:#497F26;
	text-decoration:none;
	padding:0px 5px;
}

#tools a:hover {
	text-decoration:underline;
	color:#497F26;
}

#tools input {
	font-family:Arial, Helvetica, sans-serif;
	color: #0556A0;
	font-size:12px;
	padding: 2px;
}

#submit { }

.blue { color: #0556A0; }

#subnav_home {
	float:left;
	width:300px;
	color: #ffffff;
	margin: 0px;
	padding: 8px 0px 0px 235px;
	font-size: 11px;
}

#subnav_contact {
	float:right;
	width:277px;
	clear:right;
	color: #FFFFFF;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	font-size: 11px;
}

#subnav_home a,
#subnav_contact a,
#subnav_home a:hover,
#subnav_contact a:hover,
#subnav_home a:visited,
#subnav_contact a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#header_content {
	float:left;
	width:884px;
	clear: both;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#header_content p {
	margin:0px;
	padding:90px 155px 0px 340px;
	font-size: 11px;
	line-height: 17px;
}

#tabs {
	float:left;
	padding:0px 0px 0px 55px;
	width:800px;
	background: none;
}

#previous_topics {
	float: right;
	margin: 0 45px 0 0;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#497F26;
	font-size: 13px;
}

#previous_topics a,
#previous_topics a:visited {
	color: #497F26;
	text-decoration: none;
}

#previous_topics a:hover { text-decoration: underline; }

#previous_topics a img { border: 0; }

#body_copy {
	float:left;
	padding:0px 20px 0px 65px;
	width:775px;
	position: relative;
}

#body_copy p {
	margin: 15px 0px;
	line-height: 17px;
	font-size: 12px;
}

#body_copy h1 {
	color: #0656A0;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
}

#body_copy h2 {
	font-size: 13px;
	color: #339900;
	margin: 5px 0px;
	font-weight: normal;
}

#body_copy ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#body_copy ul li {
	font-size: 11px;
	margin: 5px 0px;
	background-image: url("../images/bullet.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0px 0px 10px;
}

#body_copy a { color: #005AA7; }

/*Start Footer Styles*/
#footer {
	width:100%;
	height:55px;
	margin: 0px;
	background-color: #E9F4FA;
	border-top: thin solid #60A230;
	padding: 0px;
}

#footer_content {
	position:relative;
	width:776px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #497F26;
	padding: 15px 54px 0px 54px;
}

#footer a {
	text-decoration:none;
	color: #497F26;
}

#footer a:hover,
#footer a:visited { text-decoration:underline; }

