html,body,div,span, h1,h2,p,hr b,i, a,img, table,tr,td, form,label,legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #eeeeee;
}

#container {
	background-color: #ffffff;
}

#header {
	color: #ffffff;
	background-color: #44aa44;
	border-bottom: 1px solid #333333;
	padding: 0 60px 0 60px;
}

#header h1 {
	font-size: 2em;
	margin: 0;
	padding: .25em .5em 0 0;
}

#header h2 {
	font-size: 1em;
	font-style: normal;
	margin: 0;
	padding: 0 0 1em 0;
}

/* class="header" for logo links in header */
.header a:link    {text-decoration: none; color: #ffffff;}
.header a:visited {text-decoration: none; color: #ffffff;}
.header a:hover   {text-decoration: none; color: #ffffff;}
.header a:active  {text-decoration: none; color: #ffffff;}

/* content div for main page */
#content {
	padding: 1em 60px 1em 60px;
}

#content p {
	font-style: 1em;
	margin: .5em 0 0 0;
}

#content h1 {
	font-size: 1.4em;
	font-style: normal;
	margin: .5em 0 0 0;
}

#content h2 {
	font-size: .9em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 10px;
}

#content table {
	margin: .5em 0 0 1em;
}

#content img {
	border: 1px solid #000000;
}

#content .intro {
	font-size: .9em;
	font-style: italic;
}

#content .desc {
	font-size: .8em;
	margin: 0 0 0 30px;
}

/* content div for resource pages */
#res_content {
	padding: 1em 60px 1em 60px;
}

#res_content h1 {
	font-size: 1.6em;
	font-style: normal;
	margin: .0 0 0 0;
}

#res_content h2 {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	margin: .5em 0 0 0;
}

#res_content p {
	font-style: 1em;
	margin: .75em 0 0 1em;
}

#res_content table {
	margin: .5em 0 0 1em;
}

#res_content img {
	border: 1px solid #000000;
}

#res_content .docinfo {
	font-size: 1em;
}

#res_content .doctitle {
	font-weight: bold;
}

#res_content .docdesc {
	font-size: .9em;
}

/* div id="footer" */
#footer {
	clear: both;
	color: #ffffff;
	font-size: .8em;
	background-color: #44aa44;
	padding: 1em 60px 1em 60px;
	border-top: 1px solid #333333;
}

/* vertical separator bar between links in footer */
#footer .separator {
	color: #66dd66;
}

.footer_link a:link    {text-decoration: underline; color: #ffffff;}
.footer_link a:visited {text-decoration: underline; color: #ffffff;}
.footer_link a:hover   {text-decoration: underline; color: #88ff88;}
.footer_link a:active  {text-decoration: underline; color: #88ff88;}

