body
{
font-family:Arial;
}
#container
{
font-size: 10px;
font-family:Arial;
}

#menu {
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family:Arial;
}
#menu li {
	float: left;
	font: 90.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 13px;
	text-decoration: none;
	width: 100%;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

#banner {
background: #FFFFFF;
border-color:#000000;
}

A:link {
	color: #0000FF;
	text-decoration: none;
}
A:active {
	color: #0000FF;
}
A:visited {
	color: #999999;
}
A:hover {
	color: Red;
}
.SmallText {
	font-family:Arial;
	font-size: 12px;
	color:#FFFFFF;
	background-color: Black;
	text-align: center;
	height: 17px;
	border-top: medium;
	border-color: White;
}