#alphabet { font-size: 11px; }
#loginBox {
	background-color: #e5e5e5;
	width: 300px;
	margin: auto;
	padding: 15px;
	border: 2px solid #444444;
}
#login {
	height: 212px;
	width: 434px;
	background-image: url("login_box.gif");
	overflow: hidden;
	margin: 0 25px;
	float: left;
}
#signup {
	height: 212px;
	width: 234px;
	background-image: url("signup_box.gif");
	overflow: hidden;
	float: left;
}
#login h2, #signup h2 {
	color: #CC0000;
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	margin: 15px 20px;
	font-weight: normal;
}
#login form { width: 350px; margin: 0 auto; }
#login p, #signup p {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 20px;
}
#login label {
	display: block;
	float: left;
	width: 100px;
	font-weight: bold;
	height: 30px;
}
#login input {
	width: 200px;
}
#login a { color: #CC0000; }

.divCenter {
	margin: auto;
	font-size: 11px;
}
#noLog {
	width: 300px;
	margin: auto;
	margin-top: 100px;
	padding: 15px;
	border: 2px solid #444444;
	background-color: #e5e5e5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
}
#noLog a {
	font-size: 16px;
	color: #333333;
}
#pageFrame {
	width: 782px;
	margin: auto;
	font-size: 11px;
	position: relative;
	padding: 0px;
}
#pageWelcome {
	line-height: 28px;
	margin: 15px 10px 15px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #cc0000;
}
#pageDate {
	position: absolute;
	left: 604px;
	top: 10px;
	line-height: 16px;
}
#leftCol {
	width: 165px;
	margin: 0px 15px 0px 10px;
	padding: 0px;
	float: left;
	position: relative;
}
* html #leftCol {
	margin: 0px 15px 0px 5px;
}
#leftCol div { 	border: 1px solid black; background-color: #e5e5e5; padding-bottom: 20px; margin-bottom: 15px; }
#leftCol a {
	display: block;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	line-height: 22px;
	font-size: 10px;
}
#leftCol a:hover {
	background-color: #f5f5f5;
}
#centerCol {
	margin: 0px;
	width: 398px;
	float: left;
	position: relative;
}
#centerCol.wide {
	width: 575px;
}
#rightCol {
	width: 165px;
	margin: 0px 10px 0px 15px;
	float: left;
	position: relative;
	border: 1px solid black;
	background-color: #e5e5e5;
	font-size: 10px;
}
* html #rightCol {
	margin: 0px 5px 0px 15px;
}
#colContent {
	padding: 0px 10px 10px 10px;
}
h3 {	
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#leftCol h3 {
	margin: 5px 10px 5px 10px;
	color: #cc0000;
}
#rightCol h3 {
	margin: 5px 10px 5px 10px;
	color: #cc0000;
}
#centerCol h3 {
	margin: 0px -5px 5px -5px;
	padding: 0px 0px 0px 5px;
	background-color: #e5e5e5;
	border-top: 6px solid #f1f1f1;
	border-bottom: 6px solid #f1f1f1;
	line-height: 24px;
	color: #444444;
}
#rightCol ul {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#rightCol li {
	background-image: url("/images/release.gif");
	background-position: 10px 5px;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 25px;
	margin: 0px;
	display: block;
	list-style-type: none;
	list-style-position: outside;
}
#rightCol li.hover {
	background-image: url("/images/release.gif");
	background-position: 10px 5px;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 25px;
	list-style-type: none;
	background-color: #f5f5f5;
	cursor: pointer;
}