body
{
	color: #666;
	font-size: 9pt;
	font-family: Helvetica, Arial;
	background-color: #666;
	margin: 0px;
	padding: 0px;
}

#siteBody
{
  width: 800px;
  margin: 0px auto;
  background: #FFF url(images/lines.jpg) no-repeat bottom;
  text-align: left;
}

#header
{
	display:block;
	clear: both;
	height: 77px;
}

#menu
{
	width: 176px;
	height: 188px;
	display: block;
	clear: both;
	background: url(../images/bluebkgd.jpg);
}

#homepageMenu
{
	width: 800px;
	height: 188px;
	display: block;
	clear: both;
	background: url(../images/bluebkgd.jpg);
}

h1
{
	text-transform: uppercase;
	color: #600;
	border-bottom: solid 1px #600;
	font-size: 10pt;
	margin-top: 0px;
}

h2
{
	color: #600;
	border-bottom: solid 1px #600;
	font-size: 10pt;
}

.menu
{
  color: #FFF;
  text-align: right;
  font-size: 8pt;
  padding: 4px;
  padding-right: 15px;
  font-family: Tahoma, Arial;
}

a:visited.menu
{
  color: #FFF;
  font-weight: normal;
  font-family: Tahoma, Arial;
}

.menuItem
{
  background-color: #036;
  color: #FFF;
  text-align: left;
  padding: 4px;
  font-size: 8pt;
  font-family: Tahoma, Arial;
}

a:visited.menuItem
{
  color: #FFF;
  font-weight: normal;
  padding: 4px;
  font-size: 8pt;
}

.menuItemSelected
{
  background-color: #003;
  color: #FFF;
  padding: 4px;
  font-size: 8pt;
}

#content
{
	background-color: Transparent;
	padding-top: 25px;
}

#leftCol
{
	margin-left: 5px;
	margin-right: 5px; 
	margin-bottom: 15px;
}

#leftCol a, a:visited
{
	text-decoration: none;
	color: #600;
}

#rightColHomePage
{
	margin-left: 33px;
	margin-right: 33px; 
	margin-bottom: 25px;
}

#rightCol
{
	margin-left: 50px;
	margin-right: 50px; 
	margin-bottom: 25px;
}

#footer
{
	background-color: #600;
	text-align: center;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 8pt;
	font-family: Tahoma, Arial;
}

#footer a, a:visited
{
	color: #FFF;
	text-decoration: none;
	font-size: 8pt;
	padding-top: 8px;
	padding-bottom: 8px;
}

.rightImage
{
	padding-left: 5px;
}

.leftImage
{
	padding-right: 5px;
}

.normal
{
	color: #666;
	font-size: 9pt;
	font-family: Helvetica, Arial;
	text-transform: none;
	font-weight: normal;
}

hr
{
	color: #CCC;
}

#rightLink
{
	display: block;
	float: right;
	font-size: 9pt;
}

#rightLink a, a:visited
{
	color: #600;
	text-decoration: none;
	font-size: 10pt;
}

#rightContent
{
	margin-left: 10px;
}

a.links, a:visited
{
	color: #600;
	text-decoration: none;
	font-size: 9pt;
}

.dropdown
{
  color: #600;
  background-color: #CCC;
}
#Testimonials p
{
	margin-top: 0px;
}

#CustComments
{
	background: url(images/custbkgd.gif) no-repeat;
	width: 165px;
	height: 255px;
	text-align: center;
	padding-top: 90px;
}

.testiTextboox
{
	border: solid 1px #CCC;
}

.message
{
	color: #600;
}

#emailStatus
{
	color: #600;
}

.adjustedZIndex {
    z-index: 1;
}