/* Used for main frames with white background */


BODY	{
	font-size: 100%;
	margin: 0pt;
	}


BODY, TABLE, TH, TR, TD, LI, UL, OL 	{
	color: #333333;
	font-family: Tempus Sans ITC, Georgia, Arial, helvetica;
	font-size: 13pt;
	text-align: left;
	}

HR	{	
	width: 100%;
	height: .25pt;
	align: left;
	color: #FFCC60;
	}	

A:LINK, A:VISITED   {
	color: #801818;
	text-decoration: underline; 
	}	
		
A:ACTIVE, A:HOVER   {
	background-color: #FFCC60;	
	color: #801818;
	text-decoration: underline; 
	}	
		

H1	{
	font-family: Tempus Sans ITC;
	color: #801818; 
	font-size: 18pt; 
	text-decoration: none; 
	word-spacing: normal; 
	letter-spacing: -.50pt;
	font-weight: bold; 
	text-transform: uppercase;
	}

H2	{
	font-family: Tempus Sans ITC;
	color: #801818; 
	font-size: 14pt; 
	text-decoration: none; 
	word-spacing: normal; 
	letter-spacing: -.50pt;
	font-weight: bold; 
	text-transform: uppercase;
	}
		
H3	{
	font-family: Tempus Sans ITC, Arial, helvetica;
	color: #801818; 
	font-size: 12pt; 
	text-decoration: underline; 
	letter-spacing: -.50pt;
	font-weight: bold;
	text-transform: uppercase;
	}

.markermenu	{
	font-size: 9.5pt;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 185px;
	border: none;
	}

.markermenu li a	{
	background:  url('../images/blank12.gif') no-repeat 3px center;
	font-size: 9.5pt;
	font-weight: bold;
	color: #801818;
	display: block;
	width: auto;
	padding-left: 25px;
	text-decoration: none;
	padding-right: 0px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	}


* html .markermenu li a	{ 	/*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 185px;
	}

.markermenu li a:hover,
.markermenu li a:active	{
	color: #801818;
	background-color: #FFFFFF;
	background-image:url('../images/bullet_wheat25.jpg'); /*onMouseover image change. Remove if none*/
	}

.addressbox	{
	font-size: 9.5pt;
	font-weight: bold;
	}

/* COPYRIGHT STATEMENT */
.copyright td {
	color: #888888;
	font-size: 9pt;
	text-decoration: none;
	}

.copyright a:link,
.copyright a:visited {
	color: #888888;
	text-decoration: underline;
	}

.copyright a:hover,
.copyright a:active {
	color: #444444;
	text-decoration: underline; 
	}


