body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCC;
	background-image: url(../images/pagebackground.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
}
#overallWrapper {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #333333;
}
/* #leftShadow {
  background: url('layout/shadowLeft.png') repeat-y top left;
} */

/* #rightShadow {
  background: url('layout/shadowRight.png') repeat-y top right;  
} */

#pageWrapper {
	margin: 0;
	padding: 0;
}
#header, #topNav {
}
#header {
	height: 230px;
	position: relative;
	background-image: url(../images/header_background4.jpg); 
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin: 0px;
	padding: 0px;
}
#headerLeft {
	/* background-color: pink; */
	width: 192px;
}
#headerLeft img {
	margin: 0px;
	padding: 0px;
}
#headerRight {
	/*background-color: blue;*/
	position: absolute;
	width: 700px;
	height: 220px;
	right: 0;
	bottom: 0;
	/*background-image: url(../images/CowBackground.png);*/
	background-repeat: no-repeat;
	background-position: right top;
}
#headerRight ul {
	list-style: none;
	position: absolute;
	bottom: -16px;
	right: 40px;
}
#headerRight ul li {
	padding-top: 12px;
	background: url('../images/topNav.png') no-repeat top left;
	width: 122px;
	height: 40px;
	float: left;
	margin: 0 0.25em;
	margin-bottom: -12px;
	text-align: center;
}
#headerRight ul li:hover {
	background: url('../images/topNavHover.png') no-repeat top left;
}
#headerRight ul li a {
	color: white;
	text-decoration: none;
}
/*
#headerRight .banner {
	position: absolute;
	bottom: 65px;
	right: 28px;
}
*/
#boxWrapper{
	position: relative;
	top: 0px;
	left: -10px;
	z-index: 1;
	/*background-color: green;*/
	width: 720px;
	height: 150px;
	color: white;
	 /* border: 1px solid black; */
	display: block;
}

.topBox {
	float:left;
	height: auto;
	width: 190px;
	background-color: #555555; 
	margin-left: 10px;
	padding: 10px;
	font-size: 0.7em;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	/*background-image:url('../images/semiTrans.png') repeat-x repeat-y;*/
}

.topBox a {color: yellow;}

#ClickableCow {
	display: block;
	height: 300px;
	width: 400px;
	/*z-index: 500;*/
	position: absolute;
	top: 0px;
}
#topNav {
	border-left: 1px solid #430b0b;
	border-right: 1px solid #430b0b;
}
#container {
	background: #fff;
}
#leftNavigation {
	width: 206px;
	float: left;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
}
#leftNavigation h3 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftNavigation a {
	color: #333;
	text-decoration: none;
	line-height: 1.2;
}
#leftNavigation a:hover {
	text-decoration: underline;
}
#leftNavigation ul {
	list-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#leftNavigation li {
	color: #0090ff;
	font-size: 1.0em;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#leftNavigation .title {
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 25px;
	font-size: 1em;
	color: #fff;
}
#navTour, #navAbout, #navGetInvolved, #sponsors {
	padding-bottom: 10px;
}
#navTour {
	margin: 2em 0 0 0;
	background: url('../images/naviGreen.png') no-repeat top left;
}
#navTour a:hover {
	color: #5AC21F;
}
#navAbout {
	background: url('../images/naviRed.png') no-repeat top left;
}
#navAbout a:hover {
	color: #C11E1E;
}
#navGetInvolved {
	background: url('../images/naviOrange.png') no-repeat top left;
}
#navGetInvolved a:hover {
	color: #C78222;
}
#sponsors {
	background: url('../images/naviBlue.png') no-repeat top left;
	min-height: 500px;
}

#followus {
	background: url('../images/naviPurple.png') no-repeat top left;
}
#pageContent {
	background: #fff;
	display: block;
	margin-left: 210px;
	padding: 10px;
	font-size: 12px;
}
#pageContent table {
	margin: 0px;
	padding: 0px;
	
}
#pageContent table th {
	text-align: left;
	padding: 5px;
	font-size: 16px;
}
#pageContent table tr td {
	padding: 5px;
	
}
#pageContent a {
	text-decoration: none;
}
#pageContent a:hover {
	text-decoration: underline;
}
#pageContent p {
	line-height: 1.2;
}
#pageContent h2, #pageContent h3, #pageContent h4 {
	margin: 0.67em 0;
	padding-bottom: 0.33em;
}
#pageContent h3, #pageContent h4 {
}
#pageContent ul {
	margin-left: 2em;
	list-style: circle;
}
#pageContent ol {
	padding-left: 20px;
	line-height: 1.2;
}
#pageContent ol li {
}
#pageContent ol li h3 {
	font-size: 18px;
}
/* #pageContent li {
  margin: 0.25em 0;
} */

#footer {
	text-align: center;
	font-size: 10px;
	color: #333;
	background-color: #fff;
	padding: 10px;
	font-weight: bold;
}
#footer a {
	text-decoration: none;
	color: #333;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#footer p {
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearBoth {
	clear: both;
}
.performerItem {
	width: 100px;
	height: 100px;
	float:left;
	text-align: center;
	margin: 6px 6px;
	background: url('../images/performerBg.png') no-repeat top left;
	font-size: 0.75em;
}
.performerItem img {
	margin-top: 9px;
}
.performerItem p {
	margin-top: 10px;
}
.performerDescription {
	width: 80%;
	float:left;
	height: 100px;
	text-align: left;
	margin: 0 4px;
	font-size: 0.75em;
}
.scheduleEvent {
	width: 170px;
	float: left;
	height: 170px;
	text-align: center;
	margin: 4px 8px;
	background: url('../images/eventBg.png') no-repeat top left;
	font-size: 0.75em;
	position:relative;
}
.scheduleEvent .eventBuy {
	position: absolute;
	bottom: 6px;
	right: 32px;
}
.scheduleEvent img {
	margin: 0.75em 0.25em 0.5em 0.25em;
}
.scheduleEvent p {
	padding: 0;
	margin: 0;
}
.red {
	background: url('../images/eventBgRed.png') no-repeat top left;
}
.white {
}
.floatLeft {
	float: left;
	margin-right: 0.5em;
}
.floatRight {
	float: right;
	margin: 0 1em;
}
.venue {
	display: table;
	width: 100%;
	height: 185px;
	border-bottom: 1px dotted #430b0b;
	margin: 1em 0;
	padding-bottom: 1em;
}
#titleSponser, #goldSponser, #silverSponser, #bronzeSponser, #friendSponser {
	padding: 0.5em 1em;
	margin: 1em 0;
}
#titleSponser {
	background: #FCF3F3;
}
#goldSponser {
	background: #FFF9DF;
}
#silverSponser {
	background: #EDEDED;
}
#bronzeSponser {
	background: #F4EAE0;
}
#friendSponser {
	background: #E5F6DE;
}
.stub {
	border: 1px dotted #8196A7;
	padding: 0.5em 1em;
	margin: 1em 0;
}
.RedText {
	color: #F00;
}
.BlueText {
	color: #0000CC;
}

.GreyText {color: #666666;}

ol.alpha {
	list-style-type: lower-alpha;
}
.hidden {
	display: none;
}
.center {
	text-align: center;
}
h2 {
	font-size: 30px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
.20pxText {
	font-size: 20px;
}
.photogallery {
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #666;
}

