@charset "UTF-8";
body  {
	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: #343365;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FBCC20;
}
img {
	border-style: none;
}
.twoColFixLtHdr #container #footer p a:hover {
	color: #0FF;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	color: #060;
	padding-top: 15px;
}
.twoColFixLtHdr #container #mainContent p {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333366;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-image: url(images/star3.gif);
	background-repeat: no-repeat;
	background-position: 750px 540px;
} 
.twoColFixLtHdr #header {
	height:100px;
	background-color: #FBCC20;
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: 320px 10px;
	padding-bottom: 20px;
	padding-top: 0px;
} 
#MiniCal {
	background-color: #FEFF99;
	height: 95px;
	width: 165px;
	position: absolute;
	top: 10px;
	right: 110px;
	padding-top: 5px;
	padding-left: 5px;
	overflow: hidden;
}
.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 #colorbar {
	width:780px;
	height:30px;
	background-color: #FBCC20;
	background-image: url(images/colorbar.gif);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	top: 30px;
	background-color: #669900;
	margin-top: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-left: 20px;
	background-image: url(images/star2.gif);
	background-repeat: no-repeat;
	background-position: 0px 390px;
	height: 400px;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-size: 10px;
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 p a {
	color: #FFF;
}
.twoColFixLtHdr #container #sidebar1 p a:hover {
	color: #0FF;
}
.twoColFixLtHdr #mainContent {
	background-color: #CCC;
	width: 510px;
	margin-left: 210px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
} 
.minicaltable {
	color: #C82A2A;
	font-size: 10px;
	border-collapse: collapse;
}
.twoColFixLtHdr #container #header #MiniCal .minicaltable tr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #24A1E8;
}
.twoColFixLtHdr #container #header #MiniCal .minicaltable tr td a {
	color: #C7292A;
}
.twoColFixLtHdr #container #header #MiniCal .minicaltable tr td a:hover {
	color: #23A0E7;
}
.twoColFixLtHdr #container #mainContent #mainImage {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	font-size: 12px;
	color: #333366;
	line-height: 30px;
}
.twoColFixLtHdr #footer {
	background-color: #F7CD2F;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer p {
	background-color: #900;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	text-align: center;
	font-size: 10px;
	color: #FFF;
}
.twoColFixLtHdr #container #footer p a {
	color: #FFF;
}
.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;
}
.twoColFixLtHdr #container #mainContent ul li {
	margin-bottom: 10px;
	font-size: 12px;
}.twoColFixLtHdr #container #mainContent ul {
	padding-bottom: 20px;
}
.twoColFixLtHdr #container #mainContent h2 {
	background-color: #FBFFFF;
	letter-spacing: .1em;
	font-size: 14px;
	font-weight: bolder;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #060;
}
.scheduletable {
	font-size: 12px;
	border-collapse: collapse;
	border: 2px solid #679915;
	text-align: center;
}
.scheduletable tr {
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-top-color: #666;
	border-right-color: #999;
}
.newspage {
	text-align: center;
}
.minor {
	font-size: 10px;
	font-style: italic;
}
.twoColFixLtHdr #container #calendardiv {
	padding: 10px;
}
.twoColFixLtHdr #container #calendardiv p {
	color: #FFF;
	font-size: 10px;
	line-height: 5px;
	font-style: italic;
}
.twoColFixLtHdr #container #calendardiv p a {
	color: #FFF;
}
.twoColFixLtHdr #container #calendardiv p a:hover {
	color: #0FF;
}
.phototable {
	background-color: #FFF;
	border: 1px solid #679915;
	border-collapse: collapse;
	margin: 10px;
	font-size: 10px;
}
.phototable tr td {
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px dashed #679915;
}
.quote {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #060;
	font-style: italic;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: -5px;
}
.twoColFixLtHdr #container #mainContent ol li {
	font-weight: bold;
	text-indent: 20px;
	padding-bottom: 4px;
}
