body
{
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	font-size: 80%;
	background-color: #E5E5E5;
	background-image: url('../../images/site_generic_bg.gif');
	background-repeat: repeat-y;
	background-position: center top;
}

body, p
{
	color: #07112a;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	line-height: 1.7em;
}

#homecontent
{
	padding: 0;
	margin: 0;
}

#homecontent h1
{
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-color: #999;
}

#content h1
{
	color: #07112a;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 0.6em;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 6px auto 10px auto;
	padding: 4px 0px 4px 10px;
	background: #fff;
	border-top: 2px #e08000 solid;
	border-right: 1px #FFF solid;
	border-bottom: 1px #e08000 solid;
	border-left: 0px #FFF solid;
}

#contenttext
{
	padding: 0 10px 0 10px;
	margin: 0;
}

#hometext
{
	font-family: Arial, sans-serif;
	padding: 0 10px 0 10px;
	margin: 0;
}

#hometext h1
{
	color: #07112A;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	font-family: Arial, sans-serif;
	background: #fff;
	margin: 4px 0 0 0;
}

a
{
	color: #e08000;
	text-decoration: underline;
}

a:visited
{
	color: #e08000;
	text-decoration: underline;
}

a:hover
{
	color: #4d210b;
	text-decoration: none;
}

a:focus { color: #e08000; }
a:active { color: #e08000; }

.clearing
{
	height: 0;
	clear: both;
}