table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}

/* POSITIONING BLOCKS */
body {
	color: #666;
	margin:0 0 30px 0;
	background:#fff;
}
#container{
	margin:0 auto;
	width:820px;
}
#header{
}
#main{
	position:relative;
}
#footer{
	font-size:90%;
	margin:20px 0 0 0;
	padding:10px 0 0 0;
	color:#999;
}
/* main area */
#main #navigation{
	float:left;
	position:relative;
	width:180px;
	margin:20px 0 0 0;
}
#main #main_copy {
	float:left;
	position:relative;
	width:400px;
	margin:20px 0 0 30px;
}
#main #quicklinks {
	float:left;
	position:relative;
	width:180px;
	margin:20px 0 0 30px;
}

p,a,h5,#main li,td,th{
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 22px;	
	margin:6px 0 0 0;
}
#main_copy p{
	text-align:justify;
	margin:6px 0 18px 0;
}
a {
	color: #00c;
}
a:hover {
	color: #5C743D;
}
#main li{
	margin-left:30px;
	list-style-type: disc;
}
#main ul.links li{
	margin-left:0;
	padding:4px 0 4px 0;
	list-style:none;
	border-bottom:1px solid #ccc;
}

h4 {
	color: #333;
	line-height:26px;
	letter-spacing:.21em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
h5 {
	font: 12px arial,sans-serif;
	font-weight:bold;
	margin:6px 0 0 0;
	color:#000;
}

table.contact th {
	width:150px;
	font-weight:bold;
	padding:4px 0 4px 0;
}
table.contact td {
	padding:4px 0 4px 0;
}
table.contact th span{
	color:#900;
}
#request tr td{
	font: 11px Arial, Helvetica, sans-serif;
	padding:0 0 6px 0;
}
#request tr td,#request tr td input.text{
	width:220px;
}
#request tr td:first-child{
	width:100px;
	font-weight:bold;
}
.documents tbody td a {
	line-height:13px;
}
