@charset "utf-8";
body  {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background-color: black;
	background-image: URL('images/header.gif');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: white;
}
a img{
	border: none;
	display: block;
}
a div{
	text-decoration:none;
}
h1{
	font-size: 1.4em;
	font-weight: normal;
}
h2{
	font-size: 1.2em;
	font-weight: normal;
}
h3{
	font-size: 1em;
	font-style:italic;
}
hr{
	border: none;
	border-top: 1px solid white;
	padding-top: 0px;
}
.container { 
	margin: 0 auto;
	text-align: left;
	width: 1024px;
} 
#header{
	height: 96px;
}
#topBar{
	border-width: 1px 0px;
	border-style: solid;
	border-color: white;
}
.button{
	border: 2px solid #262626;
	background-color: transparent;
	color: #FFC333;
	font-size: 0.8em;
	font-weight: bold;
	margin: 6px auto 2px auto;
}
input.bigButton{
	border: 2px solid #262626;
	padding: 5px;
	width: 165px;
	background-color: transparent;
	color: #FFC333;
	font-size: 1.2em;
	font-weight: bold;
	margin: 6px 5px 2px auto;
}
a.bigButton{
	border: 2px solid #262626;
	padding: 7px;
	background-color: transparent;
	color: #FFC333;
	font-size: 1.1em;
	font-weight: bold;
	margin: 6px 5px 2px auto;
}
a.bigButton:visited{
	color: #FFC333;
}
.button:hover, .bigButton:hover{
	background-color: #262626;
}
#topLinks {
	float: left;
	padding: 0.5em 0 0.3em 0;
}
#topLinks a{
	color: #FFC333;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin-right: 0.8em;
}
em{
	font-weight: bold;
	font-style: normal;
	color: #FFC333;
}
a{
	color: #FFC333;
	text-decoration: none;
}
a:visited{
	color: #C93;
}
.error{
	text-align: center;
	color: red;
}
ul{
	list-style-type: square;
	padding-left: 15px;
}
#searchBar{
	float: right;
	text-align: right;
	padding: 0.3em 0 0.3em 0;
}
#footer { 
	padding: 10px 0 0 0;
	color: #CCC;
	width: 1024px;
	margin: 0 auto;
	background:none; 
	text-align: right;
	font-size: .6em;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}