body
{
	margin: 0px;
	font-family: Georgia, Times, Serif;
	color: #818181;
}

p, h1, td
{
	font-family: Georgia, Times, Serif;
	font-size: 14px;
	color: #818181;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 14px;
	margin-left: 10px;
	margin-right: 10px;
}

.font12px {font-size: 12px !important;}

h1
{
	margin-bottom: 4px;
	font-weight: normal;
}

a
{
	text-decoration: none;
}

img.separator
{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 0px;
}

.imagerow
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}	

.hseparator
{
	/* border-right: 1px solid #818181; */
	background-color: #818181;
	width: 1px;
}

.smalltext
{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 4px;
}

#title
{
	color: #FFF;
	font-size: 22px;
	height: 35px;
}

ul {
	list-style-type: none;
	list-style-image: none;
}

li {
	background-position: 0px 8px;
	background-repeat: no-repeat;

	padding-left: 10px;
	margin-left: -30px;
}

#content {
	z-index:3;
	position:absolute;
	left:50%;
	width:860px;
	margin-left:-410px;
	top: 0px;
}
#backing {
	z-index:2;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:35px;
	padding: 0px;
	margin:0px;
}
