html 
{
	padding: 0;		
}
body {
	width:930px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	background-color: #EBEBEB;
	padding: 0;
	margin: auto;
}
#header
{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width: 100%;
	height: 160px;
}
#header img
{
	position: absolute;
	padding-top: 80px;
	padding-left: 5px;
}	
#header h1
{
	font-family: sans-serif;
	font-size: 28px;
	text-align:center;
	padding-top: 85px;
	font-weight:bold;
	color:#060;
	text-shadow: 2px 2px 4px #333;
	margin:0;		
}
#header h2
{
	font-family: sans-serif;
	font-size: 18px;
	text-align:center;
	font-weight:bold;
	color:#000;
	margin:2px;
}

#content_outer
{
	width: 100%;
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-y;
}
#footer
{
	background-image:url(images/page_footer.jpg);
	background-repeat:no-repeat;
	width: 100%;
	height: 15px;		
}
h3
{
	font-family: sans-serif;
	font-weight:bold;
	font-size: 20px;
	color:#333;
	margin: 2px;
	margin-top: 20px;
}
#content
{
	width: 100%;
	padding: 15px;	
}
#content div
{
	padding-left: 20px;	
}
ul
{
	margin-top:2px;
	margin-bottom:2px;
}
li
{
	padding:3px;
}
.section_header
{
	padding: 5px;
}
.small
{
	font-size:10px;
	color:#999;
}
.zip
{
	list-style-image: url(images/icon_zip.jpg);		
}

.pdf
{
	list-style-image: url(images/icon_pdf.jpg);		
}