body 
{
	color: #333333;
	background-color:  #e7e1e1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
}
h1
{
	font-size: 1.5em;
	margin-bottom: 0px;
}
ul
{
 	margin-left:15px;
}
li
{
  line-height:34px;
}
.keytap 
{
	color: #669666;
	font-weight:bold;
}
#header 
{
	background-color: #ffffff;
	padding: 6pt;
	text-align: center;

}
#menu 
{
	background-color: #e7e1e1;
	padding: 6pt;
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFECD0;
	background-image: url(background.gif);
	background-repeat:repeat;*/
	background-image: url(strip.gif);
	background-repeat: repeat-x;
}
#menuBG
{
	background-image: url(background.gif);
	background-repeat:repeat;
}
.menuWelcome
{
	color: #ffffff;
	text-decoration: none;
	margin-top:0px;
}
#menu a 
{
	color: #333333;
	text-decoration: none;
	font-size:14px;
}
#menuFakeFooter
{
	padding-top: 10px;
}
#content 
{
	background-color: #e7e1e1;
	background-image: url(strip.jpg);
	background-repeat: repeat-x;
	/*border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #990000;*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding: 6pt;
	padding-top: 6pt;
}
#content a 
{
	color: #830628;
}
#content strong 
{
	color: #830628;
	text-decoration: none;
	font-weight: bold;
}

a {
	color: #830628;
	text-decoration: none;
}
/*Use DIV tags after </li> for description*/
.description {
font-size: .75em;
padding-bottom: 5px;
}