/* CSS Document */
html {
	height:100%;
}
body {
	padding:0; 
	margin:0; 
	height:100%; 
	background:url(images/bg.jpg) repeat top left;
	font-size:1em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
}
a img {
	border:0;
}
/* ----------- HEADER STYLES ------------ */
h1 {
    font-family:"Times New Roman", Times, serif;
	color:#000;
	margin:0;
	font-weight:normal;
	font-size:28px;
	padding-bottom:3px;
	border-bottom:1px solid #000;
	margin-bottom:3px;
	
}
h2 {
	font-size:1em;
	font-weight:normal;
	font-style:italic;
	margin:0;
	padding:0;
	margin-bottom:18px;
}
h3 {
	font-size:12px;
	font-weight:bold;
	margin:0;
	margin-bottom:2px;
	color:#003366;
}
h4 {
	font-family:"Times New Roman", Times, serif;
	margin:0;
	font-size:24px;
	font-weight:normal;
	margin-bottom:10px;
	color:#000000;
}
h5 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	margin-bottom:15px;
	margin-top:15px;
	color:#003366;
	/*border-left:3px solid #003366;
	padding-left:6px;*/
}
/* ------------ CHANGE LINK COLOR HERE ------------ */
a:link{
	color:#000;
	text-decoration:underline;
}
a:visited {
	text-decoratoin:underline;
	color:#000;
}
a:hover{
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
#wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	width:810px;
	height:auto;
}
#container {
	width:810px;
	height:auto;
	margin:0;
	padding:0;
	text-align:left;
}
#header {
	width:810px;
	height:154px;
	margin:0;
	padding:0;
	background:url(images/header.jpg) no-repeat top left;
}
#nav {
	width:810px;
	height:36px;
	margin:0;
	padding:0;
	background:url(images/navleft.jpg) no-repeat top left;
	padding-left:117px;
}
#flash {
	height:259px;
	width:810px;
	margin:0;
	padding:0;
}
#body {
	width:810px;
	height:auto;
	margin:0;
	padding:0;
	background:url(images/shadow.jpg) repeat-y top left;
	padding-left:6px;
}
#content {
	width:525px;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:.75em;	
	line-height:1.3em;
	margin-left:232px;
	padding:20px;
	background:url(images/bodybg.jpg) no-repeat bottom right;
}
#content ul {
	line-height:1.6em;
}
#sidebar {
	position:absolute;
	left:7px;
	top:449px;
	width:191px;
	height:auto;
	color:#000;
	background:url(images/sidebg.jpg) no-repeat top right;
	padding:30px 25px 0 15px;
	font-size:.7em;
}
#sidebar ul {
	line-height:1.7em;
}
#footer {
	width:775px;
	height:54px;
	font-family:Verdana, sans-serif;
	color:#FFF;
	font-size:11px;
	text-align:right;
	background:url(images/footer.jpg) no-repeat top left;
	margin-bottom:20px;
	padding-top:45px;
	padding-right:35px;
}
#footer a {
	color:#FFF;
	text-decoration:none;
	margin:0 4px 0 4px;
}
#footer a:hover {
	text-decoration:underline;
}
.input {
	border:1px solid #999;
}
fieldset {
	width:385px;
	border:1px solid #999;
	padding:20px;
}
legend {
	background-color:#fff;
	font-weight:bold;
	font-size:1em;
	color:#003366;
}
.noshow {
	display:none;
}
.pic {
	border:1px solid #000;
}
.floatright {
	float:right;
	margin:0 0 15px 15px;
}
.floatleft {
	float:left;
	margin:0 15px 15px 0;
}
hr {
	height:1px;
	background:none;
	border:none;
	border-top:1px dashed #000;
	width:100%
}
blockquote.tests {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	line-height:18px;
}
blockquote.tests p {
	text-align:right;
	font-size:14px;
	font-weight:bold;
	color:#003366;
}
.gallery img {
	border:1px solid #000;
}.header {
	font-family:"Times New Roman", Times, serif;
	color:#000;
	margin:0;
	font-weight:normal;
	font-size:28px;
	padding-bottom:3px;
	border-bottom:1px solid #000;
	margin-bottom:3px;
	display: block;
}
.subhead {
	font-size:1em;
	font-weight:normal;
	font-style:italic;
	margin:0;
	padding:0;
	margin-bottom:18px;
	border-bottom: none;
}
