/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}

body {
background-color: #989788;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0em;

}

#content {
padding-left: 20px;	
padding-right: 120px;
}

h1 {
color: #0e3e5e;
font-size: 1.2em;
font-weight: normal;
padding-bottom: 0.7em;
}

p, ul {
line-height: 1.15em;	
}

p {
margin-top: 10px;
margin-bottom: 10px;
}

ul {
list-style: disc;
margin-left: 19px;
}

ul li {
margin-top: 5px;	
}

.list1 {
color: #628152;	
font-weight: bold;
}

.download {
	margin-top: 20px;
}

.download a {
font-size: 0.9em;	
text-decoration: none;
color: #fff;
background-color: #628152;
padding: 3px;
margin-left: 20px;
margin-top: 20px;
padding-right: 5px;
padding-left: 5px;
font-weight: bold;
}

.header {
background-image: url('images/header.jpg');
}

.header a {
color: #fff;
position: relative;
left: 750px;
top: 85px;
font: Georgia, "Times New Roman", Times, serif;
text-decoration: none;
border-bottom: 1px solid;
}

.sidebar {
background-image: url('images/sidebar.jpg');	
}

.subheader {
	background-image: url('images/subheader.jpg');
}

#content {
background-image: url('images/map.jpg');
}

#main {
width: 1024px;
margin-left: auto;
margin-right: auto;
}

