/***********************
 *
 *  Some generic rules
 *
 */

*
{
	margin: 0px;
	padding: 0px;
}

BUTTON, LABEL
{
	cursor: pointer;
}

BODY
{
	background: #D81E05 url(/images/bg.png) repeat-x fixed;
	font-family: 'Verdana', 'Trebuchet', sans-serif;
	font-size: 14px;
}

/*************************
 *
 *  Structural rules
 *
 */

DIV#content
{
	background: #FFF;
	width: 892px;
	padding: 8px 32px;
	position: relative;
	margin: 16px auto;
	border: 2px groove #999;
}

DIV#header
{
	text-align: center;
}

UL#navmenu
{
	height: 40px;
	width: 736px;
	padding: 0 0 0 176px;
	margin: 0 -10px 8px -10px;
	background-image: url(/images/navmenubg.png);
	list-style-type: none;
}

UL#navmenu LI
{
	float: left;
	height: 40px;
}

UL#navmenu LI A:link, UL#navmenu LI A:visited
{
	display: block;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	padding: 0 6px;
	margin: 0 4px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

UL#navmenu LI A:hover, UL#navmenu LI A:active
{
	text-decoration: underline;
	color: #FE0
}

DIV#banner
{
	text-align: center;
	margin-top: 16px;
}

DIV#footer
{
	font-size: 10px;
}

DIV#footer HR
{
	margin: 16px 8% 8px 8%;
	height: 3px;
}

DIV#footer
{
	text-align: center;
}

DIV#footer DIV#designcredit
{
	margin: 8px;
	font-size: 11px;
}

DIV#footer DIV#designcredit A:link,
DIV#footer DIV#designcredit A:visited
{
	font-family: monospace;
	color: #444;
}

DIV#footer DIV#designcredit A:active,
DIV#footer DIV#designcredit A:hover
{
	color: #888;
}

/*************************************
 *
 *  Main text formatting rules
 *
 */

H1
{
	color: #D81E05;
	font-size: 36px;
	margin: 8px auto 16px auto;
}

H2
{
	margin: 24px 0 16px 32px;
	color: #D81E05;
	font-size: 24px;
}

P
{
	margin: 16px 0 8px 0;
}

dl.contactList DT
{
	margin: 16px 0 0 0;
	font-weight: bold;
}

dl.contactList DD
{
	margin-left: 32px;
}

