html {
	height: 100.2%;
}
body {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: url(images/bg.gif);
}
#Container {
	width: 744px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
#Bg_top {
	width: 100%;
	background: url(images/bg_top.jpg) repeat-x;
}
/* #Bg_bottom {
	background: url(images/bg_bottom.jpg) repeat-x;
	height: 258px;
	width: 100%;
	bottom: 0px;
	position: fixed;
	z-index: -1;
} */
p {
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #D77D05;
	text-align: center;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
}
a:link, a:visited {
	color: #D77D05;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFBF3C;
	text-decoration: underline;
}

/* Navigation */
#Navigation {
	margin-left: 15px;
	margin-top: 85px;
	font: 13px "Times New Roman", Times, serif;
	color: #666666;
}
#Navigation ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
#Navigation li a{
	color: #34780a;
	font-size: 13px;
	padding: 1px 0px 2px 0px;
	text-decoration:none;
	display: block;
	margin: 0px;
	width: 178px;
}
#Navigation li a:hover{
	color: #34780a;
	text-decoration: underline;
}

/* Members Area */
#Members {
	background: url(images/bg_members.gif);
	height: 146px;
	padding-top: 25px;
	padding-left: 16px;
	padding-right: 10px;
	color: #000000;
	font-size: 10px;
}
#Members table{
	font-size: 12px;
}
#Members ul {
	padding: 0px;
	list-style: none;
	margin: 5px 0px 0px;
}
#Members li a{
	color: #333333;
	font-size: 12px;
	padding: 1px 0px 2px 0px;
	text-decoration:none;
	display: block;
	margin: 0px;
	width: 160px;
}
#Members li a:hover{
	color: #34780a;
	text-decoration: underline;
}
#Members form{
	margin: 0px;
	padding: 10px 0px 0px;	
}
.members_form {
	font: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #333333;
	width: 105px;
	height: 15px;
	padding: 0px;
	margin: 0px;
}
.members_form_button {
	font: Tahoma, Arial, Helvetica, sans-serif;
	background: #070739;
	height: 15px;
	width: 40px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 10px;
}

/* Layout */
#Content {
	background: #FFFFFF url(images/bg_content.jpg) no-repeat bottom;
}
.vert_break {
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	width: 3px;
}

/* Footer */
#Footer {
	color: #000000;
	padding: 10px;
	text-align: center;
}
#Footer a{
	color: #006600;
	text-decoration: none;
}
#Footer a:hover{
	color: #006600;
	text-decoration: underline;
}.titles {
	padding-bottom: 15px;
}
.copy {
	padding: 0px 10px 30px;
}
.row_bg {
	margin: 2px 0px;
	padding: 2px;
	background: #F6F6F6;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.signup a, .print a {
	border: 1px solid #000000;
	padding: 4px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(images/bg_button.jpg) repeat-x top;
	float: right;
}
.signup a:hover, .print a:hover {
	background: url(images/bg_button.jpg) repeat-x bottom;
}
.register {
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px;
	height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(images/bg_button.jpg) repeat-x top;
	float: right;
	cursor: pointer;
}
.register:hover {
	background: url(images/bg_button.jpg) repeat-x bottom;
}
.download_now a {
	border: 1px solid #000000;
	padding: 4px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(images/bg_button.jpg) repeat-x top;
}
.download_now a:hover {
	background: url(images/bg_button.jpg) repeat-x bottom;
}

/* Misc */
.disclaimer {
	font-size: 10px;
	padding-top: 15px;
	clear: both;
}
.error {
	color: #FF0000;
}