html {
scrollbar-arrow-color: #000000;
scrollbar-3dlight-color: #666666;
scrollbar-highlight-color: #cccccc;
scrollbar-face-color: #666666;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #cccccc;
scrollbar-darkshadow-color: #666666;
}

body {
	background-color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

.top {
	height: 360px;
	width: 790px;
	text-align: left;
	vertical-align: top;
	background-repeat: repeat-y;
	background-image: url(images/leftbg.gif);
	background-position: left top;
}
.bottom {
	background-color:#000000;
	background-position:left center;
	background-repeat:repeat-y;
	border-top:1px solid #FFFFFF;
	font-size:11px;
	height:15px;
	padding-bottom:5px;
	padding-top:10px;
	text-align:center;
	width:780px;
}
.content {
	width: 790px;
	background-color: #000000;
	font-size: 70%;
	line-height: 16px;
	height: 100%;
}
.left {
	width: 255px;
	background-color: #545D63;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	line-height: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
a:link {
	color: #cccccc;
	text-decoration: none;
}
a:visited {
	color: #ECECEC;
	text-decoration: none;
}
a:hover {
	color: #ECECEC;
	text-decoration: underline;
}
.topTitle {
	height: 15px;
	background-repeat: repeat-y;
	width: 790px;
	background-position: right;
	margin: 0px;
	padding: 0px;
}
.homecontent {
	font-size: 12px;
	padding: 10px;
	line-height: 16px;
}

