/* CSS Document */
/* 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 o; }
.structure {	display: none;}
hr.clear {	clear: both;	height: 1px;	margin: 0; visibility:hidden;}
/* Site Structure - Main */
html{
	margin: 0 auto;
	height: 100%;
}
body{
	margin: 0 auto;
	padding:0;
	width:100%;
	height:100%;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #424242;
	background: #2e86d0;
}
#container{
	margin: 0 auto;
	padding: 0;
	min-height:100%;
	width: 800px;
	background: #ffffff;
}
#header{
	margin: 0 auto;
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 280px;
	width: 800px;
}
#header h1 {
	margin:0 auto;
	height: 280px;
	width:800px;
	text-indent: -1234em;
}
#header h1 a {
	display:block;
	height: 80px;
	text-decoration: none;
}
#content{
	min-height:340px;
	width: 575px;
	padding:0;
	margin: 0 0 0 200px;
}
#clear{
	height: 60px;
}
/* Footer */
#footer{
	height:50px;
	margin: -60px auto 0;
	width: 790px;
	padding: 5px;
	background: url(../images/footer.jpg) no-repeat;
}
#footer a {
	color: #104f85;
	font-size:12px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	width: 790px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color: #104f85;
	margin:0 auto;
	padding:10px 0 0 0;
}
#footer p.by  {
	text-align: right;
	font-size:10px;
	line-height:18px;
	color:#ffffff;
	margin:0 0 0 0;
}
#footer p.by a {
	font-size:11px;
	color:#ffffff;
}

/* All */
.subhead {
	color:#104f85;
	font-weight:bold;
	font-size:18px;
}