@charset "UTF-8";
body  {
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #130E41;
	background-image: url(graphics/logobackground.gif);
	font-family: Verdana, Geneva, sans-serif;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	background: #858AC1;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;
	border: medium double #858AC1;
	background: #13017D;
	font-family: Verdana, Geneva, sans-serif;
} 
.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: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	color: #FFFFFF;
	border: medium double #858AC1;
	background: #13017D;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* 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;
	background: #FFFFFF;
	border: thin solid #1B1463;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border: medium double #858AC1;
	background: #13017D;
} 
.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;
}
.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;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
}
a:hover {
	text-decoration: none;
	color: #F09;
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
}
a:active {
	text-decoration: none;
	color: F09;
	font-size: 80%;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
.schedule {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	color: #120B32;
	text-align: center;
}
.style1 {
	font-size: 10pt;
	color: #FFFFFF;
}
.style9 {color: #FFFFFF; font-size: 14px; }
.style11 {
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.7em;
	color: #130E41;
	text-align: center;
}
.style11left {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #130D41;
	text-align: left;
	line-height: 1.7em;
}
.style13 {
	color: #003;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
}
.style13Std {
	color: #003;
	font-size: 0.8em;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.7em;
}
.style13center {
	color: #003;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
}
.style10 {
	font-size: 80%;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	line-height: 1.7em;
	font-family: Verdana, Geneva, sans-serif;
}
.style10Center {
	font-size: 0.8em;
	color: #FFF;
	font-weight: normal;
	line-height: 1.7em;
	font-family: Verdana, Geneva, sans-serif;
}
.style14 {
	font-size: 0.75em;
	color: #13017D;
	text-align: left;
	vertical-align: top;
}
.style15 {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	font-weight: normal;
	color: #130A2D;
}
.style16 {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.3em;
}
.events {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #303;
	font-style: normal;
	text-align: left;
}
.quote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	text-align: center;
}
.styleupdate {
	font-size: 0.7em;
	color: #9999FF;
}
.footer {
	font-size: 80%;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}

}
