
html {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #660000;
	color: #333;
	text-align: center;
}

body {
	margin: 10px auto 0 auto;
	text-align: left;
	width: 770px;
	border: 1px solid #aaa;
	background-color: #fff;
	color: #000;
}


#topleft {
	height: 66px;

margin: 0;
padding-top: 20px;
	color: #333;
	float: left;
}

#topright {
	height: 46px;
	width: 250px;
	background: #fff;
	color: #333;
	padding-top: 20px;
	text-align: center;
	float: left;
}

#topbar {
	height: 10px;
	width: 760px;
	background: #660000;
	margin-left: 5px;
	clear: both;
	color: #333;
}

.topform input, button {
	font-size: 100%;
	background: #fff;
	color: #999;
	border: 1px solid #ccc;
	padding: 1px;
}

.topform input {
	width: 125px;
	height: 14px;
	margin-top: -1px;
}

.topform button {
	margin: 1px 0 0 8px;
	color: #999;
	border: 1px solid #ccc;
	background: #fff url(images/button_bg.gif);
	width: 45px;
	height: 1.75em;
}


#left {
	width: 179px;
	background: #fff;
	margin-left: 5px;
	padding: 2px 0 5px 1px;
	float: left;
	color: #333;
}

ul, li {
list-style-type: none;
	margin: 0;
	padding: 0;
}

ul {
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #fff;
	width: 150px;
}

li a {
	display: block;
	width: 170px;
	height: 12px;
	padding: 3px 0 3px 0;
	text-indent: 5px;
	margin: -2px 0 -2px 0; 
	background: #fff;
	color: #333;
	text-decoration: none;
	border: 1px solid #fff;
}

li a:hover {
	background: #660000;
	color: #fff;
}

.left p {
	margin-left: -3px;
}

.left input, button {
	font-size: 100%;
	background: #fff;
	color: #999;
	border: 1px solid #ccc;
	padding: 1px;
}

.left input {
	width: 140px;
	height: 14px;
	margin: 4px;

}

.left button {
	margin: 5px 0 0 111px;
	border: 1px solid #ccc;
	background: #fff url(images/button_bg.gif);
	color: #999;
}


.para  {
	text-indent: 20px;
	width: 160px;
	background: #fff url(images/arrow.gif) no-repeat 0 2px;
	margin-left: -5px;
	color: #333;
}

#main {
	width: 550px;
	background: transparent;
	margin-left: 1px;
	float: left;
}


.main1 { 
	text-indent: 5px; 
	margin-left: 5px;
}

.maintop { 
	clear: both;
	text-indent: 10px;
	height: 16px;
	padding-top: 2px;
	width: 563px;
	background: #660000;
	color: #fff;
	font-weight: bold;
}

.mainmid {
	width: 555px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #999;
	padding: 3px;
	margin-bottom: 5px;
}

#footer {
	height: 18px;
	width: 760px;
	margin: 0 0 0 5px;
	padding-top: 6px;
	background: #660000;
	text-align: center;
	font-weight: bold;
	color: #fff;
	clear: both;
}

#footer2 {
	background: inherit;
	height: 18px;
	width: 760px;
	margin-left: 5px;
	padding-top: 6px;
	text-align: center;
	color: #666;
}		
