@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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F4E8C5;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CFC5A6;
} 
.twoColFixLtHdr  #headergreen {
	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: #DDDDDD;
	background-image: url(images/banner-greenw.png);
	background-repeat: no-repeat;
	height: 170px;
	float: right;
	width: 611px;
} 
.twoColFixLtHdr #logo {
	float: left;
	height: 143px;
	width: 100px;
	margin: 0;
	padding-top: 14px;
	padding-right: 36px;
	padding-bottom: 13px;
	padding-left: 33px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #logo img {
	margin:0px;
	padding:0px
}
.twoColFixLtHdr #logo a {
	margin:0px;
	padding:0px
}
h1   {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	padding-top: 70px;
	padding-left: 90px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 139px;
	clear: both;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #FFFFFF;
	background-color: #5F4E43;
	background-image: url(images/left-sidebar.png);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.twoColFixLtHdr  #sidebar1  a  {
	color: #FFFFFF;
	text-decoration: none;
}
h3 {
	font-size: 18px;
	color: #FCAF25;
	font-weight: normal;
	margin: 0;
	padding-top: 15px;
}
.twoColFixLtHdr #mainContent {
	color: #4B3D33;
	background-color: #CFC5A6;
	clear: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 169px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
.twoColFixLtHdr #mainContent a {
	color: #5E4D42;
}
.twoColFixLtHdr #footer {
	text-align: center;
	background-color: #CFC5A6;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B3D33;
	font-weight: normal;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-top: 10px;
} 
ul {
	list-style-image: url(images/bullet.png);
	list-style-type: none;
}
ul li {
	padding-bottom: 6px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.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 */
	font-size: 9px;
}
.twoColFixLtHdr #footer a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #5E4D42;
}
.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;
}
.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;
}
.twoColFixLtHdr #topnav {
	background-color: #5E4D42;
	float: right;
	width: 457px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 323px;
	margin: 0;
}
.twoColFixLtHdr #topnav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 10px;
	margin: 0;
}
.twoColFixLtHdr #topnav a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D7DF23;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #FCAF25;
	text-decoration: none;
}
.twoColFixLtHdr #headerorange {
	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: #DDDDDD;
	background-image: url(images/banner-orangew.png);
	background-repeat: no-repeat;
	height: 170px;
	float: right;
	width: 611px;
}
.twoColFixLtHdr #topnav a.orange:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FCAF25;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #headerred {
	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: #DDDDDD;
	background-image: url(images/banner-redw.png);
	background-repeat: no-repeat;
	height: 170px;
	float: right;
	width: 611px;
}
.twoColFixLtHdr #topnav a.red:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E44145;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr  #headerltblue {
	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: #DDDDDD;
	background-image: url(images/banner-ltbluew.png);
	background-repeat: no-repeat;
	height: 170px;
	float: right;
	width: 611px;
}
.twoColFixLtHdr #topnav a.ltblue:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AEDFE4;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 10px;
}
h4 {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FCAF25;
}
.twoColFixLtHdr #headerblue {
	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: #DDDDDD;
	background-image: url(images/banner-brtbluew.png);
	background-repeat: no-repeat;
	height: 170px;
	float: right;
	width: 611px;
}
.twoColFixLtHdr #topnav a.brtblue:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00B0D8;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #headerdkgreen {
	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: #DDDDDD;
	background-image: url(images/banner-dkgreenw.png);
	background-repeat: no-repeat;
	height: 170px;
	float: right;
	width: 611px;
}
.twoColFixLtHdr #topnav a.dkgreen:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #74B74A;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 10px;
}
.long {
	margin-top: 50px;
}
.twoColFixLtHdr #topnav a.dkgreenon {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #74B74A;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 10px;
}
ol {
	list-style-type: disc;
	margin-bottom: 6px;
	margin-top: 5px;
}
.up {
	margin-top: -10px;
}
.twoColFixLtHdr #footer a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #5E4D42;
	text-decoration: none;
}
.extralong {
	margin-bottom: 70em;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4B3D33;
}
.twoColFixLtHdr #topnav a.orangeon {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FCAF25;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #topnav a.ltblueon {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AEDFE4;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #topnav a.redon {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E44145;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #topnav a.brtblueon {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00B0D8;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 10px;
}
.mediumlong {
	margin-top: 20em;
}
.footerlong {
	margin-top: 14em;
}
.fltmap {
	float: right;
	margin-right: 8px;
	margin-left: 10px;
}
.em17long {
	margin-top: 13em;
}
.twoColFixLtHdr #sidebar1 a.orange1 {
	color: #FCAF25;
	text-decoration: none;
}
.extraXlong {
	margin-bottom: 50em;
}
.indexLong {
	margin-bottom: 16em;
}
#whiteBox {
	background-color: #F3E8C6;
	width: 98%;
	padding: 4px;
}

img {
	border: 0;
}
