@charset UTF-8;
/* CSS Document */


/* Page Layout */
body  {
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center center;
	background-image: url(hourglass_back.jpg);
	background-color: #290a92;	/* change this color to a value close to the background of the image */
}
body2  {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Papyrus, "Palatino Bold", Georgia, Verdana;
	font-size: 100%;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center center;
	background-image: url(hourglass_back.jpg);
	background-color: #290a92;	/* change this color to a value close to the background of the image */
}
#header {
	height: 195px;
	width: 780px;
	background: #000066;
	padding: 0 0px 0 0px;
	margin: 0;
	padding: 0px 0;
	z-index: 1;
	align: center;
	font-family: Arial, Helvetica, sans-serif;
	}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-weight: normal;
} 
#inner {
	float: left;
	overflow: hidden;
}
#inner div {		/* on the internal pages, this is the sidebar on the left side of the screen */
	background: #FBFBD8;
	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;
	width: 210px;
	padding-right: 1px;
	padding-left:3px;
	float: left;
	/*margin-bottom: -1000px;
	padding-bottom: 1000px;*/
}
#inner .col2 {		/* on the internal pages, this is the main content on the right side of the screen */
	background: #FFF;
	padding-left: 5px;
	width: 555px;
	border: 1px dotted #FFF;
	text-align: center;
}
#inner_home {
	float: right;
	overflow: hidden;
}
#inner_home div {	/* on the index page, this is the sidebar on the right side of the screen */
	float: right;
	background: #FBFBD8;
	width: 310px;
	padding-right: 5px;
	padding-left: 5px;	/*margin-bottom: -1000px;
	padding-bottom: 1000px;*/
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000000;
}
#inner_home .col3 {		/* on the index page, this is the main content on the left side of the screen */
	background: #FFF;
	padding-left: 5px;
	width: 445px;
	border: 1px dotted #FFF;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #d69400;
}

#footer_social p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #F1D327;
}

.clear {
	clear: both;
}

	
	
/* Links back to Index in the header */
#header_links a {
	position: absolute;
	height: 175px;
	width: 110px;
	text-decoration:none;
	z-index: 5;
	}
#header_links a i {visibility:hidden}
a#on_top {top: 0px;}




/* Text Formatting */
.bodytext {
	font-size: small;
	color: #000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.headertext {
	font-size: medium;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #553751;
	padding-top: 10px;
	font-weight: bold;
	color: #280892;
	padding-bottom: 5px;
	margin: 5px;
	width: 100%;
	align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.onstage_title {
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
}
.onstage_small {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
.textheader {
	font-size: medium;
	color: #330099;
}
.footertext {
	font-size: x-small;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.photo_border {
	border: medium double #000000;
	padding: 3px;
	text-align: center;
	font-size: 75%;
}
.sponsor_text {
	font-size: small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
}



/* Link Formatting*/
a.menu {
	text-decoration: none;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}	
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
a:visited {
	text-decoration: none;
}
	









 



.navbar_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.sponsor_texti {
	font-style: italic;
	font-size: small;
	font-weight: bold;
}
