div.main {
	width: 770px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.content {
	background: #666666;
	text-align: left;
	width: 100%;
	float: left;
}

div.top {
	background: #484848;
	color: black;
	text-align: center;
	width: 100%;
	float: left;
}

div.toptext {
	font-size: 24pt;
	font-weight: bold;
}

div.toplinks  {
	border: 8px solid black;
	background-color: #666666;
	margin: 2px;
	font-size: 8pt;
}

span.rightborder {
	border-right: 1px solid black;
}

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #333333;
}

a:hover {
	border-bottom: 1px dashed #333333;
}

a.topmenu:link, a.topmenu:visited {
	text-decoration: none;
	text-align : center;
	color: #333333;
	padding: 0px 10px 0px 10px;
	border-bottom: none;
	border-left: 1px solid black;
	background-color: #666666;
} 

#current {
	background: #EEEEEE;
}

#current:hover {
	background: #EEEEEE;
}

a.topmenu:hover {
	background: white;
}

div.column {
	padding: 10px;
	padding-bottom: 0px;
}

#leftcolumn {
	float: left;
	width: 580px;
}

div.item {
	background: #333333;
	padding: 3px;
	margin-bottom: 10px;
	border: 1px black solid;
	float: left;
	width: 572px;
}

div.itemright {
	background: #333333;
	padding: 3px;
	margin-bottom: 10px;
	border: 1px black solid;
}

div.itemtitle {
	font-size: 7pt;
	font-weight: bold;
	color: black;
	line-height: 110%;
	display: block;
	background: url('Item Bar 3.gif');
	border: 1px solid black;
	padding: 3px;
}

div.itemtext {
	background: #CCCCCC;
	border: 1px black solid;
	border-top: none;
	padding: 3px;
	float: left;
	width: 564px;
}

div.itemtextright {
	background: #CCCCCC;
	border: 1px black solid;
	border-top: none;
	padding: 3px;
}

#rightcolumn {
	float: right;
	width: 160px;
	padding-left: 0px;
}

div.nav {
	border: 8px solid black;
	margin: 2px;
	background: #CCCCCC;
	font-size: 7pt;
	font-weight: bold;
	color: black;
	line-height: 110%;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-align: center;
	background: black;
}

p {
	text-indent: 10px;
	line-height: 125%;
}

ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#links {
	font-size: 8pt;
}

img.banner {
	margin: 0px;
	width: 770px;
	height: 128px;
}

a.itemimage {
	float: left;
	padding: 10px;
	border: none;
}

img.itemimage {
	float: left;
	margin: 10px;
	border: 1px solid #1F2353;
}

div.footer {
	float: left;
	border-top: black 1px solid;
	background: #666666;
	width: 100%;
}

div.footertext {
	margin: 3px;
	font-size: 7pt;
	font-weight: bold;
	text-align: right;
	color: #CCCCCC;
}