/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #A3986B;
	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: 700px;
	background: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
	border: #C7C7C9;
}
.oneColFixCtrHdr #header {
	background: #A3986B;
	padding-bottom: 10px;
	border: #FFFFFF;
}
.oneColFixCtrHdr #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 */
}
.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: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background:#FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #A3986B;
	border-right-color: #A3986B;
	border-bottom-color: #A3986B;
	border-left-color: #A3986B;
}
.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 */
}
/* My IDs and Classes from this point*/
.oneColFixCtrHdr #listContent {
	padding: 10 10 20;
	background:#FFFFFF;
	margin-bottom: 10px;
}
.copyHead1 {
	font-family: Arial, Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #666666;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
}
.copyBody1 {
	font-family: Arial, Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #666666;
}
.copyBody2 {
	font-family: Arial, Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #666666;
	padding: 5px 0px 0px;
	text-indent: 10px;
}.copyBodyMain {
	font-family: Arial, Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #333333;
	line-height: 16px;
}.copyBodyMainBullet {
	font-family: Arial, Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #333333;
	list-style-image: url(images/Bullet.gif);
	list-style-position: outside;
	list-style-type: none;
	line-height: 16px;
}
.MenuItems {
	font-family: Arial, Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #224727;
	text-align: left;
	font-style: normal;
	line-height: 20px;
	border-right-color: #666666;
	border-top-color: #666666;
	text-indent: 20px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #A3986B;
}
a {
	font-family: Arial, Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-indent: 25px;
	text-decoration: none;
	color: #666666;
	line-height: 5px;
	padding-left: 3px;
	font-weight: normal;
}
a:link {
	font-family: Arial, Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-indent: 25px;
	text-decoration: none;
	color: #666666;
	line-height: 5px;
	font-weight: normal;
}
a:hover {
	font-family: Arial, Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-indent: 25px;
	text-decoration: none;
	color: #A3986B;
	line-height: 5px;
	font-weight: normal;
}