@CHARSET "ISO-8859-1";

body {
	background-color: #747474;
	font-family: myriad pro, ms sans serif, helvetica, arial, sans serif;
	color: black;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%
}

body a:link, a:visited, a:active {
	text-decoration: none;
	color: #99834f;
}

a:hover div {
	cursor: hand;
}

img {
	border-style: none;
}

hr {
	width: 100%;
}

.emptyinput {
	color: gray;
}

.filledinput {
	color: black;
}

#header {	
	width: 100%;
	height: 125px;
	float: left;	
}

#header .heading {	
	font-size: 1.3em;
	font-variant: small-caps;
	font-weight: lighter;
	font-style: normal;
	color: #caad68;
}

#topper {
	position: absolute;
	top: 0;
	left: 0;
}

#tagline {
	float: right;
	width: 40%;
	color: white;
	margin: 20px 2% 0 0;
}
	
#rightcorner {
	background-color: black;
	color: white;
	float: right;
	width: 18%;
	height: 100%;
	text-align: center;
}

#rightcorner input {
	margin-bottom: 5px;
	margin-top: 2px;
	font-size: .75em;
}

#leftsidebar {	
	background-color: #d45724;
	height: 95%;
	width: 15%;
	float: left;	
	min-height: 500px;
}

#leftsidebar #ads {
	text-align: center;
}

#navigation {
	font-size: 1.50em;
	text-align: center;
}

#navigation a {
	color:black;
}
	
#container {
	height: 95%;
	width: 85%;
	background-color: #535353;
	float: left;
	min-height: 500px;
}

form fieldset {
	width: 100%;	
}

fieldset {
	border: 0;
	margin-bottom: 0;
	padding: 0;	
	background-color: white;
}

fieldset h4 {
	background-color: black;
	color: #9f9f9f;
	font-size: 1.25em;	
	font-weight: normal;
	width: 100%;	
	margin: 0;
	margin-left: -1px;
	padding-left: 2px;
}

form {
	font-size: .90em;
}

form label {
	width: 30%;		
	margin: 2% 1% 0 0;
	text-align: right;
	float: left;
	font-weight: 600;
	color: #595959;
}

form input.text {	
	border: solid 1px black;	
	width: 25%;
	margin: 2% 0 0 0;
}

form input.checkbox {
	margin-left: 26%;
}

.help {
	margin: 0;
	font-size: small;
	width: 40%;
	color: #535353;	
	margin-left: 31%;
}

.inputhelp {
	background: url(../images/help.png) no-repeat;
	height: 18px;
	width: 18px;
}
	
.error {
	margin: 0;
	font-size: small;	
	color: red;
}

.note {
	color: #535353;
	font-size: smaller;
}

.formerror {
	margin-left: 26%;
}

.subheading {
	width: 80%;
	margin: 2px 5px 0 5px;
	font-family: trebuchet ms;
	font-size: .75em;
}

.filler {
	background-color: #caad68;
}

.button {
	background: url(../images/button.png) no-repeat;
	width: 150px;
	height: 40px;	
	margin: 0;
	padding-top: 8px;	
	color: black;
	font-family: georgia, minion pro, ms sans serif;
	font-size: 18px;
	text-align: center;
	float: left;		
}

.mediumbutton {
	background: url(../images/mediumButton.png) no-repeat;
	width: 118px;
	height: 31px;	
	margin: 0;
	padding-top: 8px;	
	color: black;
	font-family: georgia, minion pro, ms sans serif;
	font-size: 12px;
	text-align: center;
	float: left;
}
	
.smallbutton {
	background: url(../images/smallButton.png) no-repeat;
	width: 75px;
	height: 20px;	
	margin: 3% 0 0 30%;
	padding-top: 3px;	
	color: black;
	font-family: minion pro, ms sans serif;
	font-size: 10px;
	text-align: center;
}

.formbutton {
	margin-left: 26%;
}

.hidden {
	display: none;
}

.leaderboard {
	text-align: center;
}

.pad {
	padding: 2% 2% 2% 2%;
}
