@charset "UTF-8";
body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background-color: #C7B79B;
	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;
}
.oneColFixCtrHdr #container {
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f7f4ef;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #968e79;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container a:link, .oneColFixCtrHdr #container a:visited {
	color:#401c04;
}
.oneColFixCtrHdr #container a:hover {
	color:#a28232;
}
#PageOuter {
	background-image:url(../images/contentBgSdwAB.gif);
	background-position:left top;
	background-repeat:repeat;
	width:834px;
	margin:0 auto;
	padding:0;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	background:url(../images/ABLogo.png) no-repeat;
	width:768px;
	height:134px;/*140px;*/
	padding: 0;
}
.oneColFixCtrHdr 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 10px 50px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#401c04;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.2em;
}
.oneColFixCtrHdr h2 {
	color:#401c04;
}
.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: url(../images/body_top.png) no-repeat #f7f4ef;
	padding-bottom:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:0px;
	line-height:1.6em;
}
.oneColFixCtrHdr #footer {
	margin:0 auto;
	padding: 0;
	/*background: #f7f4ef;*/
	width:768px;
	font-size:.8em;
	color:#968e79;
}
.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 */
}
.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:visited {
	color:#968e79;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a:hover {
	color:#a28232;
}

.menu {
	margin: 0;
	padding: 0;
	background: #cABBA2; 
	height:30px;
}

.menu ul {
	list-style:none;
	font-size: 16px;
	line-height:32px;
	padding-bottom:24px;
	margin-top:0px;
}

.menu li {
	float:left;
	margin: -2px 30px 0 0;
}

.oneColFixCtrHdr #container .menu li a:link, .menu li a:visited {
	text-decoration:none;
	color:#401c04;/*#968e79;*/
}

.oneColFixCtrHdr #container .menu li a:hover {
	color:#efe8da; /*#e4ddd1; /*#f7f4ef; /*#a28232;*/
}

#content {
	float:left;
	width:512px; /*540px;*/
	margin-top:10px;
}

#leftColumn {
	float:left;
	width: 200px;
}

.redLead {
	color:#990000;
	font-size:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	float: left;
	line-height: 0.8em;
}
.tinyRedText {
	color:#990000;
	font-size:.8em;
}
.clrfloat {
	clear:both;
}
image {
	border:0;
}
