* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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-color: #520313;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* 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. */
}
.oneColFixCtrHdr #nav {
	background-color: #55a62e;
	padding: 0 0px 0 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #E8EEE4;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#55a62e;
}
.oneColFixCtrHdr #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 */
}
.smalltext {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 16px;
	color: #000000;
}
.largetext {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 16px;
	color: #000000;
}
p {
	padding-bottom: 13px;
} 
a {
	color: #002284;
	text-decoration: none;
}

a:hover {
	color: #993333;
	text-decoration: none;
}
ul#daily-links li {
	list-style: square;
	margin-left: 16px;
	font-size: 11px;
}
/* FAQ STYLES */
#FAQ {
	float: left;
	width: 670px;
	font-size: 11px;
	margin-right: 11px;
}

.FAQ_Header {
	background: url(../images/dots.gif) repeat-x left bottom;
	font-size: 19px;
	color: #6b6b6b;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
}

#accordion {width:557px; margin:0px auto}
.accordion {width:557px; font:12px Verdana; color:#033}
.accordion dt {width:540px; border:1px solid #7c6456; padding:8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(../images/header.gif)}
.accordion dt:hover {background:url(../images/header_over.gif)}
.accordion dd {overflow:hidden; background:#f4f4e4}
.accordion span {display:block; width:490px; padding:10px}


