* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
}
body {
background-color: #d0d0d0;
font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
font-size: 75%;
background: #d0d0d0 url('../images/bg1.jpg') repeat fixed center; 
}
h1 {
font-size: 2.7em;
color: #0000c0;
}
h2 {
font-size: 1.3em;
color: #0000c0;
}
p {
padding: 0 10px 1em;
}
#container {
position: relative;
min-height: 100%;
background-color: #ffffff;
border-left: 2px solid #c0c0c0;
border-right: 2px solid #c0c0c0;
width: 976px;
margin: 0 auto;
}
* html #container {
height: 100%;
}

#header {
height: 110px;
background-color: #efefef;
background-color: #f8f8f8;
border-bottom: #0000c0 1px solid;
width: 100%;
}
#header h1 {
font-size: 2.7em;
padding: 10px 10px 0;
color: #de0300;
}
#header h2 {
font-size: 1.3em;
padding: 10px 12px 0;
color: #de0300;
}
#nav {
height: 18px;
padding: 4px;
border-bottom: #0000c0 1px solid;
width: 968px;
text-align: center;
/*background: #d0d0d0 url('../images/bg1.jpg') repeat fixed center;*/
color: #0000c0;
font-weight: bold;
font-size: 16px;
/*background-color: #fff4f4;*/
background-color: #f8f8f8;
/*background-color: #efefef;*/
}
#nav ul {
	text-align: center;
	list-style: none;
	/*margin: 6px 0 4px 0;*/
	padding: 0;
}
#nav ul li {
	text-align: center;
	display: inline;
	padding-top: 0;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	/*border: #e0e0e0 1px solid;*/
	/*background-color: #ffffff;*/
}



#prizes ul {
	text-align: center;
	list-style: none;
	/*margin: 6px 0 4px 0;*/
	padding: 0;
}


#prizes ul li {
	/*text-align: center;*/
	/*display: inline;*/
	padding-top: 0;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.8em;
}

#footer {
/*position: relative;*/
position: absolute;
float: left;
vertical-align: bottom;
bottom: 0;
height: 16px;
line-height: 16px;
font-size: 9px;
color: #808080;
border-top: #c0c0c0 1px solid;
width: 968px;
background-color: #ffffff;
padding: 4px;
text-align: right;
}
#bspacer {
margin-top: 620px;
}
#docs {
position: absolute;
float: left;
padding: 20px;
vertical-align: bottom;
margin-top: 400px;
bottom: 25px;
height: 206px;
line-height: 16px;
font-size: 11px;
/*color: #808080;*/
border-top: #c0c0c0 1px solid;
width: 968px;
background-color: #f8f8f8;
padding: 4px;
text-align: center;
margin-left: -30px;
margin-top: 430px;
}
.sechead {
font-size: 2.8em;
margin: 16px;
padding: 16px;
color: #009000;
text-decoration: underline;
font-weight: bold;
font-style: italic;
line-height: 36px;
}
#content {
height: 100%;
height: auto;
min-height: 100%;
background-color: #ffffff;
padding: 30px;
width: 916px;
margin: 0 auto;
padding-bottom: 36px;   /* Height of the footer */
color: #202020;
}

.imgbox {
border: #009000 1px solid;
padding: 5px;
margin: 5px;
align: center;
text-align: center;
}
.textlarge{
font-size: 1.8em;
}
.sectitle {
color: #ff0000;
font-size: 1.5em;
}
.sectext {
font-size: 18px;
font-weight: bold;
}

#headertext {
position: relative;
float: left;
padding-top: 10px;
width: 526px;
/*border: #444444 1px solid;*/
}
#searchpanel {
position: relative;
float: left;
width: 324px;
border-left: #c0c0c0 1px solid;
background-color: #ffffff;
padding: 4px;
padding-top: 10px;
height: 96px;
color: #404040;
font-size: 11px;
text-align: center;
color: #de0300;
}
.picholder {
position: absolute;
display: none;
z-index: 2;
padding: 10px;
border: #404040 1px solid;
background-color: #f0f0f0;
text-align: center;
}