body
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	background: url("bg.jpg") repeat-x #fff;
}

#logo
{
	height: 260px;
	background: url("logo.jpg") no-repeat;
	/*margin-left: -60px;*/
	margin: auto;
	width: 980px;
	margin-bottom: 0;
}

#altlogo
{
	display:none;
}

#container
{
	width: 980px;
	margin: auto;
	margin-top:0;
	padding-top: 0;
}

#nav
{
	z-index: 10;
	/*top: -52px;*/
	float: left;
}

#nav ul, #nav li
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul
{
	/*margin-left: 133px;*/
	margin-left: 42px;
}
#nav li
{
	background-color: #8b1f0f;
	width: 205px;
	margin-bottom: 1px;
}
#nav li.sub
{
	background: transparent;
	width: 205px;
	margin-bottom: 1px;
}
#nav li:hover, #nav li.active
{
	background-color: #ad2713;
}
#nav li.sub:hover
{
	background: #E0E0E0;
}
#nav li a
{
	font: 11px verdana;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
	text-decoration: none;
}
#nav li.sub a
{
	color: #8b1f0f;
}

#content
{
	position: relative;
	margin-left: 249px;
	margin-right: 67px;
	z-index: 10;
	min-height: 200px;
	background: #FFF;

}
div#contentinner {
	
	padding: 20px;
	min-height: 300px;
}

h1
{
	font: 24px georgia,verdana,arial,helvetica;
	/*font-weight: bold;*/
	color: #8b1f0f;
}
h2
{
	font: 20px georgia,verdana,arial,helvetica;
	/*font-weight: bold;*/
	color: #8b1f0f;
}
p,td
{
	font: 12px verdana,arial,helvetica;
}

#footer
{
	clear: both;
	top: 100px;
	left: 0;
	text-align: center;
	margin-left: 42px;
	margin-top: 50px;
	margin-right: 42px;
	background-color: #E0E0E0;
	padding: 5px;
	border-top: 1px solid #8b1f0f;
}
.schema td
{
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
