/* 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;}
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 0; }
.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: #DADADA url(../images/bgwhole.jpg);
}
#container {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	width: 789px;
	background: #DADADA;
}
#header {
	position: relative;
	margin: 0 auto;
	height: 50px;
	width: 789px;
	background: #8D8D8D url(../images/logo.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	text-indent: -1234em;
}
#header h1 {
	margin: 0;
	background: #8D8D8D url(../images/logo.jpg) 0 0 no-repeat;
	height: 50px;
	text-indent: -1234em;
	padding: 0 0 4px;
}
#header h1 a {
	display: block;
	text-decoration: none;
	height: 50px;
}
#header_img {
	position: relative;
	margin: 0 auto;
	height: 200px;
	width: 789px;
}
#content {
	position: relative;
	margin: 0 auto;
	width: 775px;
	padding: 7px;
	color: #000000;
	background: #DADADA;
	float:left;
}
hr#clear {
	height: 55px;
}
#footer {
	position: relative;
	margin: -53px auto 0;
	height: 50px;
	width: 789px;
	background: #DADADA;
	color: #353535;
	text-align:center;
	padding: 3px 0 0;
	z-index: 500;
}
#footer a {
	color: #353535;
	font-family: 'Times New Roman', Times, serif;
	font-size:12px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	text-align:center;
	font-family: 'Times New Roman', Times, serif;
	font-size:12px;
	color: #353535;
	margin: 0;
}
#footer p.by  {
	text-align: center;
	font-family:'Times New Roman', Times, serif;
	font-size:10px;
	color: #353535;
	margin:10px 0 0;
}
#footer p.by a {
	font-family: 'Times New Roman', Times, serif;
	font-size:10px;
	color: #353535;
}
p, ul, li, blockquote, td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #353535;
	padding: 0 7px 0 7px;
}
.subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #353535;
	margin: 0 0 0 0;
}
a {
	color: #000000;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}
.style1 {color: #FF0000}
.style2 {color: #0000FF}