body {
	background-color: #8f8f8f;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#login h4 {
	font-size: 16px;
	color: #5A5025;
}
#login {
	color: #484848;
	font-size: 12px;
	float:right;
	width:200px;
	margin:10px 0 10px 10px;
	border:solid 1px #999;
	padding:10px;
	background-color: #F7F7F7;
	
}
#content h3 {
	color: #009;
	font-size: 18px;
}


#topmenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#topmenu ul li {
	float: left;
}
#topmenu ul li a {
	text-decoration: none;
	color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 25px;
}
#login ul li {
	margin-top: 5px;
	margin-bottom: 12px;
}

#topmenu ul li a:hover {
	background-color: #666;
	line-height: 25px;
}
#topmenu {
	width: 950px;
	background-color: #2A2A2A;
	height: 25px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#content {
	background:url(images/aligned_foot.gif) bottom no-repeat;
	padding:10px 20px;
}
h2 {
	color: #F00;
	font-size: 24px;
}
strong {
	font-size: 110%;
}
.blue {
	color: #009;
}
.red {
	color: #F00;
}
.bluetable {
	background-color: #CEFFFF;
	font-size: 12px;
}
.bluetable tr td ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#content .bluetable tr td ul li {
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.quotebox {
	background-color: #FFC;
	padding-top: 1px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 1px;
	border: 3px dashed #F60;
}
.abutton {
	font-size: 120%;
	text-decoration: none;
	color: #FFF;
	background-color: #006;
	display: block;
	padding:0;
	width: 271px;
	border:none;	
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
.abutton img {

	border:none;	

}
.bonus {
	text-align: center;
	width: 100px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #EBFFBF;
	color: #900;
	font-size: 150%;
	font-weight: bold;
	padding: 0;
}
.bonushead {
	text-align: center;
	float: left;
}
