@charset "utf-8";
body  {
	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: #EFDDAD;
	background-image: url(Images/darkwood.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLftHdr2 #container {
	width: 960px;
	text-align: left;
	background-color: #EFDDAD;
	color: #000;
	margin: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLftHdr2 #header {
	background-color: #EFDDAD;
	padding: 0px;
	height: 199px;
} 
.twoColFixLftHdr2 #header h1 {
	margin: 0;
	padding: 0;
}

.twoColFixLftHdr2 #sidebar1 {
	float: left;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-left: 20px;
	margin-top: 0px;
	color: #000;
	text-align: left;
	width: 190px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
}
.twoColFixLftHdr2 #mainContent {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 250px;
	background-color: #FFF;
	padding: 10px;
	position: relative;
	color: #000;
	float: none;
} 
.twoColFixLftHdr2 #container #sidebar1 p {
	font-size: 12px;
	text-align: center;
}

.articleDescriptionText {
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.mainContentImage {
	border: medium solid #003805;
	padding: 10px;
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
}
#mainContent h1 {
	text-align: center;
}
#mainContent h3 {
	text-align: center;
	color: #003805;
}
.ABCsArticleSelectorDiv {
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #003906;
	font-size: 12px;
	color: #FFF;
	line-height: 13px;
	padding: 10px;
	margin: 0px;
	height: 80px;
	width: 640px;
	
}
.ABCArticleSelectionRgtLogo {
	float: right;
	height: 80px;
	width: 250px;/* double margin fix for ie*/
	display: inline;
	margin-left: 10px;
	overflow: hidden;
}
.ABCArticleSelectionLFTLogo {
	float: left;
	height: 80px;
	width: 250px;/* double margin fix for ie*/
	display: inline;
}
.articleTitleLink {
	color: #900;
	font-size: 12px;
}





.twoColFixLftHdr2 #footer {
	background-color: #BACA89;
	color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0;
} 



.twoColFixLftHdr2 #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #BACA89;
	color: #333;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	font-weight: bold;
}
#footer p a {
	padding: 10px;
	width: auto;
}

.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. */
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	margin-right: 0px;
	margin-left: 260px;
}
.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;
}
.articleContinuationlLinks {
	color: #00F;
	text-align: center;
}
.greeenbox {
	font-size: 24px;
	border: 3px solid #003906;
	padding: 10px;
	background-color: #BACA89;
	font-family: Arial, Helvetica, sans-serif;
}
.articleABCsTitle {
	font-size: 14px;
	font-style: italic;
	color: #003805;
}
