html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of Reset */

/* Begin CSS Stylesheet */

body{
	background: #949494 url(../img/body_bg.jpg) repeat-x;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
body.index_body{
	background: #f5f5f5 url(../img/body_bg2.jpg) repeat-x;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.header_container_content{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #132530;
	}
	
.header_container_index{
	width: 100%;
	margin-top: 120px;
	padding: 0;
	}

#header_container_inner{
	width: 970px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
	}
	
#header_container_inner ul{
	list-style-type: none;
	float:right;
	padding-right: 65px;
	padding-top: 5px;
	*padding-top: 3px;
	display:inline-block;
	}
	
#header_container_inner ul li{
	color: #132530;
	font-size: 14px;
	display: inline;
	padding-right: 6px;
	}
	
#header_container_inner ul li a, a:active{
	color: #132530;
	text-decoration: none;
	}

#header_container_inner ul li a:hover{
	color: #677532;
	}
	
	
	
#header{
	width: 970px;
	min-height:  173px;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	
	}
	
	
.header_image_right{
	float: left;
	width:400px;
	padding-top: 7px;
	*padding-top: 0px;
	padding-left: 170px;
		}
	
.header_image_left{
	float: left;
	width: 336px;
	padding-top: 31px;
	*padding-top: 14px;
	padding-left: 20px;
	}
	
#content_container{
	width: 100%;
	background: #ffffff;
	padding-bottom: 30px;
	overflow: show;
	}

#content{
	margin: 0 auto 0 auto;
	width: 780px;
	min-height: 300px;
	padding: 5px;
	
	}
	
#content h1{
	font-size: 23px;
	color: #949494;
	margin-top: 10px;
	margin-bottom: 5px;
	}
	
#content h2{
	font-size: 18px;
	color: #132530;
	margin-top: 8px;
	margin-bottom: 8px;
	}
	
#content h3{
	font-size: 16px;
	color: #677532;
	font-variant: small-caps;
	}
	
#content p{
	font-size: 14px;
	line-height: 18px;
	}
	
.imgright{
	float: right;
	padding: 4px;
	margin-left: 10px;
	border: 1px solid #132530;
	}
	
.imgleft{
	float: left;
	padding: 4px;
	margin-right: 10px;
	border: 1px solid #132530;
	}
	
#footer_container{
	width: 100%;
	background: #949494;
	padding-bottom: 5px;
	}
	
#footer{
	width: 780px;
	margin: 10px auto 0 auto;
	min-height: 140px;
	padding-top: 5px;
	}
	
#footer h1{
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 2px;
	}

#footer p{
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
	}
	
	
.footer_left{
	float: left;
	margin: 5px;
	}
	
.copyright{
	text-align: center;
	font-size: 9px;
	position: inherit;
	color: #ffffff;
	}
	
/* Pagination Styling */

.pagination{	
width: 780px;
margin: 0 auto;
padding: 0;
text-align: center;
clear: both;
}

.pagination ul{
	border:0;
	margin:auto;
	padding:0;
	text-align: center;
	width: 260px;
	}

#pagination-clean li{
text-align: center;
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
}
#pagination-clean li, #pagination-clean a{

margin-right:2px;
}
#pagination-clean .previous-off,
#pagination-clean .next-off {
color:#888888;
display:block;
float: left;
font-weight:bold;
padding:3px 4px;
}
#pagination-clean .next a,
#pagination-clean .previous a {
font-weight:bold;
border:solid 1px #FFFFFF;
}
#pagination-clean .active{
color:#54602a;
font-weight:bold;
display:block;
float:left;
padding:3px 6px;
}
#pagination-clean a:link,
#pagination-clean a:visited {
color:#54602a;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination-clean a:hover{
color:#54602a;
text-decoration:none;
}
	
