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: #ffffff url(../img/body_bg.jpg) repeat-x;
	margin-top: 20px;
	font-family: verdana, helvetica, arial, sans serif;
	}
	
p{
	font-size: 12px;
	line-height: 16px;
	}
	
#container{
	width: 800px;
	margin: 0 auto 0 auto;
	}
		
#navigation{
	margin: 0 auto 20px auto;
	background: #015301;
	border: 1px solid #ffffff;
	padding: 7px 15px 5px 15px;
	}
		
#navigation ul{
	display: inline;
	}
	
#navigation ul li{
	display: inline;
	padding-right: 10px;
	color: #ffffff;
	}
	
#navigation ul.contact{
	float: right;
	}
	
#navigation a, a:active{
	color: #ffffff;
	text-decoration: none;
	}
	
#navigation a:hover{
	color: #000000;
	}
	
#navigation a.active{
	color: #000000;
	}
	
		
#header{
	width: 790px;
	background: #ffffff;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	}
	
#header img{
	margin: 0 auto 0 auto;
	}
		
#content{
	min-height: 465px;
	margin-left: 3px;
	background: url(../img/content_bg.png) repeat-x;
	padding-left: 10px;
	padding-top: 10px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	}

#upper{
	padding-bottom: 30px;
	}

#upper h1{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 8px;
	}
	
#upper h3{
	font-size: 14px;
	color: #012c09;
	padding-bottom: 8px;
	line-height: 16px;
	}
	
#upper ul{
	margin-left: 230px;
	padding-left: 0px;
	}

#upper ul li{
	list-style-type: disc;
	font-size: 12px;
	padding-bottom: 7px;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 14px;
	}

#upper ul li.no_disc{
		list-style-type: none;
		}
		
#upper img{
	float: left;
	margin-right: 18px;
	margin-bottom: 3px;
	margin-top: 8px;
	}
	
#horz_line{
	width: 780px;
	height: 3px;
	background: #012c09;
	margin-bottom: 15px;
	}
	
#lower_left{
	width: 380px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	}

#lower_left h1{
	font-size: 18px;
	color: #012c09;
	padding-bottom: 18px;
	padding-top: 0px;
	}

#lower_left h3{
	font-size: 14px;
	color: #000000;
	padding-bottom: 8px;
	}

#lower_left p{

	}
	
#lower_left a, a:active{
	text-decoration: none;
	color: #004400;
	}
	
#lower_left a:hover{
	color: #000000;
	}

#lower_left ul{
	padding-left: 25px;
	margin-bottom: 15px;
	}

#lower_left ul li{
	list-style-type: disc;
	font-size: 12px;
	padding-bottom: 7px;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 14px;
	}


#lower_right{
	width: 380px;
	float: left;
	margin-bottom: 15px;
	}

#lower_right h1{
	font-size: 18px;
	color: #012c09;
	padding-bottom: 18px;
	padding-top: 0px;
	}
	
#lower_right h3{
	font-size: 14px;
	color: #000000;
	padding-bottom: 8px;
	}
	
#lower_right ul{
	padding-left: 25px;
	margin-bottom: 15px;
	}

#lower_right ul li{
	list-style-type: disc;
	font-size: 12px;
	padding-bottom: 7px;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 14px;
	}
	
#lower_right a, a:active{
	color: #012c09;
	text-decoration: none;
	}

#lower_right a:hover{
	color: #000000;
	}
		
.float_right{
	float: left;
	margin: 3px;
	}
	
#footer{
	background: #012c09 url(../img/footer_bg.jpg) repeat-x;
	min-height: 60px;
	}
		
#footer_content{
	width: 800px;
	margin: 0 auto 0 auto;
	}
	
#footer_content p.copyright{
	font-size: 10px;
	color: #ffffff;
	padding-top: 30px;
	}
	