@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0C007C;
	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;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #3d392d;
}

/***** Common Formatting *****/
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; }

h1 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 3px;
	letter-spacing: -1px;
	font: 2em Georgia, "Times New Roman", Times, serif;
}

h2 {
	padding: 10px 0 0 0;
	margin-bottom: 10px;
	color: #443833;
	background-color: transparent;
	font-size: 110%;
	font: 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	font: 1.0em arial, helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}

p, ul, ol { margin: 0; padding: 0 0 18px 0; }

p {font-size:.8em;}

.clear { clear: both; }

.underlineheading { border-bottom: 2px solid #0C007C; }

.highbidder {
	font-weight:bold;
	color:#F00;
}

.center {text-align:center;}

.WhiteBG {background-color:#FFF;}

.hide{display:none;}


img {border:none;}
#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-width: 850px;
	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. */
}
#header {
	background: #FFFFFF; 
	padding: 10px 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. */
}
#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 */
}

#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	background: #FFFFFF;
}
#mainContent1 {
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	background: #FFFFFF;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #0C007C;
	color:#FFFFFF;
	text-align:center;
}
#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 */
	font-size:.8em;
}

#footer p a:link {
color: #FFFFFF;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 2px;
	text-decoration: none;
	
}


#footer p a:visited { color: #FFFFFF; text-decoration: none; }
#footer p a:hover { color: #FFFFFF; text-decoration: underline; }

.article{
	float: left;
	display: block;
	width: 300px;
	margin: 5px 0 10px;
	padding: 0 15px;
}

.article h3 { font-size: 1.3em; margin: 0 0 10px 0; }

/* Calendar */
.calendar {
	Float: left;
	background: url(/i/calendar.jpg) no-repeat left top;
	width: 50px;
	height: 55px;
	margin-top: 5px;
	margin-right: 10px;
}

.calendar .month {
	display: block;
	clear: both;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
}

.calendar .date {
	display: block;
	
	text-align: center;
	font-size: 30px;
	color: #393939;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 1px;
}



#nav {
background:#0C007C;
color:#FFFFFF;
height: 30px;

}

#nav p {
margin:0;
padding:5px;
font-size:.9em;
font-weight:bold;
}

#nav a {
	display: inline;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 2px;
	text-decoration: none;
	color: #ffffff;
}
#nav a:hover { color: #ffffff; text-decoration: underline; }
#nav a:visited { color: #ffffff;}

 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px; /* padding keeps the content of the div away from the edges */
	font-size:.8em;
}

#sidebar1 ul {list-style:none;}

#sidebar1 ul li {padding:5px;} 

#sidebar1 a {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 2px;
	text-decoration: underline;
	
}

#sidebar1 li a:visited { color: #0C007C;}
#sidebar1 li a:hover { color: #0C007C; text-decoration: underline; }

#contact label,#contact input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

#contact label {
	text-align: right;
	width: 120px;
	padding-right:10px;
	font-weight:bold;
}

#contact br {
	clear: left;
}

/* Tables alt colors uses js to work */
table.alternate_rows th { font-size: .9em; padding: 5px 10px 5px 0; }

table.alternate_rows {
	border-spacing: 0;
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 100%;
}

table.alternate_rows td {
	font-size:.8em;
	padding:5px;
	
}

table.alternate_rows th, table.alternate_rows td {
	text-align: center;
	
	border-bottom: 1px solid #006699;
}

table.alternate_rows th {
	border-width: 0px 1px 1px 1px;
	background-color: #0C007C;
	color:#FFFFFF;	
	padding-right: 10px;
}

table.alternate_rows td.leftalign, table.alternate_rows th.leftalign  {text-align:left; padding-left:10px; white-space:nowrap;}
table.alternate_rows th a:link, table.alternate_rows th a:hover, table.alternate_rows th a:visited, table.alternate_rows th a:active {color:#FFFFFF;}
table.alternate_rows th a:hover{text-decoration:none;}
table.alternate_rows tr.odd td { background-color: #cccccc; }

table.alternate_rows tr.even td {
	background-color: #ffffff;
	
}

table.alternate_rows tr.sortbottom td { background-color: #cccccc; font-weight: bold; }

table.alternate_rows tr.highbidder td { color:#F00; }

h1.headerimg {
	width: 378px;
	height: 78px;
	float: left;
	overflow: hidden;
	background: url(/i/logo.gif) no-repeat;
	margin-bottom: 7px;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 0;
}

h1.headerimg a:link, h1.headerimg a:hover, h1.headerimg a:visited, h1.headerimg a:active {
	display: block;
	width: 378px;
	height: 78px;
	text-indent: -1000000px;
}
.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;
}
.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;
}

.headertext{
font-size:1em;
font-weight:bold;

margin-right:14px;
}

.m10 {margin:10px;}

.fees { margin-left: 8px; }

.fees td { padding: 5px; }

.fees table{ width: auto; }

.small { font-size: 10px; }