@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background: #9c9278;
	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:#9c9278;
}
#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. */
}
#header {
	background: #660000;
	padding: 0;  /* 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. */
	height:112px;
	border-left: 1px solid #660000;
}
#subheader {
	background: #660000;
	padding: 0;  /* 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. */
	height:74;
}
#navone {
	background: #660000;
	padding: 0;  /* 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. */
	height:49px;
	border-left: 1px solid #660000;
}
#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 */
	background: #FFFFFF;
}
#mainContent p, #mainContent li{
	padding:0 10px 0px 20px;
}
#hiliteblockbg {
	background-image:url(images/hiliteblockbg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#660000;
	background-image:url(images/footerbg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	
}
#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:9px;
	color:#CCCCCC;
	text-align:center;
}
#footer a {
	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:9px;
	color:#CCCCCC;
	text-align:center;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
input { text-align:right; font-size:10px; background-color:#FFCC66; margin: 18px 54px -18px 0;}

.subtablecell {
	text-align: left;
	color:#996633;
	}
	

.CollapsiblePanelContent input { text-align:left; font-size:10px; background-color:#FFCC66; margin:0;}
	
.h1bg {
	font-size:14px;
	font-weight:bold;
	line-height:19px;
	padding-bottom:10px;
	background-image:url(images/h1bg.jpg);
	background-repeat:no-repeat;
}
.h2bg {
	font-size:14px;
	font-weight:bold;
	line-height:19px;
	padding-bottom:10px;
	background-image:url(images/h2bg.jpg);
	background-repeat:no-repeat;
}
#homecontent p {padding: 0 0 0 10px;}
h2 {padding-left:10px; font-weight:bold; font-size:13px; color:#CC9933;}
.subh2 {font-weight:bold; font-size:16px;  border-bottom:#c93 dotted 1px; color:#003399;}
h4 {padding-left:20px; font-weight:normal;  font-size:12px; margin-bottom: -6px; text-decoration:underline;}
a {color:#990000;}
.address {color:#d8d8ac; font-size:10px; text-align:right;}
.bigred {color:#CC0000; font-weight:bold; font-size:16px; text-decoration:none;}
.authorspan {color:#996666; font-style:italic;}
.quoteinternal {font-weight:bold; font-style:italic; color:#663300; padding: 0px 40px 0px 40px; text-align:center;}
.tablehead {padding-left:3px; font-weight:bold; font-size:12px; line-height:14px; border-bottom:#600 1px solid;}
.month {background-color:#FFCC33; font-size:14px; font-weight:bold; color:#FFFFFF; border-top:#C93 2px solid;}
.eventcell {font-size: 11px; border-top:#C93 1px dashed;}
.monthspan {
	background-image:url(images/monthspanbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-size: 11px; border-top:#C93 1px dashed;}