/* Resets */
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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Common Styles */
body{
	font-size: 62.5%;
	font-family: Arial, verdana, sans-serif;
	background: #e7e7e7 url(images/body_bg.gif) left top repeat-x;
	color: #e8e7e7;
}
h1{
	font-family: Arial, verdana, sans-serif;
	font-size: 2.1em;
	color: #5eaa42;
	margin-bottom: 1em;
	border-bottom: 1px solid #5d5d5c;
}
h2{
	font-family: Arial, verdana, sans-serif;
	font-size: 1.3em;
	color: #fff;
	margin: 20px 0 10px 0;
}
h3{
	font-family: Arial, verdana, sans-serif;
	font-size: 1.4em;
}
h4, h5, h6{
	font-size: 1em;
}

a:link, 
a:visited, 
a:hover, 
a:active{
	color: #5eaa42;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.clearboth{
	clear: both;
}
.accessible{
	position: absolute;
	left: -999em;
}
	.accessible hr{
		display: none;
	}

ul{
	margin-bottom: 0.5em;
}
	
ul li{
	list-style: none;
}

ol li{
	margin: 0 0 20px 20px;
}
ol li ol{
	margin-top: 5px;
}
ol li li{
	margin-bottom: 10px;
	list-style: lower-roman;
}

hr{
	clear: both;
	width: 100%;
	float: left;
	border: 0 none;
	height: 3px;
	margin-top: 1em;
	background: transparent url(images/hr_bg.gif) left top repeat-x;
}
p{
	margin-bottom: 1em;
}

/* Structural styles */

#site{
	width: 943px;
	margin: 20px auto;
	padding: 15px 0;
}

#header{
	float: left;
	width: 100%;
	padding: 0 0 10px 7px;
	background: transparent url(images/header_bg.gif) left top no-repeat;
}
#page{
	padding: 0 7px;
	clear: both;
	float: left;
	width: 100%;
	background: transparent url(images/site_bg.gif) left top repeat-y;
}
	#page .inner{
		float: left;
		width: 100%;
		background: transparent url(images/content_page_bg.jpg) left top no-repeat;
	}

#content{
	width: 65%;
	margin: 40px 0 0 50px;
	font-size: 1.2em;
	letter-spacing: 0.5px;
	line-height: 130%;
}	
	#content ul li{
		padding-left: 20px;
		margin-bottom: 0.2em;
		background: transparent url(images/bullets.gif) 5px 0.3em no-repeat;
	}

#secondary_column{
	float: right;
	width: 25%;
	margin: 50px 8px 0 0;
	
}
	
#footer{
	clear: both;
	float: left;
	width: 90%;
	padding: 40px 50px 0 50px;
	background: transparent url(images/footer_bg.gif) left top no-repeat;
	color: #3f3f3f;
}