<style>		<!--
		HTML {
			Min-height:100%;
			Margin-bottom:1px;
		}
		body, td, p, li, div,  {
			font-family: Verdana, Arial,Helvetica,Sans Serif;
			font-size: 12px;		
			line-height: 18px;
		}
		body {
			background-color:#999999;
			background-image: url(../images/bg.gif);
			background-repeat: repeat-x			
		}
		p {
			margin-top: 12px;
			margin-bottom: 12px;
			line-height: 18px;
		}
		a {
			text-decoration : none;
			color: #0001cd;
			font-family: Verdana, Arial,Helvetica,Sans Serif;
		}
		a:hover {
			text-decoration : underline;
			color: #0001cd;
		}
		li {
			list-style:disc;
			margin-left:-20px;
			margin-bottom:8px;
			padding:0;
		}
		h1 {
			margin: 0;
			padding: 0;
			text-decoration: none;
			font-weight: bold;
			color: #ff9900;
			font-size: 18px;
			line-height: 22px;	
		}

		h2 {
			margin: 0;
			padding: 0;
			text-decoration: none;
			font-weight: bold;
			color: #ff9900;
			font-size: 14px;
			line-height: 22px;	
		}

		h3 {
			margin: 0;
			margin-bottom: 5px;
			padding: 0;
			text-decoration : none;
			font-weight : bold;
			color: #93791c;
			font-size: 12px;
		}
		
		.header {
			margin: 0;
			padding: 0;
			text-decoration : none;
			font-weight : bold;
			color: #0001cd;
			font-size: 14px;
		}		
		.bandText {
			margin: 0;
			padding: 0;
			padding-bottom:7px;
			text-decoration : none;
			font-weight : bold;
			color: #ffffff;
			font-size: 19px;
		}
				
		td.boxTBG { 
			background: url(../images/boxUbg.gif); 
			width: 892px;
		} 
		td.boxSLOrange { 
			background: url(../images/boxSLbg1.gif); 
			width: 30px;
		}
		td.boxSLWhite { 
			background: url(../images/boxSLbg.gif); 
			width: 30px;
		} 		
		td.boxSRWhite { 
			background: url(../images/boxSRbg.gif); 
			width: 30px;
		} 
						 		
		.floatLeft {
			float:left;
			margin-top:5px;
			margin-right:	10px;
		}
		.font11{
			font-size: 11px;			
		}
		.padding10 {
			margin: 0;
			font-size: 11px;	
			padding-left:10px;		
		}
		.footer {
			font-size:11px;
			color: #ffffff;
		}
		.footer a {
			color: #ffffff;		
		}
		.button  {
			padding : 2px;
			margin-top: 5px;
			background-color : #ff9900;
			border-top-width : 1px;
			border-top-color: #cccccc;
			border-left-width : 1px;
			border-left-color: #cccccc;
			border-right-color: #999999;
			border-right-style : solid;
			border-right-width : 1px;
			border-bottom-color: #999999;
			border-bottom-width : 1px;
			border-bottom-style : solid;
			color: #ffffff;
			font-size: 11px;
			font-weight: bold;
			font-family: Verdana, Arial,Helvetica,Sans Serif;
		}

	
/*  Dropdown Menu */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav .head {
	font-size:13px;
}
#nav a {
	display: block;
	color:#0001cd;
	font-size:11px;
}

#nav li { /* all list items */
	float: left;
	padding:0 20px 0 20px; /* width needed or else Opera goes nuts */
	list-style: none;	
}

#nav li ul a {
	color: #fff;
	padding-left:8px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background:#0001cd;
	width: 200px;
	padding: 6px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size:9px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
		
		
		-->
</style>

