body {
  background-color: #B9A990;
  margin: 0px;
}
div.outsideWrapper{
  width: 710px;
  font-family: verdana;
  font-size: 10pt;
}


div.header{
  width: 710px;
  height: 55px;
  background-color: #8CB366;
}

div.menuHeader{
  width: 710px;
  height: 115px;
}
div.spacer{
  width: 700px;
  height: 5px;
  background-color: #FFFFFF;
}
div.menu{
  width: 710px;
  background-color: #FFFFFF;
  text-align: right;
}

div.contentArea{
  width: 710px;
  background-image: url('images/content_bg.gif')
}

td.content{
  text-align: left;
  font-family: verdana;
  font-size: 10pt;
}

div.footer{
  width:710px;
  height: 25px;
  background-image: url('images/content_bg.gif');
}
div.subfooter{
  padding-top: 2px;
  background-color: #668CD9;
  font-family: ITC Franklin Gothic, Verdana, Helvetica;
  font-size: 7pt;
  width:700px;
  height: 15px;
}

/* Classes for the Contact Form */
td.form
{
	color: #000000;
	font-family: verdana;
	font-size: 9pt;
}

INPUT,TEXTAREA { font-family: verdana; font-size: 9pt; }



/* Classes for the News Module */
p.news
{
	color: #000000;
	font-family: verdana;
	font-size: 9pt;
}

.news a:link
{
	color: #000000;
	text-decoration: none;
	font-family: verdana;
	font-size: 9pt;
}
.news a:visited
{
	color: #000000;
	text-decoration: none;
	font-family: verdana;
	font-size: 9pt;
}
.news a:hover
{
	color: #678CDA;
	text-decoration: underline;
	font-family: verdana;
	font-size: 9pt;
}
.news a:active
{
	color: #678CDA;
	text-decoration: underline;
	font-family: verdana;
	font-size: 9pt;
}


/* Classes used by drop-down menu */

.sub
{
	position: absolute;
	border-left: 1px #8CB366 solid;
	border-right: 1px #8CB366 solid;
	border-bottom: 1px #8CB366 solid;
	width: 120px;
	background-color: #EDF4E7;
	visibility: hidden;
	cursor: pointer;
	padding: 3px;
	top: 0px;
	z-index: 999;
	font-size:10px;
	font-family:arial;
	color:#000;
	text-align: left;
}

.sub a:link
{
	color: #000;
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
}
.sub a:visited
{
	color: #000;
	text-decoration: none;
	font-family: arial;
	font-size: 10px;
}
.sub a:hover
{
	color: #4761D8;
	text-decoration: underline;
	font-family: arial;
	font-size: 10px;
}
.sub a:active
{
	color: #4761D8;
	text-decoration: underline;
	font-family: arial;
	font-size: 10px;
}



/* Classes used by popup box  */

.popup {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 200;
	border: 1px #696969 solid;
	background-color: white;
	padding: 5px;
	padding-left: 7px;
}



