<!-- 
body 
	{
	background-color:#E3CE89;
	background-image: url('../images/bg.jpg');
	background-position:center;
	background-repeat: no-repeat;
	font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
	}
a	
	{
	font-size: 11px; 
	text-decoration: underline; 
	color: black; 
	font-weight: bold;
	}
.warning
	{
	font-size: 10px;		
	color: maroon;
	font-weight: bold;
	}
#nav
	{
		height: 20px;
		overflow: hidden;
    	list-style-type: none;
    	list-style-position: inside;
    	margin: 2px;
	}
#nav li 
	{
	display: inline;
	padding: 0 0px 0 0;
	margin-right: 2px;
	}
#nav li a
	{
	height: 20px;
	line-height: 20px;
	font-size: 12px; 
	//font-family: Trebuchet MS,Tahoma,Arial,Verdana,sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding:5px 10px 4px 10px;
	//padding: 0px 10px 0px 10px; /* IE FIX */
	}
#nav li a:hover,#nav #active
	{
	background-color: #CC0000;
	color: #ffffff;
	}	
#nav li #noshow a:hover, #nav #noshow #active
	{
	background-color: #003300;
	}
.content
	{
	background-image: url('../images/content_bg.jpg');
	background-repeat: no-repeat;
	padding: 0px 0px 10px 0px; 
	}
.header	
	{
	font-size: 20px; 
	color: #000000; 
	position: relative;
	left: -15px;
	}
td.content
	{
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #ffffff;
	padding: 0px 0px 5px 0px;
	}
td.main
	{
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0px 0px 5px 0px;
	}
.main
	{

	padding: 0px 0px 10px 0px; 
	}
td.footer
	{
	padding: 3px 10px 3px 6px;
	text-align: right;
	}
.copyright
	{
	color: #FFFFFF;
	font-size: 10px; 
	}
.menu
	{
	text-align: center;
	padding: 5px 0 25px 0;
	}
td.location
	{
	
	padding: 2px 0px 2px 0px;
	text-align: center;
	line-height: 125%;
	color: #000000;
	}
.loc_name
	{
	font-weight: bolder;
	font-size: 12px;
	padding:0 0 10px 0;
	color: #CC0000;
	}
.loc_cross
	{
	font-size: 11px;
	font-weight: bolder;
	}
.loc_num
	{
	font-weight: bolder;
	font-size: 19px;
	font-stretch: extra-expanded;
	line-height: 102%;
	}
.loc_num_add
	{
	font-weight: bold;
	position:relative;
	left: 23px;
	font-size: 10px;
	color: #003300;	
	}
-->
