body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	color: #666666;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

A:link { color: #CC6600; text-decoration: none; }
A:visited { color: #cc6600; }
A:hover { color: #666666; text-decoration: underline; }
A:active { color: #cc6600; }

#Main_container {
	width: 750px;
	height: 600px;
	background-color: #666666;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0 auto;
	padding: 0px;
	}
	
#Topnav {
	width: 525px;
	float: right;
	height: 60px;
	width: 525px;
}

.Topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #999999;
}
.Topnav A:link { color: #999999; text-decoration: none; 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;}
.Topnav A:visited { color: #999999; }
.Topnav A:hover {color: #FFFFFF; text-decoration: none; background-color: #666666;}
.Topnav A:active { color: #999999; }

#Leftnav {
	width: 180px;
	position: relative;
	left: 0px;
	margin-top: 10px;
	margin-left: 5px;
}

.Leftnav_Old {
	font-size: 9pt;
	color: #FFCC33;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
}

.opaque {
	opacity: .8;
	filter: alpha(opacity=80);
	background-color: #000000;
}

.Leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.Leftnav A:link {color: #000000; text-decoration: none;}
.Leftnav A:visited {color: #000000;}
.Leftnav A:hover {color: #CCCCCC; background-color: #333333; text-decoration: none;}
.Leftnav A:active {color: #000000;}

#newsletter {
	width: 175px;
	margin-top: 140px;
	margin-left: 15px;
}

#footer {
	margin: 0 auto;
	width: 750px;
	height: 90px;
	background-color: #666666;
	}

/* FORMS */
.formButton{
	padding-top: 2px;
	vertical-align: baseline;
}

.input {
	font-size: 8pt;
	color: #CC6600;
	border: 1px solid #666666;
	line-height: 1em;
	text-indent: 1px;
	vertical-align: baseline;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	position: relative;
	height: auto;
	width: 475px;
	border: none;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
