@charset "utf-8";
/* CSS Document */
body{
	background-color:#5f86be;
	background-image:url(images/bkgrd.gif);
	background-attachment:fixed;
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	font-size:1em;
	color: #023599;
	font-weight: bold;
	padding:5px 0px 0px 0px;
	margin:0px;
}
h2 {
	color:#023599;
	font-size:1em;
	font-weight: bold;
	padding:5px 0px 0px 0px;
	margin:0px;
}
h3 {
	color:#023599;
	font-size:.9em;
	font-weight: bold;
	margin:0px;
}
td {
	padding: 1em;
	vertical-align:top;
}
.bluetxt{
	color:#023599;
}
#contain {
	width: 798px;
	margin:0px auto;
	padding: 0px;
}
#header {
	height: 250px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#nav {
	height: 40px;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	border: thin solid #003366;
	margin-bottom: 5px;
	padding-left: 8px;
	font-size: 1.1em;
	font-weight: bold;
}
#navlst {
	padding: 0;
	margin: 0;
	line-height: 30px;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
	padding-top: .2em;
}
#navlst li {
	list-style: none;
	display: inline;
	padding: 0px 8px 0px 3px;

}
#navlst li a {
	text-decoration: none;
	color: #000;
}
#navlst li a:link {
	color:#000;
}
#navlst li a:visited {
	color: #000;
}
#navlst li a:hover {
	color:#036;
}
body#home a#homenav,
body#pdr a#pdrnav,
body#testim a#testimnav,
body#about a#aboutnav,
body#contact a#contactnav{
	color: #036;
}
#content {
	background-image: url(images/metalbkgrd.jpg);
	background-repeat: repeat;
	margin-bottom: 5px;
	border: thin solid #003366;
}
#foot{
	height:25px;
	background-image: url(images/metalbkgrd.jpg);
	background-repeat: repeat-x;
	border: thin solid #003366;
	font-size: .7em;
}
#copy{
	float:left;
	padding: .5em;
}
#vad{
	float:right;
	padding: .5em;
}
#vad a{
	text-decoration: underline;
	color: #000;
}	
.shadow{
	display:block; 
	background: #333; 
	margin:0;
}
.lfttxtbox{
	width:200px;
}
.rttxtbox{
	width:520px;
}
.fulltxtbox{
	width:720px;
}
.txtarea{
	text-align:left; 
	background:#fff; 
	border:thin solid #FC3; 
	position:relative; 
	right:-2px;
	bottom:-2px;
	padding:5px;
}
