/* Global Reset CSS Document */

body  {
	font-size:76%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1.3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000000;
	background-image: url(images/menubg.gif);
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin:0;
}

a img{border:none}

.clearfix:after { /* 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 */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*site specific */

#wrapper{
	width:960px;
	margin: 0 auto;
	text-align: left;
	border: 3px solid #b1bb74;
	background-color: #FFFFFF;
}

#menu{
	clear: both;
	color: #353c6f;
	background-color: #DDE2C3;
	width: 100%;
	border-bottom: 3px solid #b1bb74;
	border-top: 3px solid #b1bb74;
	height: 25px;
	line-height: 25px;

}

#menu ul{
	list-style:none;
	padding-left: 25px;
}

#menu li{
	display: block;
	float: left;
	padding-right: 35px;
	letter-spacing: 2px;
	margin-top: 0px;
}

#menu li a{
	color:#7e76b7;
	text-decoration: none;
}
#menu li a:hover{
	color:#353c6f;
}


#content{
	background-color:#FFFFFF;
	clear: both;
	color: #353c6f;
	padding-bottom: 50px;
}

#content h1{
	padding-left: 10px;
	clear: both;
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	padding-top: 25px;
	padding-bottom: 20px;
}

#content h2{
	padding-left: 10px;
	clear: both;
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	padding-bottom: 20px;
}
#content h3{
	padding-left: 10px;
	clear: both;
	padding-bottom: 20px;
}

#content h3.errormessage{color:#990000}

#content h4{
	padding-left: 25px;
}

#content ol{
	padding-bottom:10px;
	list-style-type: decimal;
	margin-left: 25px;
	padding-right: 25px;
}
#content li{
	padding-left:5px;
	list-style-position: outside;
	line-height: 1.75em;
}

#content p{
	padding-left: 25px;
	padding-bottom: 0.75em;
	padding-right: 25px;
	line-height: 2em;
}

#content form p{
	line-height: 1.6em;
}

#content img{
	float:right;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-right: 25px;
}

#content a{
	color: #353c6f;
	text-decoration: underline;
}

#content a:hover{
	color: #B1BB74;
	text-decoration: underline;
}

#content form input{width:250px}
#content form input.box{width:50px}
#content form input.small{width:150px}
#content form label{
	width:200px;
	display: block;
	float: left;
	clear: left;
}

#content table {
	margin-left: 10px;
}

td {padding:5px}
th {background-color:#DDE2C3}

#footer{
	background-color:#b1bb74;
	clear: both;
	color: #353c6f;
	line-height:13px;
	height:13px;
}

#footer h5{
	color: #353c6f;
	font-size: 9px;
}


#footer h5 a{
	color: #353c6f;
	text-decoration: none;
}

#footer h5.left{
	padding-left:25px;
	float: left;
}

#footer h5.right{
	padding-right:25px;
	float: right;
}
div.winner{
	clear:both;
	min-height: 370px;
}

