@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c9c9c9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}
.oneColElsCtr #container {
	width: 78%;
	background: #C9C9C9;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#151515
	
}


a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #969;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
table, td, th {
    border: 1px solid black;
}
td {
	height:50px;
	vertical-align: middle;
}








div.img
{
  
  margin: 5px;
  border: 0px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 2px solid #ffffff;
}

div.desc
{ font-size:.8em;
  text-align: left;
  font-weight: normal;
  width: 200px;
  margin: 15px;
}

div.descwide
{ font-size:.8em;
  text-align: left;
  font-weight: normal;
  width: 100%;
  margin: 15px;
}
/* CONTACT AND LINKS PAGE FORM CODE */

.shadeform	{
		font: 13px verdana, arial, sans-serif;
		text-align: left;
		background-color: #F0F6F9;
		background-image: url("picts/shadeform.gif");
		width: 180px;
		border: #99A8AF 1px solid;
		}


.textarea	{
		font: 13px verdana, arial, sans-serif;
		text-align: left;
		background-color: #F0F6F9;
		background-image: url("picts/shadeform.gif");
		width: 100%;
		height: 130px;
		overflow: auto;
		border: #99A8AF 1px solid;
		}

.dropdown 	{
		font-size: 11px;
		background-color: #F0F6F9;
		color: #000000;
		width: 180px;
		}


.searchform 	{
		font: 13px arial, verdana, sans-serif;
		background-color: #F0F6F9;
		background-image: url("picts/shadeform.gif");
		width: 110px;
		height: 20px;
		border: #99A8AF 1px solid;
		}


.searchdrop	{
		font-size: 11px;
		background-color: #F0F6F9;
		color: #333333;
		width: 110px;
		margin-top: 4px;
		}

.searchbutton 	{ font-size: 11px; }
/* end CONTACT AND LINKS PAGE FORM CODE */
