body {
	font-family: Tahoma;
	color:#000066;
	margin:0px;
	background-image: url(../img/bkgd.jpg);
	background-repeat: repeat-x;
	background-color:#7977A6;
}
#answer h3{
	margin:5px 10px;
	font-size:12px;
}
#answer h3{
	margin:5px 25px;
	font-weight:normal;
	font-size:11px;
}
img{
	border:none;
}
.bd{
	border:1px solid #CCCCCC;
	text-align:center;
	padding:3px;
}
.bd2{
	border:1px solid #CCCCCC;
	text-align:left;
	padding:3px;
}
.bd a{
	font-weight:bold;
}
.bd a:hover{
	background-color:#000066;
	color:#FFFFFF;
}
a{
	text-decoration:none;
	color:#0000FF;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
.MainSpecial{
	color:#006;
	font-size:24px;
	background-color:#FFF;
}
#MainTitle{
	margin:5px 10px;
	font-weight:bold;
	font-size:14px;
}
.conf2011{
	background-color:#95b3d7;
	color:#fff;
	text-align:center;
	padding:10px 5px;
	font-weight:bold;
	font-size:15px;
}
.green{
	text-align:center;
	background-color:#009242;
	padding:5px;
	color:#FFF;
}
#allsponsors{
	text-align:center;
}
#allsponsors img{
	margin:3px;
}
.hometxt{
	float:right;
	padding:5px;
	background-color:#009242;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
.readmore{
	font-size:10px;
}
.fees{
	background-image:url(../img/tablebk.jpg);
	background-repeat:repeat-x;
	background-color:#A4C5FF;
}
.fees td{
	padding:5px;
}
#new{
	clear:both;
	padding:10px;
}
#Footer{
	padding:20px;
	text-align:center;
	font-size:11px;
	color:#000066;
}
h1{
	font-size:16px;
	margin:5px 10px;
	padding:3px;
	background-color:#CCCCCC;
}
h2{
	font-size:14px;
	margin:5px 15px;
}
h3{
	font-size:12px;
	color:#0033CC;
	margin:5px 20px;
}
h4{
	font-size:12px;
	margin:5px 20px;
	color:#0099FF;
}
.clearit{
	clear:both;
}
.login{
	color:#0033CC;
}
.folder{
	list-style-image:url(../img/folder.jpg)
}
.file{
	list-style-image:url(../img/file.jpg)
}
.special{
	background-color:#8F93BE;
}
.red{
	text-align:center;
	color:#C00;
}
p{
	margin:10px 20px;
	font-size:11px;
}
.error{
	background-color:#00CCFF; 
	padding:0px 5px;
}
.light{
	background-color:#CCCCCC;
	padding:5px;
}
.white{
	padding:5px;
}
.dark{
	background-color:#999999;
	padding:5px;
}
.confspecial{
	color:#0070BF;
	background-color:#FFF;
}
.confback{
	background-color:#FFCC00;
}
.ytc{
	background-color:#CCC;
	text-align:center;
	font-weight:bold;
	padding:3px;
}
#Welcome{
	background-image:url(../img/welcome.jpg);
	background-repeat:no-repeat;
	padding:210px 0px 0px 0px;
}
#Welcome-fade{
	background-image:url(../img/conf-fade.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#DateNum{
	font-weight:bold;
	color:#000000;
}
#DateNum a:hover{
	color:#8DA2FE;
	background-color:#000099;
}
#DateNum a{
	text-decoration:none;
	color:#000000;
}
/* Date Picker Stuff */
body {
	font-family: Tahoma, Verdana, Arial;
	font-size: .8em;
	}

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
/* BEGIN --- Ticker stuff - rotating banner for sponsors in left panel */
.tickerstyle{
	width:162px; 
	height:144px; 
	overflow:hidden;
}

.messagediv{
	display: none;
}
/* END --- Ticker stuff  */
