@charset "UTF-8";
/* CSS Document */

/* page layout */

/* 
	background-color: #A64C0E;  */
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #000000;
}
#all {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 100%;
}
#header {
}
#top {
	height: 130px;
	width: 900px;
	position: fixed;
	top: 0px;
	z-index: 200;
}
#navigation {
}
#mainbody {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	width: 900px;
	top: 140px;
}
#content {
	margin-right: 20px;
	margin-left: 20px;
	height: 120%;
	width: 610px;
	position: relative;
	float: left;
}
#affiliates {
	float: right;
	height: 120%;
	width: 230px;
	margin-right: 20px;
	position: relative;
	text-align: center;
}
#footnote {
	position: relative;
	height: 100%;
	width: 900px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 125%;
	float: left;
}
/* text appearance */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #339900;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 20pt;
	color: #33CC00;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #339900;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #000000;
}
.inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #339900;
	text-decoration: none;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 11pt;
	font-weight: bold;
	color: #000000;
}
hr {
	color: #990000;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #000000;
	list-style-type: disc;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #000000;
	list-style-type: inherit;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #000000;
}
tr {
	background-color: #DDDDDD;
}
.padded {
	padding: 4px;
}
