body {
	background: #000000;
	background-image:url('FTP_background.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	color: #ffffff;
	font-size: 10px;
	font-family: "Times New Roman", times, serif;
}

IMG.hat {
	width:884px;
	height: 448px;
	margin-left: auto;
	margin-right: auto;
	display: table-cell;
}

#contentbackground {
	width: 884px;
	padding: 0;
	z-index: -1;
}

#home{
	position: absolute;
	top: -85px;
	left: -40px;
	border: none;
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 884px;
	height: 770px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#header {
	height: 200px;
}

#headerleft {
	float: left;
	width: 150px;
}

#headerright {
	float: right;
	width: 150px;
	text-align: right;
}

#headercenter {
	float: left;
	width: 584px;
}

#hcentercontainer {
	width: 250px;
	margin: auto;
}

#footer {
	clear: both;
	position:absolute;
	top: 660px;
	font-size: 1.0em;
}

#banner {
	text-align: center;
	font-size: 3.0em;
	font-family: "Times New Roman", times, serif;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.loginrow {
	display: inline-block;
	font-weight: bold;
	width: 250px;
	vertical-align:middle;
}

.contentrow {
	display: inline-block;
	width: 400px;
	vertical-align:middle;
}

#contentcontainer {
	width: 884px;
	margin: auto;
	background-color: #888888;
	z-index: 0;
	height: 448px;
}

#contentarea {
	position: relative;
	margin: auto;
	width: 800px;
	height: 380px;
	top: -420px;
	z-index: 1;
	display: block-inline;
}

.title {
	font-size: 2.0em;
	font-weight: bold;
	color: #222288;
	font-family: "Times New Roman", times, serif;
}

.optionheading {
	color: #222288;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.options {
	font-size: 16px;
	font-weight: bold;
	color: #222288;
}

div.twocolumn {
	width: 600px;
}

ul.twocolumnleft {
	font-size: 16px;
	font-weight: bold;
	color: #222288;
	width: 250px;
	float: left;
}

ul.twocolumnright {
	font-size: 16px;
	font-weight: bold;
	color: #222288;
	width: 250px;
	float: right;
}

li {
	margin-bottom: .9em;
}

ul {
	line-height: .9em;
	list-style-type: disc;
	font-family: "Times New Roman", times, serif;
}

#dlbutton {
	Height: 1.6em;
	Width: 12.0em;
	background-color: #228822;
	text-align: center;
	font-size: 2.0em;
	position: relative;
	top: 5.0em;
	padding-top: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	font-family: "Times New Roman", times, serif;
}

#helpexpand {
	Width: 500px;
	font-size: .9em;
}

div.pointer {
	cursor: pointer;
}

div.indent {
	padding-left: 20px;
}

ul.menu {
	list-style-type:none;
	width:884px;
	display:block;
	height:1.0em;
	font-size:0.9em;
	margin:0;
	padding:0;
}

ul.menu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	font-size:1.0em;
}

ul.menu li a {
	float:left;
	color:#A79787;
	text-decoration:none;
	height:1.0em;
	padding:9px 15px 0;
	font-size:1.0em;
}

ul.menu li a:hover,.current {
	color:#fff;
}

ul.menu .current a {
	color:#fff;
	font-weight:700;
}