@charset "utf-8";
html { min-height: 100%; margin-bottom: 1px; } /* forces vertical scroll bar to always show.  Eliminates page shift */

#body {
	background-color: #330066;
}
#outer {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 780px;
	position: relative;
	z-index: 5;
}
#header {
	background-image: url(../images/slices/header.jpg);
	height: 151px;
	width: 780px;
	background-repeat: no-repeat;
	position: relative;
}
#middle {
	background-image: url(../images/slices/middleSmall.jpg);
	background-repeat: repeat-y;
	width: 780px;
	position: relative;
	top: auto;
	overflow: auto;
	z-index: 5;
}
#nav {
	width: 100px;
	height: 320px;
	margin-left: 75px;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	padding: 0px;
	margin-top: 0px;
	z-index: 5;
}
#lancRecLogo {
	width: 100px;
	height: 58px;
	position: relative;
	float: left;
	display: block;
	clear: left;
	z-index: 1;
	margin-top: 15px;
}
#mainText {
	float: left;
	height: auto;
	width: 500px;
	position: relative;
	margin-left: 25px;
	padding-top: 5px;
	font-size: 14px;
	text-align: center;
}
#footer {
	background-image: url(../images/slices/footer.jpg);
	background-repeat: no-repeat;
	height: 72px;
	width: 780px;
	position: relative;
	padding-top: 18px;
}
#footerTextTop {
	color: #FFF;
	width: 779px;
	height: 20px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	position: relative;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footerTextTop a {
	color: #CCC;
}
#footerTextTop a:hover {
	color: #FFF;
	text-decoration: underline;
}
#mainText a:link {
	color: #330066;
	font-weight: bold;
	
}
#mainText a:hover {
	color: #684E98;
	font-weight: bold;
}
#mainText  a:visited {
	color: #306;
}
#body #outer #middle #mainText table tbody tr td {
	text-align: left;
}
#body #outer #middle #mainText ul {
	text-align: left;
}
#body #outer #middle #mainText h2 {
	text-align: left;
}
#generalEventList {
	text-align: left;
}
#body #outer #middle #mainText ul li {
	text-align: left;
}
#footerTextBottom {
	color: #FFF;
	width: 779px;
	text-align: center;
	font-size: 11px;
	position: relative;
}
#side_bar {
	padding-bottom: 20px;
	padding-top: 20px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a:link {
	color: #330066;
	text-decoration: none;
}
a:hover {
	color: #684E98;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
p {
	text-align: left;
}
h3 {
	font-size: 14px;
	text-align: left;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.button {
	background-image: url(../images/slices/button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100px;
	height: 39px;
	float: left;
	text-align: center;
	margin-left: 1.5px;
	clear: left;
	display: block;
	z-index: 1;
}
.buttonText {
	font-size: 13.5px;
	font-weight: 600;
	height: 23px;
	padding-top: 18px;
	text-align: center;
	width: 110px;
	color: #340065;
	padding-right: 50px;
}
.sponsor {
	text-align: center;
	float: left;
	width: 250px;
	height: 110px;
}
.sponsorType {
	width: 500px;
	text-align: center;
	height: 80px;
}

.sponsorGold {
	width: 500px;
	height: 600px;
}
.sponsorSilver{
	width: 500px;
	height: 250px;
}
.sponsorPlatinum {
	float: none;
	height: 135px;
	width: 500px;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.sponsorBronze {
	width: 250px;
	float: left;
	height: 225px;
}
.dblColumn {
	width: 250px;
	text-align: left;
	position: relative;
	float: left;
}
