body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}

#wrapper {
	width: 100%;
	background: center;
	margin: 0px auto;
	right: 0px;
	padding: 0px;
}
#wrapper_in {
	width: 760px;
	background: center;
	margin: 10px auto 0px;
	right: 0px;
	padding: 0px;
	top: 10px;
	height: 380px;
}

#banner {
	height: 235px;
	width: 760px;
	margin: 0px;
	background-color: #CC9900;
}

#banner p {
	font: bold 200% Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: bottom;
	margin: 0px;
	padding-top: 72px;
	padding-right: 20px;
}

#footer{
	clear: both;
}#rightcol {
	float: right;
	width: 230px;
	margin: 10px 10px 10px 0px;
}
#leftcol {
	float: left;
	width: 480px;
	margin: 10px;
}
#content {
	margin: 0px 0px 0px 20px;
	padding-left: 20px;
	height: 100px;
	width: 180px;
	background-color: #993300;
}
#content p {
	font-size: 80%;
}
#leftcol p {
	font-size: 80%;
	color: #339966;
	padding: 0px;
	margin-left: 0px;
}
.copy {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 130%;
}
.copyBold {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 130%;
}
.head {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.subhead {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 130%;
}
.copyItalic {
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
	line-height: 130%;
}
.headRed {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
.copySm {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 110%;
}
.copyBg {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 130%;
}
