BODY, TD, TH, P, LI, FORM, INPUT, SELECT, OPTION {font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Lucida Sans Unicode, sans-serif; color: #000000; font-size: 13px;}
BODY {margin: 0px; background: url("images/bkrnd.jpg") #D7E8F5; }

P {line-height: 19px; margin-bottom: 7px;}

IMG {text-decoration: none;}

IMG.flush {display: block; border: 0px;}

H1 {font-size: 18px; color: #55391C; padding: 0px; margin-bottom: 4px;}
H2 {font-size: 16px; color: #AA7239; padding: 0px; margin-bottom: 4px;}

BIG {font-size: 14px; color: #AA7239; font-weight: bold;}
SMALL {font-size: 10px; color: #142A3B;}

A:link, A:visited {text-decoration: underline; color:#0066B2;}
A:hover {text-decoration: underline; color:#6CAAD9;}

TD.header {border-bottom: 2px solid #0066B2;}
TD.headerleft {border-right: 1px solid #0066B2;}

TD.bodyarea {background-color: #FFFFFF; padding-left: 12px; padding-right: 12px; padding-top: 5px; padding-bottom: 5px; width: 510px; border-top: 5px solid #0066B2;}
TD.menuarea {background-color: #FFFFFF; padding: 0px; margin: 0px; width: 250px; border-right: 1px dotted #DFC3A7; border-top: 5px solid #0066B2;}

TD.footer {font-size: 11px; background-color: #55391C; color: #FFFFFF; padding: 8px; border-top: 5px solid #AA7239;}

A.footer:link, A.footer:visited {text-decoration: none; color:#ffffff;}
A.footer:hover {text-decoration: underline; color:#ffff99;}


/* left menu styles */

#button {
	width: 250px;
/*	border-right: 1px solid #000; */
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Lucida Sans Unicode, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: none;
	color: #333333;
	}
	
	#button ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: none;
		}
		
	#button li {
		border-bottom: 1px dotted #DFC3A7;
		margin: 0px;
		}
		
	#button li a {
		display: block;
		padding: 5px 5px 5px 24px;
		margin: 0px; 
		color: #0066B2;
		text-decoration: none;
		width: 100%;
	  background: url("images/arrow2.gif") no-repeat 1px 3px #FFFFFF;		
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
	  background: url("images/arrow1.gif") no-repeat 1px 3px #B1D3EC;
		color: #142A3B;
		}		
		
	#button li.selected a, #button li.selected a:hover {
	  background: url("images/arrow3.gif") no-repeat 1px 3px #0066B2;
		color: #FFFFFF;
		}		

