@charset "utf-8";

/* Global Styles */
body {
	margin:0;
	text-align:center;
	font-family: Arial, Helvetica, San-Serif;
	background-color: white;
}
#blue {
	background-color: #a6bbda;
}
#yellow {
	background-color: #feae00;
}

/* Seminar Schedule Styles */
.semdate {
	font-size: 8pt;
	font-weight:bold;
	background-color: #feae00;
	line-height: 11px;
	padding: 5px;
	text-align:center;
	border-right:1px solid black;
}
.semlabel {
	font-size: 8pt;
	background-color: #feae00;
	line-height: 22px;
	padding: 5px;
	text-align:right;
	border-bottom:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
}
.semitem {
	font-size: 8pt;
	line-height: 11px;
	padding: 5px;
	text-align:left;
	border-bottom:1px solid black;
	border-right:1px solid black;
}

/* Top Navigation Styles */
#navwrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#navroll {
	display:block;
	width:800px;
	height:8px;
	position:relative;
	background:#feae00;
}
.navbox {
	height:8px;
	position:relative;
	float:left;
}
#navbuttons {
	display:block;
	width:800px;
	height:25px;
	position:relative;
	background:#feae00;
}
.navbtn {
	margin-top:10px;
	height:11px;
	position:relative;
	float:left;
}
#logotop {
	display:block;
	width:800px;
	height:42px;
	position:relative;
	background:#feae00;
}
#logobottom {
	display:block;
	width:800px;
	height:36px;
	position:relative;
}

/* Content Section Styles */
#midwrapper {
	display:block;
	position:relative;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#sidebar {
	width:200px;
	position:relative;
	float:left;
	background:#fff;
	padding-top:15px;
	text-align:center;
}
#content {
	width:600px;
	position:relative;
	float:left;
	padding-top:15px;
}

/* Ticket Purchase Styles */
#tixbtn {
	height:28px;
	width:200px;
	background:url(images/fall_tix.gif) top left no-repeat;
}
#tixbtn:hover {
	height:28px;
	width:200px;
	background:url(images/fall_tix_roll.gif) top left no-repeat;
}

/* Sponsor Styles */
#sponsor {
	display:block;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

