/* ------------ text and general formatting -----------------*/

body, td
{
	font-family: verdana,helvetica,'sans serif';
	font-size: 11px;
	color: #000000;
}

p
{
	font-family: verdana,helvetica,'sans serif';
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

h1
{
	font-family: arial,helvetica,'sans serif';
	font-size: 18px;
	font-weight: bold;
	color: #66616a;
}

h2
{
	font-family: arial,helvetica,'sans serif';
	font-size: 16px;
	font-weight: bold;
	color: #66616a;
}

.white
{
	font-family: verdana,helvetica,'sans serif';
	font-size: 11px;
	color: #66616a;
}


/* ------------ menu formatting -----------------*/

ul.menu
{
	margin: 0px;
	padding: 0px;
} 

.menu li
{
	list-style-type: none;
	border: solid 1px #f9ec9d;
	margin: 0px;
	padding: 0px;
} 

.menu a:link, .menu a:visited, .menu a:active 
{
	display: block;
	background: #f9ec9d;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 12px;
	color: #705739;
	text-decoration: none;
	padding: 8px 10px 8px 0px;

}

.menu a:hover 
{
	display: block;
	background: #d7c784;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 12px;
	color: #705739;
	text-decoration: underline;
	padding: 8px 10px 8px 0px;

}


/* ------------ link formatting -----------------*/

a:link, a:visited, a:active 
{ 
	font-family: verdana,helvetica,'sans serif';
	font-size: 11px;
	text-decoration: none;
	color: #2B3D81;
}

a:hover 
{
	font-family: verdana,helvetica,'sans serif';
	font-size: 11px;
	text-decoration: underline;
	color: #705739; 
}


/* ------------ footer formatting -----------------*/

.footerbox
{
	font-family: verdana,helvetica,'sans serif';
	font-size: 10px;
	color: #5e5d5d;
	width: 780px; 
	height: 60px; 
	background: #000000;

}

a.footer:link, a.footer:visited, a.footer:active 
{ 
	font-family: verdana,helvetica,'sans serif';
	font-size: 10px;
	color: #5e5d5d;
}

a.footer:hover 
{
	font-family: verdana,helvetica,'sans serif';
	font-size: 10px;
	color: #fdf6ce; 
}

