body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(media/bg2.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #3F2264;
}
.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	background-image: url(media/bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header { 

} 

.menu{margin:0; padding:0; width:215px; list-style:none;}
.menu li{padding:0; margin:0 0 1px 0; height:40px; display:block; }
.menu li a{text-align:left;height:40px; padding:0px 15px; font:small Georgia, Times New Roman, serif bold; color:rgb(255,255,255); display:block; background:url('media/verMenuImages.png') 0px 0px no-repeat; text-decoration:none;}
.menu li a:hover{background:url('media/verMenuImages.png') 0px -40px repeat-x; font: bold;}
.menu li a.active, .menu li a.active:hover{background:url('media/verMenuImages.png') 0px -80px repeat-x; }
.menu li a span{line-height:40px;
font: bold;}

.twoColFixLtHdr #scroll { 
height: 29px;
padding-top: 7px;
vertical-align: middle;
background-image: url(media/scroll.png);
color: white;
} 


hr { 
height: 1px dotted;
color: #3E2162;
background-color: #3E2162;

}

a:link {
	color: #3E2162;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3E2162;
}
a:hover {
	text-decoration: none;
	color: #3E2162;
}
a:active {
	text-decoration: underline;
	color: #3E2162;
}
.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 */

}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* 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 */
		padding: 0;
}
.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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

} 
.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;
}
body,td,th {
	font-family: "Optima", Georgia, Times New Roman, Times, serif;
	color: #3E2162;
}
.style1 {
	font-size: x-small;
	color: #3E2162;
}
.style2 {font-size: large}
.style3 {font-weight: bold}

#upcoming { background-image: url(media/upcomingxmas.gif);
background-repeat: no-repeat;
width: 578px;
height: 91px;
padding: 15px;
padding-top: 25px;
vertical-align: top;
}
.style4 {
	color: #3E2162;
	font-weight: bold;
}
.style5 {color: #3E2162}
.style6 {
	font-family: Arial, Helvetica, sans-serif
}
.style7 {color: #3E2162}
.style10 {font-size: small}
