@charset "UTF-8";
sub menu {
	font-size: 9px;
	font-family: Courier New, Courier;
	line-height: 6px;
	font-weight: lighter;
	color: #666666;
}
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	background-color: #000000;
}
#container {
	background-color: #000000;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: auto;
	padding-bottom: 0px;
	padding-left: auto;
	border: 1px none #666666;
	font-family: "Courier New", Courier;
	color: #CCCCCC;
	clear: left;
	float: none;
}
#header {
	font-family: Courier New, Courier;
	background-color: #000000;
	height: 72px;
	width: 900px;
	background-image: url(images/banner.jpg);
	border: 0px none #666666;
	color: #CCCCCC;
}
#local-container {
	color: #CCCCCC;
	width: 900px;
	position: relative;
	background-color: #000000;
	font-family: Courier New, Courier;
}
#left {
	background-color: #000000;
	padding: 10px;
	float: left;
	width: 86px;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #FFFFFF;
	font-family: Courier New, Courier;
	font-size: 13px;
	color: #CCCCCC;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}
#centre {
	background-color: #000000;
	padding: 1px;
	float: left;
	width: 100px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	font-family: Courier New, Courier;
	color: #CCCCCC;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: baseline;
	line-height: 7px;
	font-weight: lighter;
	font-variant: normal;
	font-size: 10px;
}
#right {
	background-color: #000000;
	padding: 1px;
	float: left;
	width: 690px;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #FFFFFF;
	color: #999;
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	font-weight: lighter;
	text-align: justify;
	font-family: "Courier New", Courier;
}
#footer {
	color: #666666;
	background-color: #000000;
	padding: 10px;
	height: 30px;
	width: 880px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-family: Courier New, Courier;
	font-size: 10px;
	float: left;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}
.clear {
	display: block;
	clear: left;
	visibility: hidden;
	color: #FFF;
	font-weight: bold;
}
subtitles {
	color: #FFF;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}
.highlight {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #FFF;
}

