@charset "UTF-8";
body  {
	font: 100%/normal Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(../screenshots/background.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
}
.twoColFixLtHdr
#topbar{
	position: relative;
	top: 0px;
	left: 0;
	height: 20px;
	width: 100%;
	text-align: left;
	color: #ffc;
	font-weight: bold;
	font-size: 80%;
	padding-right: 1.5em;
	background-image: none;
	background-repeat: no-repeat;/* 	text-indent: 85%; */
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../screenshots/background.jpg) repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: abcdef;
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
	height: 70px;
	position: relative;
	left: 0px;
	top: 20px;
	clear: right;
	float: left;
	display: block;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../screenshots/background.jpg) repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	left: 0px;
	top: 20px;
	bottom: 0px;
	display: inline;
	clear: both;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 520px;
	position: relative;
	clear: right;
	float: right;
	display: inline;
	top: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFff url(../screenshots/background.jpg) repeat;
	position: relative;
	left: 0px;
	bottom: 0px;
} 
.twoColFixLtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.blue {
	color: #0000FF;
}
td {
	background-color: #FFFFff;
}
.recordtable {
	background-color: #ffffff;
	padding: 2px;
	position: relative;
	clear: right;
	float: left;
}
.singlevent {
	margin: 3px;
	padding: 3px;
	border: 2px solid #000000;
}
.eventname {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.eventfeature {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
}
.tiny {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p {
	font-family: Palatino, Optima, "Times New Roman", serif;
	font-size: 12px;
	color: #000000;
}
li {
	font-family: "Times New Roman", Times, serif;
}
.bar {
	background-color: #33FFFF;
}
ul {
	font-family: Palatino, Optima, "Times New Roman", serif;
	font-size: 12px;
	color: #000000;
}
.red {
	color: #F00;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
}
.linespaced {
	line-height: 16px;
}
.indent {
	text-indent: 25px;
}
#Detailbox {
	background-color: #99C;
	margin: 3px;
	padding: 3px;
	height: 180px;
	width: 180px;
	border: 2px ridge #90F;
	position: absolute;
	top: 300px;
	right: 450px;
}
.bar {
	background-color: #1DD37B;
	display: inline;
	clear: right;
	float: left;
	width: 100%;
}
.tinyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}
.linksleft {
	display: inline;
	margin: 2px;
	padding: 2px;
	clear: right;
	float: left;
	height: 70px;
	width: 150px;
}
.linksright {
	display: inline;
	margin: 2px;
	padding: 2px;
	clear: right;
	float: right;
	height: 80px;
	width: 325px;
}
a.topbar:link
{
color: #ffc;
text-decoration: none;
}
a.topbar:visited
{
	color: #3c9;
	text-decoration: none;
}
a.topbar:hover
{
color: #99f;
text-decoration: underline;
}

div.lowernav
{
font-family:Verdana, helvetica, sans-serif;
font-weight: 800;
font-size: 90%;
color: #333;
text-align: center;
clear: both;
margin-top: 40px;

	background-color: #fff;
}



a.lowernav:link
{
 background-color: #fff; 

color: #666;
text-decoration: none;
}

a.lowernav:visited
{
 background-color: #fff; 

	color: #969;
	text-decoration: none;
}

a.lowernav:hover
{
 background-color: #fff; 
color: #3c9;
text-decoration: underline;
}



div.footer  {
color: #333333;
background-color: #fff;
clear: both;
margin-bottom: 5px;
/* padding: .5em; */
font-size: 85%;
padding-bottom: 1px;
text-align: center;
}
.Gallerybox {
	margin: 3px;
	padding: 3px;
	clear: right;
	float: right;
	width: 580px;
	position: fixed;
	left: 200px;
	top: 1px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
}
