/* CSS Document */
BODY
{
	font-family: "Times New Roman", Times, serif;

	
}

TABLE#header
{
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #660000;



}

TD#logo
{
	margin: 0px;
	padding: 0px;
	width: 355px;



}

TABLE#main
{
	margin: 0px;
	padding: 0px;
	height: 80%;
	width: 100%;
}

TD#menu
{
	margin: 0px;
	padding: 0px;
	width: 200px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #660000;
	text-align: left;
}
TD#content
{
}

TD#footer
{
	height: 25px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #660000;
}

LI 
{
	list-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
}

A 
{ 
	border: 0px; 
	text-decoration: none;
	color: #FFFFFF; 
}

A:hover 
{ 
	text-decoration: underline; 
}

H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: none;
	font-variant: small-caps;
	font-weight: bolder;


}
