@charset "UTF-8";
/* CSS Document */

body  {
	font: 100%/1.3em Verdana, sans-serif;
	background: #d9d8d7;
	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: #025949;
}
.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0px auto 10px;
	text-align: left;
	background: #ffffff;
} 
.twoColFixLtHdr #header {
	margin: 0px;
	padding: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
}
#sidebar1 h3 {
	margin: 0px 0px 10px;
	padding: 0px;
}
#sidebar1 ul {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: .85em;
}
#sidebar1 li {
	margin-bottom: 10px;
}
#sidebar1 a {
	color: #025949;
	text-decoration: underline;
	padding: 6px 6px 6px 0px;
}
#sidebar1 a:hover {
	color: #4982a6;
	background: #d9d8d7;
	padding: 6px 6px 6px 0px;
	text-decoration: none;
}

#sidebar1 .icons a:hover {
	color: #fff;
	background: #fff;
	padding: 6px 6px 6px 0px;
	text-decoration: none;
}


.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 2px solid #bf9d5e;
} 
#mainContent p {
	margin-bottom: 10px;
}
#mainContent a {
	color: #025949;
	font-weight: bold;
	padding: 4px 2px;
}
#mainContent a:hover {
	color: #4982a6;
	font-weight: bold;
	padding: 4px 2px;
	background: #d9d8d7;
	text-decoration: none;
}
#subscribe {
	margin-left: 0px;
	padding: 2px;
	width: 200px;
	border: 1px solid #BF9D5E;
}
.myForm {
	font-size: 90%;
	line-height: 1em;
}
.twoColFixLtHdr #footer {
	padding: 0;
	border-top: 13px solid #BF9D5E;
	margin: 0px;
} 
.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 */
	text-align: center;
	font-weight: bold;
	font-size: 90%;
}
#footer a {
	color: #025949;
	text-decoration: underline;
	padding: 4px 2px;
}
#footer a:hover {
	color: #4982a6;
	text-decoration: none;
	background: #d9d8d7;
	padding: 4px 2px;
}
.floatright { /* 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: 20px;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #4982a6;
	line-height: 1.1em;
	padding: 0px;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.1em;
	padding: 0px;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.1em;
	padding: 0px;
}
ul {
	padding-left: 40px;
	list-style: none;
}
li {
	margin-bottom: 10px;
}
.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;
}
blockquote {
	margin-right: 70px;
	margin-left: 60px;
	font-size: 90%;
}
/* subscribe styles */
	#subForm {
	}
	.required {
		color: red;
	}

