@charset "UTF-8";
body {
	margin: 0px;
	background-color: #000000;
}
a:link {
	color: #1d2054;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #000000;
}

.horiznav {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
/*	vertical-align: middle; */
}
.stripe {
	background-color: #000000;
	background-image: url(images/stripereversed.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.stripe2 {
	background-color: #1d2054;
	background-image: url(images/stripe.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #404040;
}
.footer a {
	text-decoration: none;
}
.footer a {
	color: #8d98b4;
}
.footer a:visited {
	color: #333333;
}
.footer a:hover {
	color: #999999;
}
.mainbody {
	/* padding: 10px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #666666;
	color: #CCCCCC;
}
.button {
	border: 1px solid #000000;
	background-color: #1d2054;
	display: block;
}
.button a:link {
	color: #000000;
	text-decoration: none;
}
.button a:visited {
	color: #000000;
	text-decoration: none;
}
.button a:hover {
	color: #1b3069;
	text-decoration: none;
	background-color: #000000;
	display: block;
}
.agenda {
	margin: 5px;
}
.masthead {
	padding-top: 10px;
}
.ratestable {
/*	border: 1px solid #FF6600; */
}
.ratestable td {
	border: 1px solid #FFFFFF;
}
.ratestable th {
	border: 1px solid #FFFFFF;
}



/*CSS Pop-Up Image Viewer*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/ */

.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FE9;
padding: 5px;
left: -1000px;
border: 1px double black ;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 25px;
	left: 0px; /*position where enlarged image should offset horizontally */
}
.listheader {
	margin-bottom: 0px;
}
.headedlist {
	margin-top: 0px;
	
}
.reversetitle {
	background-color:#000000;
	color:#FFFFFF;
	border-bottom: 1px solid #faa61a;
	border-top: 1px solid #faa61a;
	margin:1px;
	text-transform: uppercase;
}
#sponsorlogos img {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.agendalist {
	color: #f58220;
	margin: 0px;
	padding-left: 1em;
	list-style-type: square;
}
.agendalist span {
	color: #666666;
}
