@charset "utf-8";
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ECCA88;
} 
.twoColFixLtHdr #header {
	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. */
	background-color: #FFFFE6;
} 
.twoColFixLtHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	background-color: #FFFFE8;
	margin-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-image: url(images/spine.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #C67335;
} 
.twoColFixLtHdr #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 */
}
.thrColFixHdr #header img {
	display: block;
}
.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. */
	float: right;
	margin-left: 8px;
	border: 1px solid #00703D;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

body  {
	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: #333333;
	background-color: #00703D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 92%;
	margin-top: 35px;
	margin-right: 0;
	margin-left: 0;
}

.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. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding-top: 5px;
}
.footertxt {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
.footertxt  a   {
	color: #FFCC00;
}
.footertxt a:link {
	color: #FFCC00;
}
.footertxt a:active {
	color: #FFCC00;
}
.footertxt a:visited {
	color: #FFCC00;
}
.footertxt a:hover {
	color: #333333;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00703D;
	font-style: normal;
	padding-top: 0px;
	text-transform: uppercase;
	padding-bottom: 0px;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
.h2 {
	font-size: 12px;
	color: #00703D;
	margin-bottom: 6px;
	margin-top: 12px;
	font-weight: bold;
}

.b1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 6px;
	margin-top: 0px;
	line-height: 18px;
	color: #000000;
}
.b2 {
	font-weight: bold;
	color: #00703D;
	margin-top: 12px;
	margin-bottom: 6px;
	font-size: 12px;
	line-height: 16px;
}
.b3 {
	font-weight: bold;
	color: #00703D;
	margin-top: 6px;
	margin-bottom: 0px;
	font-size: 13px;
}
.boxleft {
	background-color: #FFCC00;
	float: left;
	width: 150px;
	color: #00703D;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	padding: 6px;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.bighead {
	font-size: 16px;
	color: #39703C;
	font-weight: bold;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}


li {
	list-style-position: outside;
	list-style-type: disc;
}
ul {
	margin-top: 0px;
	margin-bottom: 8px;
}
img
{
	border-style: none;
}

.corner_box {
	background-color: #F9EFD2;
}
.corner_top div {
   background: url(images/corner_tl.png) no-repeat top left;
}
.corner_top {
	background: url(images/corner_tr.png) no-repeat top right;
}
.corner_bottom div {
   background: url(images/corner_bl.png) no-repeat bottom left;
}
.corner_bottom {
	background: url(images/corner_br.png) no-repeat bottom right;
}

.corner_top div, .corner_top, 
.corner_bottom div, .corner_bottom {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.corner_content {
	background-color: #F9EFD2;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
}

.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;
}
a:link {
	color: #C10000;
	font-weight: bold;
}
a:visited {
	color: #C10000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #C10000;
}

