*
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#container
{
	width: 100%;
	height: 100%;
}

#header, #menu, #banner, #content, #footer
{
	width: 779px;
	margin: 0 auto;
	clear: both;
}

#header
{
	text-align: right;
}

#menu a, #footer a
{
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
}

#menu
{
	height: 22px;
}

#menu a
{
	height: 10px;
	padding: 0px 10px 8px 0px;
	border-bottom: solid 1px #e44120;
	background-position: bottom;
	background-repeat: repeat-x;
	display: block;
	float: left;
}

#menu a:hover
{
	border-bottom: solid 3px #e44120;
}

#banner
{
	background-image: url('../images/BannerBG.jpg');
	height: 210px;
}

#banner div, .subcont
{
	margin-top: 6px;
	margin-left: 4px;
	float: left;
}

#banner div a
{
	color: #000000;
	font-size: 30pt;
	text-decoration: none;
	margin: 13px 0px 13px 0px;
	border-bottom: groove  2px #000033;
	display: block;
}

#banner div a span
{
	color: #e44120;
	font-weight: bold;
}

#banner div a:hover, #banner div a:hover span
{
	color: #fb8067;
	font-weight: bold;
}


#content
{
	background-image: url('../images/BottomBG.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	min-height: 329px;
}

#content h1
{
	color: #e44120;
	padding: 0;
	margin: 0px 0px 4px 0px;
	font-size: 12pt;
	font-weight: bold;
}

.subimg
{
	padding: 0px 5px 0px 5px;
}

.subcont
{
	width: 246px;
	min-height: 200px;
	padding: 0px 4px 0px 4px;
	height: auto;
	border-right: groove 2px #000033;
	font-size: 10pt;
}

.subcont table tr td, .title
{
	text-align: right;
	vertical-align: top;
}

.subcont2
{
	width: 50%;
	float: left;
}

.subcont2 ul
{
	padding-left: 18px;
	list-style: square;
}

.fields
{
	width: 150px;
	background-color: #666666;
	color: #FFFFFF;
	overflow: hidden;
}

#footer a
{
	font-size: 8pt;
	padding: 0px 8px 0px 0px;
}

.break
{
	clear: both; 
	border: none; 
	font-size: 2pt;
}