@charset "utf-8";
/* CSS Document */

a:link, a:visited, a:hover {
	text-decoration:none;
	color:#990033;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background:url("../img/background1.png") fixed;
	text-align:center;
}

img {
	border:none;
}

#wrap {
	width: 900px;
	height: auto;
	background:url("../img/wrap1.png") fixed;
	text-align: left;
}

#topnavbar {
	width: auto;
	height: auto;
	background-color:#000000;
	text-align:left;
	padding: 10px;
}

#clr {
	clear:both;
}

#toplogo {
	float:left;
	width: 500px;
	height: 150px;
	border-bottom: solid #000000 1px;
}

#majsponsor {
	float: left;
	width:400px;
	height: 150px;
	border-bottom: solid #000000 1px;
}

#minsponsor {
	width:900px;
	height: 90px;
	border-bottom: solid #000000 1px;
	text-align: center;
	vertical-align:middle;
}

#updates {
	float: left;
	border: solid #000000 1px;
	width: 294px;
	height: auto;
	/*background:url(contestant_bg.gif) no-repeat right top;*/
	padding-bottom: 20px;
}

#impinfo {
	float: right;
	border: solid #000000 1px;
	width: 300px;
	height: auto;
	padding-bottom:20px;
	/*background:url(checkmark.png) no-repeat bottom right;*/
}

#meetcontest {
	float: left;
	border: solid #000000 1px;
	width: 300px;
	height: auto;
	background:url("../img/contestant_bg.gif") no-repeat right top;
	padding-bottom: 20px;
}

#meetcontest h3, #impinfo h3, #updates h3 {
	background:#000000;
	color:#FFFFFF;
	width: auto;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	line-height:1.5em;
	padding: 0px;
	margin: 0px;
	border: solid #FFFFFF 1px;
}


#meetcontest ul, #impinfo ul, #updates ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: auto;
	height: auto;
}

#impinfo ul li, #updates ul li {
	padding: 10px;
	padding-left: 30px;
	margin: 0px;
	margin-left: 10px;
	/*border-bottom: dashed #000000 1px;*/
	width: auto;
	height: auto;
	background:url("../img/star.png") center left no-repeat;
	text-decoration:none;
	color:#990033;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#meetcontest ul li {
	padding: 10px;
	padding-left: 30px;
	margin: 0px;
	margin-left: 10px;
	/*border-bottom: dashed #000000 1px;*/
	width: auto;
	height: auto;
	background:url("../img/star.png") center left no-repeat;
	text-decoration:none;
	color:#990033;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#meetcontest ul li a:hover, #impinfo ul li a:hover, #updates ul li a:hover {
	/*display:block;*/
	width: auto;
	color:#FFFFFF;
	background:#000000;
	padding: 0px 0px;
}

#contestants {
	text-align: center;
}

#contestants a {
	font-size: smaller;
}

.boxheader {
	background:#000000;
	color:#FFFFFF;
	width: auto;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
}

#content {
	width:auto;
	height:auto;
	background:url("../img/mic.png") no-repeat;
	background-position:bottom right;
	padding: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
}

#content td {
	vertical-align:top;
}

.topnavbaritems, .topnavbaritems a:link, .topnavbaritems a:visited {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding: 15px;
}

.topnavbaritems a:hover {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	color:#FFFF00;
	text-decoration:none;
}

#faqs a, #faqs a:hover, #faqs a:link {
	font-weight:bold;
	text-decoration:none;
	color:#000099;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

* html #meetcontest a {
        width: 100%; /* does not work in IE 6 */
}
