body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background: url(../images/paisley.jpg) #000000 repeat-x;
	padding:0;margin:0;
}
h1,h2,h3,h4,h5 {
	color: #660000;
}
a,a img{
	outline:none;
}
a[href $='.pdf'] { 
   padding-right: 20px;
   background: transparent url(../images/pdf.gif) no-repeat center right;
}
a[href $='.doc']{
   padding-right: 20px;
   background: transparent url(../images/doc.gif) no-repeat center right;
}
a, a:link, a:visited {
	color: #005190;
}
p {line-height: 170%;}
blockquote{
	line-height: 150%;
	text-indent: 20px;
}
ul{margin:0;padding:0;}
ul {
	list-style: none;
	padding-left: 8px;
}
ul.index{
	list-style:circle;
	margin-left: 10px;
}
	ul.index li{
		padding: 3px;
	}
ul ul{
	padding-left: 10px;
}
form{
	font-size: 11px;
}
	label{
		display: block;
		padding-right: .5em;
		margin-top: 15px;
		font-weight: bold;
	}
	input{
		padding: 2px;
		margin-top: 2px;
		font-size: 11px;
	}
	textarea{
		width: 500px;
		height: 100px;
	}
	table input{
		width: 93px;
		margin: 0;
	}
	button{
		float: right;
	}
	form #formid {
		position: absolute;
	    border: 0;
	    bottom: 2000px;
	}
#container {
	width: 984px;
	margin: 0 auto;
	background-color: #660000;
	overflow: hidden;
}
#superheader {
	width: 100%;
	height: 20px;
	border-bottom: 2px double #777777;
	padding: 10px;
	background-color: #FFFFFF;
	word-spacing: 50px;
}
#header{
	height: 80px;
	border-left: 5px solid #666666;
	border-right: 5px solid #666666;
	border-bottom: 15px solid #567186;
	padding: 10px;
	background-color: #CCCCCC;
}
	#header h1 {
		color: #000000;
		padding-left: 80px;
		text-decoration: none;
	}
	#header a {
		color: #000000;
		text-decoration: none;
	}
	#header img {
		border:0;
	}

#body{
	width: 100%;
}

.content{
	float: left;
	width: 528px;
	border-left: 2px solid #660000;
	margin-right: 10px;
	padding: 0 30px 0 30px;
	background-color: #FFFFFF;
}
.box{
	width: 80%;
	padding: 10px;
	border: 1px solid #000000;
	margin: 0 auto;
	margin-top: 20px;
}
#navcol{
	width: 160px;
	position: relative;
	float: left;
}
	#navcol ul li {
		padding: 1px 0 1px 0;
		border-bottom: 1px solid #770000;
	}
	#navcol ul li a{
		display: block;
		color: #FFFFFF;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		padding: 4px;
		font-size: 12px;
		padding-left: 5px;
	}
	#navcol ul li a:visited{
	color: #FFFFFF;
	}
	#navcol ul li a:hover{
		background-color: #440000;
		color: #FFFFFF;
	}
#rightbar {
	float: left;
	width: 215px;
	font-size: 11px;
}
	#rightbar .rt_item {
	background-color: #EEEEEE;
	margin: 10px;
	padding: 10px;
	border: 4px solid #567186;
	}
		#rightbar .rt_item ul {
			list-style: circle;
		}
		#rightbar .rt_item a {
			color: #660000;
		}
		#rightbar .rt_item ul li {
			border: none;
		}
		#rightbar .rt_item a:hover {
			color: #220000;
		}
#controls {
	text-align: center;
	margin: 20px 0;
	border-bottom: thin dashed #CCCCCC;
}
	#controls a, #controls a:visited {
		width: 150px;
		background-color: #660000;
		color: #FFFFFF;
		margin: 15px;
		padding: 7px;
	}
	#controls a:hover {
		background-color: #330000;
	}
#footer {
	clear: both;
	width: 90%;
	text-align: right;
	font-size: 11px;
	padding: 5% 5% 1% 5%;
	background-color: #CCCCCC;
}
	#footer a {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		margin-right: 30px;
	}
#sitemap{
	line-height: 150%;
	border: none;
}
	#sitemap ul li{
		border: none;
	}
.clear{
	clear: both;
}
.error{
	color: #990000;
	font-weight: bold;
	visibility: hidden;
	height: 0;
}