@charset "UTF-8";
body  {
	font: 100%/normal Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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-color: 962c30;
	background-image: url(../screenshots/5topborder.jpg);
	background-repeat: repeat-x;/* 	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;
	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;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
	height: 70px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 20px;
} 
.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: #DDF3D9; /* 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: 0px;
	bottom: 0px;
}
.twoColFixLtHdr #mainContent {
	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;
	position: relative;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	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 {/* calendar style */
	margin: 3px;
	padding: 3px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #BEFFC8;
}
.daynumber {/* calendar style */
	font-size: 14pt;
}
.hours {/* calendar style */
	text-indent: 15px;
}
.eventfeature {/* calendar style */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.eventname {/* calendar style */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	text-indent: 30px;
}
.eventdescription {/* calendar style */
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 35px;
}
.tiny {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p {
	font-family: Palatino, Optima, "Times New Roman", serif;
	font-size: 100%;
	color: #000000;
}
.bar {
	background-color: #33FFFF;
}
ul {
	font-family: Palatino, Optima, "Times New Roman", serif;
	font-size: 12px;
	color: #000000;
}
.red {
	color: #F00;
}
.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: 120px;
	width: 150px;
}
.linksright {
	display: inline;
	margin: 2px;
	padding: 2px;
	clear: right;
	float: right;
	height: 120px;
	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;
}
li {
	padding-bottom: 4px;
}
.formrow {
	display: block;
	margin: 2px;
	padding: 2px;
	clear: right;
	float: left;
	width: 98%;
	position: relative;
}
.formright {
	display: inline;
	margin: 1px;
	padding: 2px;
	clear: right;
	float: right;
	width: 46%;
	position: relative;
	text-align: left;
}
.formleft {
	display: inline;
	margin: 1px;
	padding: 2px;
	clear: right;
	float: left;
	width: 46%;
	position: relative;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.Gallerybox {
	margin: 1px;
	padding: 1px;
	clear: right;
	float: left;
	width: 96%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	display: inline;
}
.galboxrow {
	display: block;
	margin: 2px;
	padding: 2px;
	clear: right;
	float: left;
	width: 80%;
	position: relative;
}
.galboxleft {
	display: inline;
	margin: 1%;
	padding: 1%;
	clear: right;
	float: left;
	width: 29%;
	position: relative;
	text-align: center;
}
.galboxcenter {
	margin: 1%;
	padding: 1%;
	display: inline;
	clear: right;
	float: left;
	width: 29%;
	position: relative;
	text-align: center;
}
.galboxright {
	margin: 1%;
	padding: 1%;
	display: inline;
	clear: right;
	float: left;
	width: 29%;
	position: relative;
	text-align: center;
}
.twoColFixLtHdr #iecontainer {
	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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
