body {
	text-align : center;
	min-width : 770px;
	background-color: #000000;
}
div.wrapper {
	width : 770px ;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	position : relative ;
}
p {
	margin-top: 0; 
}
div.top {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 1em;
}
div.content {
	width: 100% ;
	text-align: left;
	margin: 0;
	padding: 1em;
}
div.rightNav {
	float: right;
	text-align: right;
	width: 160px
	margin: 0;
	padding: 1em;
}
div.botNav {
	clear: both;
	width: 500px;
	margin: 0;
	padding: 1em;
}
.floatright {
	float: right;
	margin: 0 0 20px 20px;
	clear: right;
}
.floatleft {
	float: left;
	margin: 20px 20px 0 0;
	clear: left;
}
.h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #9ebdd1;
}
.sidebar {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #9ebdd1;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16pt;
}
.textsmaller {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.head {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	font-weight: bolder;
	color: #9ebdd1;
	text-indent: 1em;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #9ebdd1;
}
.footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.date {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.tiny {
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
	color: #FFFFFF;
}
.copy {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: overline;
}
a:active {
	text-decoration: none;
}

