@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* 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: #088242;
}
.twoColFixLtHdr #container {
	width: 800px; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	border: 4px solid #CEAE39;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* 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: #FFF;
	text-align: center;
} 
.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: 10px 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: 230px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 15px;
	padding-left: 5px;
	line-height: 20px;
}
.twoColFixLtHdr #sidebar1 p {
	margin: 0;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


.twoColFixLtHdr #topContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	margin: 0;
	float: right;
	width: 522px;
	height: 321px;
}

.twoColFixLtHdr #mainContent {
	background-color: #FFF;
	margin-top: 330px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CEAD39;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 80%;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 90%;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 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;
}
ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
li {
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
}

p {
	font-size: 100%;
	color: #000;
	font-weight: normal;
	padding: 0px;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #6D2118;
	margin-bottom: 6px;
	text-align: center;
	font-weight: bolder;
}
h2 {
	color: #561A13;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-style: italic;
	margin-bottom: 6px;
	text-align: center;
}
h3 {
	font-size: 110%;
	color: #000;
}
h4 {
	font-size: 110%;
	color: #000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 80%;
	color: #000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-size: 90%;
	color: #000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
/************** link styles **************/
a:link {
	color: #000;
}
a:visited {
	color: #333;
}
a:hover {
	color: #009;
}
a:active {
	color: #009;
}
.twoColFixLtHdr #sidebar1 a:link {
	color: #087D39;
	background-image: url(/images/off.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	font-size: 85%;
	text-decoration: none;
	line-height: 20px;
}
.twoColFixLtHdr #sidebar1 a:visited {
	color: #087D42;
	padding-left: 20px;
	background-image: url(/images/off.jpg);
	background-repeat: no-repeat;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #087D42;
	background-image: url(/images/on.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
.twoColFixLtHdr #sidebar1 a:active {
	color: #A56152;
	background-image: url(/images/on.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
.twoColFixLtHdr #footer  a:link {
	color: #000;
	font-size: 95%;
	text-align: center;
}
.twoColFixLtHdr #footer  a:visited {
	font-size: 95%;
	color: #000;
}
.twoColFixLtHdr #footer  a:hover {
	color: #000;
	font-size: 95%;
}
.twoColFixLtHdr #footer  a:active {
	color: #000;
	font-size: 95%;
}

.picLeft {
	float: left;
	padding: 10px;
}
.picRight {
	float: right;
	padding: 10px;
}
