body{
	background: #110F0D;
	font-family: "Trebuchet Ms", "Georgia", "Arial", "Sans-Serif";
	font-size: 10pt;
	color: white;
	line-height: 1.5em;
	margin-bottom: 30px;
	overflow-y: scroll;
	cursor: default;
	}

#main{
	width: 800px;
	background: white;
	border: 1px solid gray;
	margin: 20px auto;
	}

#header{
	height: 130px;
	}

#links{
	margin: 0px 30px 0px 30px;
	padding: 0px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	}

#links li{
	float: left;
	list-style: none;
	margin-bottom: 0px;
	}

#links li.current{
	font-weight: bold;
	}

#links li a{
	border-bottom: none;
	padding: 7px 17px 6px 17px;
	display: block;
	}

#content{
	padding: 15px 32px 32px 32px;
	}

h1 .float{
	float: right;
	font-size: 0.7em;
	font-weight: normal;
	}

#footer{
	width: 700px;
	font-size: 0.9em;
	margin: 15px auto;
	text-align: center;
	}

#footerlinks{
	padding-bottom: 6px;
	}

.footerlink{
	padding: 0px 2px 0px 2px;
	}



a, span.link{
	color: #333333;
	cursor: pointer;
	}

a:hover, span.link:hover{
	color: #999999;
	text-decoration: none;
	}

h1, h2, h3, h4, h5, h6{
	margin-top: 0px;
	font-family: tahoma;
	padding-bottom: 3px;
	margin-bottom: 5px;	
	}

h1 *.subheading, h2 *.subheading, h3 *.subheading, h4 *.subheading, h5 *.subheading, h6 *.subheading{
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	}

h1{
	font-size: 1.1em;
	background: transparent url('header_background.png') left bottom no-repeat;
	}

h2{
	font-size: 1.05em;
	}

h3{
	font-size: 1em;
	margin-bottom: 0px;
	}

h4{
	font-size: 0.9em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

p{
	margin: 6px 0px 6px 0px;
	}

ol, ul{
	margin-top: 6px;
	margin-bottom: 15px;
	padding-left: 30px;
	}

ol li, ul li{
	margin-bottom: 4px;
	}

.hide-from-ie6{
	display: none;
	}

html[xmlns] span.hide-from-ie6{
	display: inline;
	}

html[xmlns] div.hide-from-ie6{
	display: block;
	}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}

.clearfix {
	display: inline-block;
	}

html[xmlns] .clearfix {
	display: block;
	}

* html .clearfix {
	height: 1%;
	}