/* Main */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	background-image:url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.message
{ width: 580px;
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px; }

.myform {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

.mainTable {
	background-color: #C40000;
}

.mainBody {
	background-color: #E40E00;
	background-image:url(../images/bgPage.jpg);
	background-position:top center;
	background-repeat: no-repeat;
}

#menuLayer {
	 padding: 10px 0px 10px 0px;
}
.updateBg{
	background-image: url(../images/bgUpdate2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.pollLogin{
	background-image: url(../images/boothLogin.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.loginBox{
	background-color: #EE4b00;
	border: 1px solid #AF4200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFE270;
	padding: 3px;
}
.schedule {
 /*border-bottom: 1px dotted #FFFFFF;*/
}

.schedule th {
 border-left: 1px solid #FFFFFF;
 border-top: 1px solid #999999;
 text-align: center;
 padding: 2px;
}

.schedule td {
 border-bottom: 1px dotted #FFFFFF;
 text-align: center;
 padding: 2px;
}

/* Text */
.detectText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration:blink;
}

/* News Items */
#itemThumb {
	padding-right: 200px;
}
#itemTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#itemBlurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 10px;
}
#itemTitle a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6D0000;
}
#itemTitle a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6D0000;
	
}
#itemTitle a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #900000;
}
#itemTitle a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A23D00;
}
#itemDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF391;
}
#itemCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFB347;
}
#itemNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#itemTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	color: #FFFFCC;
	padding-top: 5px;
}
/* Links */
a:link {
}
