﻿body 
{
	/*color:#fcf7e4;*/
	color:#FEFFF7;
	font-family:Garamond;	
}
a
{
	color:#fcf7e4;
}
a:VISITED
{
	color:#fcf7e4;
}
a:HOVER
{
	/*color:#C91814;*/
}

.Heading
{
	font-size:24px;
	margin-left:20px;	
	font-weight:bold;
	text-align:left;	
}

.ErrorMessage
{
	color:Red;
	font-weight:bold;
}
#PageWrapper
{
	position: relative; /* Abs elements positioned inside this OK */ 
margin:0px auto 0px auto; /* center in standard compliant browsers */ 
text-align: left; /* Override style set in body */
width:700px; 
}
#MainTable
{
	width:700px;
}
#Header
{
	background-image:url(graphics/heading.jpg);
	height:125px;
	width:700px;
}
#Content
{
	background-color:#999966;
	/*height:363px;*/
	width:700px;	
	text-align:center;
	font-weight:bold;
	font-size:larger;
}
#Footer
{
	width:700px;
}
#Menu
{	
	position:relative;
	top:100px;
	left:100px;	
}
a.main /*this is the top menu items class*/
{
	color:#999966;
}
a.main:VISITED
{
	color:#999966;
}
a.main:HOVER
{
	text-decoration:underline;
}
.menuitem
{
	/*padding-right:50px;	*/	
	
}
a.submenu, a.submenu:visited
{
  display: block;  

  /*border:  1px solid black;*/
  padding: 5px 5px 5px;

 /* background: #3cacce;
  background-color:#bcdfeb;*/
	/*background-image:url('../images/MenuOff.gif');*/
  text-decoration: none;
  
  font-weight: 900;
  font-size: 12px;
  border-bottom:solid 1px #999966;
 
  color:   #999966;
  text-align:center;
}
a.submenu:HOVER
{
	color:#ffffff;
	background-color:#999966;
	/*border:solid 1px #ffffff;*/
	
}
.submenushadow
{}
.SubMenuHolder

{
	background-color:#ffffff;
	border:solid 1px #999966;
	padding:1px 1px 1px 1px;
	
}
#Admin
{
	color:Black;	
}
#Admin a
{
	color:Black;
}
#Admin a:hover
{
	color:Blue;
	text-decoration:underline;
}
#Admin a:visited
{
	color:Black;
}
#Admin .Heading
{
	font-weight:bold;
}
#Admin .Border
{
	border:solid 1px black;
}
#Admin tr
{
	border-top:solid 1px Black;
}
.faqHead
{	
	font-weight:bold;
	font-size:larger;
	text-align:center;
}
.faqContent
{
	text-align:center;	
}