/* Global Whitespace Reset */
* {	padding:0;	margin:0;	 }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {	margin:20px 0; }
li, dd, blockquote {	margin-left: 40px; }
p {	margin: 15px 0;}
fieldset {	padding:10px; }
h1, h2, h3, h4, h5, h6 {	margin: 20px 0 5px; }
p {	margin: 5px 0 20px; text-align:justify}
h1 {	font-size: 160%; }
h2 {	font-size: 150%; }
h3 {	font-size: 140%; }
h4 {	font-size: 130%; }
h5 {	font-size: 120%; }
h6 {	font-size: 110%; }
ul ul {	margin:5px o; }
.structure {	display: none;}
hr.clear {	clear: both;	height: 1px;	margin: 0;	visibility: hidden;}
/* Site Specific */
html, body {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	background: #000000 url(../images/background.jpg) 0 20px repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container {
	position: relative;
	margin: 0 auto;
	min-height: 600px;
	width: 800px;
}
#header {
	position: relative;
	margin: 0;
	height: 109px;
	width: 800px;
	font-size: 22px;
}
#header h1 {
	margin: 0;
	background: #FFFFFF url(../images/header.jpg) no-repeat;
	height: 109px;
	text-indent: -1234em;
	padding: 0;
}
#header h1 a {
	display: block;
	text-decoration: none;
	height: 109px;
}
#surround {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 432px;
	background: #A0D168;
	padding: 5px;
	overflow:auto;
}
#left_col {
	position: relative;
	margin: 0 auto;
	width: 214px;
	min-height:432px;
	float: left;
	z-index:1000;
	background: #cecece;
}
#left_col p{
	text-align:left;
	padding: 0 5px 0 5px;
}
#content {
	position: relative;
	background: #FFFFFF url(../images/content_bg.jpg) no-repeat;
	width: 535px;
	min-height:432px;
	padding-left: 20px;
	padding-right: 10px;
	color: #000000;
	float:right;
}
hr#clear {
	height: 70px;
}
#footer {
	position: relative;
	margin: -70px auto;
	height: 70px;
	width: 800px;
	color: #FFFFFF;
	text-align:center;
	padding: 3px 0 0;
	z-index: 500;
	background: 000000;
}
#footer a {
	color: #FFFFFF;
	font-size:12px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	text-align:center;
	font-size:12px;
	color: #FFFFFF;
	margin: 0;
}
.subhead{
	font-size:18px;
	color:#000000;
	font-weight:bold;
}
.col_subhead{
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	background:#000000;
	margin:0;
	height:25px;
}