/*** Common Elements 
*********/
html, body {
margin: 0;
padding: 0;
}

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

a:link, a:visited, a:active {
	color:#F5BE96;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
	color: #F5BE96;
	text-align: center;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color:#FFFF99
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color:#FFFF99;
}

h4 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h5 {
	font-size: 11px;
	font-style: normal;
	color: #fff;
}

h6 {
	font-size: 10px;
	font-style: bold;
	color: #fff;
	margin: 1px 0 3px 0;
}

img {
border-style: none;
}



/*** Header
*********************/

#header {
text-align: center;
background: #fff;
overflow: hidden;
}

#header h1 {
	position: absolute;
	text-indent: -9999px;
	left: 371px;
	top: 1px;
	width: 1px;
}

/*** Navigator
********************/

#navigation {
background: #fff url(../Images/Gradiant.gif) repeat-x 0 0;
text-align: center;
overflow: hidden;
height: 55px;
}

#navigation ul {
margin: 0;
padding: 0 0 0 0;
list-style: none;
}

#navigation ul li {
display: inline;
}

/*** Sponsors 
**********************/

#sponsors_left, #sponsors_right {
text-align: center;
background: #fff;
width: 200px;
overflow: hidden;
}

#sponsors_left {
float: left;
}

#sponsors_right {
float: right;
}

#sponsors_left ul, #sponsors_right ul {
margin: 0;
padding: 0 0 0 0;
list-style: none;
}

#sponsors_left ul li, #sponsors_right ul li {
margin-top: 1em;
}


/*** Wrapper
************************/
#wrapper {
background: #660000;
min-height: 520px;
overflow: hidden;
}

/*** Content
*************************/

#content {
min-height:500px;
overflow:hidden;
padding: 0 10px 10px 10px;
}

#welcomeimage {
margin: 0 7.5%;
}

#awardswinners {
text-align: center;
}

#content ul li {
padding: .3em 0;
}

#content ul.nospacing li {
padding: 0;
}

.centered {
text-align: center;
}

/*** Site Info
*******************/

#siteinfo {
text-align: center;
height: 60px;
font-size: 11px;
margin-top: 10px;
padding: 10px;
}

#siteinfo .one {
float: left;
width: 250px;
}

#siteinfo .two {
float: right;
width: 150px;
}

/*** bottomgradiant
****************/
#bottomgradiant {
background: #fff url(../Images/Gradiant2.gif) repeat-x 0 0;
overflow: hidden;
height: 55px;
padding: 0 0 50px 0;
}

/*** popupcontent
*******************/
#popupcontent {
background: #660000;
padding:10px;
min-height:400px;
}