﻿body 
{
  /*text-align: center;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 0;
  /*width: 900px;*/
  background-image: url(images/bodybg.gif);
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #c9c59b;
  font-family: Georgia, Garamond, Times New Roman, Serif;
  font-size: 14px;
  color: #404040;
}
a:link, a:visited, a:active
{	
  color: #900000;
  text-decoration: underline;
  padding: 0;
  margin : 0;
}
a:hover
{
  color: #0046a8;
	text-decoration: none;
}
img
{
  border: 0;
  padding: 0;
  margin: 0;
}
/*=================New Stuff==================*/
#outer-container
{
	border: 0;
	background: #ffffff;
	margin: 0 auto;
	width: 932px;
}
#main-box
{
  background-color: #ffffff;
  vertical-align: top;
  background-image: url(images/mainbg.gif);
  background-repeat: repeat-y;
  background-position: top center;
}
.content-base 
{ 
  width: 621px;
  float: left;
  margin: 0;
}
.right-base 
{ 
  width: 311px; 
  float: right;
  margin: 0;
} 
/*================End New Stuff=============*/
#top-runner
{
  background-image: url(images/toprunnerbg.jpg);
  background-repeat: repeat-x;
  background-position: top center;
  height: 31px;
  margin: 0;
  padding: 0;
}
#logo
{
  background-image: url(images/logobg.jpg);
  background-repeat: repeat-x;
  background-position: top center;
  display: block;
  height: 86px;
  margin: 0;
  padding: 0;
}
#search
{
  float: right;
  margin: 30px 20px 0 0;
  vertical-align: middle;
}
#maingraphic
{
  background-image: url(images/maingraphic.jpg);
  background-position: top center;
  display: block; 
  height: 189px;
}
#maingraphic ul
{
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 270px;
}
#maingraphic ul li
{
  background:url(images/listarrow.gif) no-repeat left top;
  margin: 0;
  padding: 0px 0px 0px 15px;
  margin-bottom: 3px;
  font-size: 12px;
}
#maingraphic ul li a
{
  color: #ffffff;
}
#maingraphic ul li a:hover
{
  color: #ffffff;
}
#top-text
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #c0c0c0;
}
#top-text a
{
  display: inline-block;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #808080;
  border: solid 1px #ffffff;
  padding: 5px 8px 5px 8px;
  text-decoration: none;
}
#top-text a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #6C8F3C;
  border: solid 1px #808080;
  padding: 5px 8px 5px 8px;
  background-color: #e4e4e4;
}
#bottom
{
  clear: both;
  width: 932px;
  height: 74px;
  background-image: url(images/footerbg.jpg);
  background-position: top center;
  /*background-color: #ffffff;*/
}
#bottom .text
{
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  padding: 6px 26px 2px 26px;
}
#bottom .text a 
{ 
  font-size: 11px;
  color: #ffffff;
}
h1
{
  font-size: 22px;
  padding: 0;
  margin: 0 0 8px 0;
  color: #404040;
}
h2
{
  font-size: 18px;
  padding: 0;
  color: #404040;
  margin: 0 0 4px 0;
}
h3
{
  font-size: 16px;
  padding: 0;
  color: #404040;
  margin: 0 0 3px 0;
}
hr
{
  color: #c0c0c0;
  width: 100%;
  height: 1px;
  margin: 5px 0 5px 0;
  border: 0;
}
.generic-container
{
  margin: 0;
  padding: 10px 10px 20px 30px;  
}
.little-list
{
  list-style: none;
  margin: 10px 0 15px 5px;
  padding: 0;
}
.little-list li
{
  background:url(images/listarrow.gif) no-repeat left top;
  margin: 0;
  padding: 0px 0px 0px 15px;
  margin-bottom: 5px;
}
.little-list-alt
{
  list-style: none;
  margin: 5px 0 10px 5px;
  padding: 0;
}
.little-list-alt li
{
  background:url(images/listarrow2.gif) no-repeat left top;
  margin: 0;
  padding: 0px 0px 0px 15px;
  margin-bottom: 5px;
}
#props
{
  font-family: Arial, Helvetica;
  font-size: 9px;
  color: #404040;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/*.textbox
{
  font-family: Arial, Helvetica;
  font-size: 12px;
  color: #404040;
  border: solid 1px #000000;
}*/
.form-labels
{
  font-family: Georgia, Garamond, Times New Roman, Serif;
  font-size: 14px;
  font-weight: bold;
}
.form-text
{
  font-family: Georgia, Garamond, Times New Roman, Serif;
  font-size: 14px;
}
.smallform-text
{
  font-family: Verdana, Arial, Helvetica;
  font-size: 9px;
}
.search-text
{
  font-family: Georgia, Garamond, Times New Roman, Serif;
  font-size: 16px;
  padding: 6px 0 3px 1px;
}
.simpleform-container
{
  padding: 5px 2px 0 10px;
}
.simpleform-labels
{
  display: block;
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: right;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-top: 4px;
  float: left;
  white-space: nowrap;
}
.simpleform-text
{
  display: block;
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  color: #000000;
  text-align: left;
  padding-bottom: 2px;
  padding-top: 2px;
  width: auto;
  float: left;
  white-space: nowrap;
}
.error-val-text
{
  font-family: Verdana, Tahoma, Arial;
  font-size: 10px;
  color: #880000;
}
.watermarked 
{
  font-family: Georgia, Garamond, Times New Roman, Serif;
  font-size: 14px;
	height: 16px;
	width: 220px;
	padding: 2px 0 1px 2px;
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color:gray;
}
.watermarked-large
{
  font-family: Georgia, Garamond, Times New Roman, Serif;
  font-size: 14px;
	height: 110px;
	width: 220px;
	padding: 1px 0 1px 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}
.right-float-image
{
  float: right;
  margin: 0 5px 5px 10px;
  /*border: solid 1px #000000;*/
}
.left-float-image
{
  float: left;
  margin: 0 10px 5px 5px;
  /*border: solid 1px #000000;*/
}
.topnav-images
{
  border: 0;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
}
#contact-title
{
  vertical-align: top;
  background-image: url(images/contactheader.jpg);
  background-position: top center;
  height: 50px;
  width: 285px;
}
#contact-body
{
  vertical-align: top;
  background-image: url(images/contactbg.gif);
  background-repeat: repeat-y;
  background-position: top center;
  width: 285px;
}
#contact-footer
{
  vertical-align: top;
  background-image: url(images/contactfooter.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  height: 10px;
  width: 285px;
}
div.line 
{
  border: 0;
  border-top: dotted 1px #c0c0c0;
  height: 1px;
  margin: 10px 0 10px 0;
}

