BODY         
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 18px; 
	text-align: left;
	color: #000000;
	background-color:#663333 
}
/*font-size and text-align get ignored above*/
A
{
    color: #3366CC;
    text-decoration: none;
}
A:hover
{
    color: #CC0000;
}
A:link
{
    color: #3366CC;
}
A:visited
{
    color: #6633CC;
}
A:active
{
    color: #CC0000;
}
/*Font-size seems to be ignored when listed under the BODY tag, so they need to be specified in .NORMAL and .BLOG. Use DIV tags with these classes.*/
TABLE.layout
{
	border: 0;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
.normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px; 
	text-align: left;
}
.blog
{
	font-family: Georgia, "Times New Roman", serif; 
	font-size: 12px;
	line-height: 20px;	
	text-align: left;
}
.wild
{
	font-family: Forte; 
	font-size: 12px;
	text-align: left;
	line-height: 20px;	
}
.rightbar
{
	text-align: left;
	background-color: #F5F5DC;
	border-style: solid;
	border-width: 1px;
	border-color: #6699FF;
	padding: 10px;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
.rightbar a
{
	font-size: 11px;
	line-height: 18px;
}
.red
{
	color: #CC0000;
}
.bronze
{
	color: #CC9900; 
}
H1           
{ 
	font-size: 24px;
	color: #3366CC; 
	font-weight: bold;
	line-height: 28px;
}
H2           
{ 
	font-size: 20px; 
	color: #3366CC; 
	font-weight: bold;
	line-height: 24px; 
}
H3
{
	font-size: 16px;
	color: #3366CC; 
	font-weight: bold;
	line-height: 18px;  
}
H4
{ 
	font-size: 12px;
	color: #3366CC; 
	font-weight: bold; 
}
H5
{ 
	font-size: 11px; 
	color: #3366CC; 
	font-weight: bold; 
}
/*All footers use the H6 tag*/
H6
{ 
	font-size: 11px; 
	color: #3366CC; 
	font-weight: normal; 
	margin-top: 0px; 
	margin-bottom: 0px 
}
HR
{ 
	width: 100%; 
	color: #CC0000;
	background-color: #CC0000;
	height: 2px;
}
HR.leftbar
{
	width: 75%;
	height: 1px;
}
DT
{
	color: #3366CC; 
	font-weight: bold;
	font-size: 14px; 
}
TABLE.calendar
{
	font-size: 10px;
	line-height: 12px;
	float: none;
	margin-left: 0;
}
TR.calendartitle
{
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #6699FF;
}
TR.calendardate
{
	vertical-align: top;
}
TABLE.schedule
{
	font-size: 10px;
	line-height: 12px;
	float: none;
	margin-left: 0;
}
TR.schedtitle
{
	text-align: center;
	color: #FFFFFF;
	background-color: #6699FF;
}
TD.schedtitle
{
	text-align: left;
	color: #FFFFFF;
	background-color: #6699FF;
}
TD.filled
{
	background-color: #F5F5DC;
}
.caption
{
	font-size: 11px;
	line-height: 16px;
	color: #CC0000;
}
P.leftbar
{
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	color: #CC0000;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}
P.bottomnavbar
{
	font-size: 11px;
	color: #CC0000;
	background-color: #F5F5DC;
	text-align: center;
}
P.bottomlinks
{
	font-size: 11px;
	background-color: #F5F5DC;
	color: #3366CC;
	line-height: 18px;	
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}
TABLE.footer
{
	border: 0;
	background-color: #F5F5DC;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
IMG
{
	border-width: 0;
}
.menuTable
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px; 
	color: #003399; 
	font-weight: normal; 
	text-align: center; 
	cursor: pointer; 
	background-color: #F5F5DC;
	border-top-color: #003399;
	border-left-color: #CCCCFF;
	border-right-color: #CCCCFF;
	border-bottom-color: #CC0000;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: solid;
}
#dropmenudiv
{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 3px 0;
	text-decoration: none;
	font-weight: normal;
}
#dropmenudiv a:hover
{ /*hover background color*/
	background-color: #FFFF99;
}