@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	
}
body {
	background-color: #868769;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}


a, a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}




#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 880px;
}

#headerwrapper {
	background-color: #FFFFFF;
	background-image: url(images/head-wrap-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}


#topimage {
	float: right;
}
#header {
	width: 880px;
	
	height: 150px;
	background-image: url(images/log13.gif);
    background-repeat: no-repeat;
	background-position: left 40px;
	
	text-align: center;

}
#navwrapper {
    
	background-color: #D1560A;
	
}
#nav {
	height: 58px;
	width: 880px;
	margin-right:auto;
	margin-left: auto;
}

#contentWrapper {
	background-image: url(images/content-faux-column2.gif);
	background-repeat: repeat-y;
	background-position:right;
	height: 50%;
	clear: left
}
#contentWrapper2 {
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	background-position:center;
	width:auto;
	height: 100%;
	clear: left;
}
#leftColumn {
	float: left;
	padding: 15px 0px 10px 0px;
	width: 202px;
	line-height: 16px;
}
#leftColumn h3 {
	font-size: 11.5px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/top-menu-title.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 35px;
	padding-left: 18px;
	text-transform: uppercase;
}

#leftColumn ul {
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-left: 25px;
}
#leftColumn ul li {
	background-image: url(images/li-dot.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}




#leftColumn a, #leftColumn a:link {
	color: #D0D0C4;
	font-weight: normal;
	font-size: 10px;
}

#rightColumn {
	float:right;
	padding: 10px 0px 10px 0px;
	width: 202px;
	line-height:15px;
	
}
#rightColumn h3 {
        font-size: 11.5px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/top-menu-title2.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	line-height: 35px;
	padding-left: 20px;
	
	text-transform: uppercase;
	
}
#rightColumn ul {
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 4px;

	margin-left: 0px;
	
	padding-left: 25px
}
#rightColumn ul li {
	background-image: url(images/li-dot.png);
	background-repeat: no-repeat;
	background-position:left center;

	padding-left: 10px
}

#content {
	margin: 0px 150px 0 220px;
	padding: 20px 0px 20px 0px;
	
	line-height: 18px;
	
	color: #666666
}
.clearFloat {
	clear: both;
	display: block;
	width:auto
}
#footer {

	background-image: url(images/footer-bg1.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	padding-top: 10px;
	padding-right: 28px;
	padding-bottom: 20px;
	padding-left: 227px;
	color: #D7D7CC;
	width:432px;

	height: 45px;
	
	line-height: 6px
}
<!--#footer-right {
	float: right;
	width: 27px;
	text-align: right;
}-->
<!--#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	font-weight: normal;
}
#footer a:hover {
	color: #BCBCA9;-->
}
#footer2 {
	background-image: url(images/footer-bg2.jpg);
	background-repeat: no-repeat;
	background-position: Center top;
	padding-top: 10px;
	padding-right: 68px;
	padding-bottom: 5px;
	padding-left: 150px;
	color: #D7D7CC;
	height: 40px;
	line-height: 10px;
}
#footer2-right {
	float: right;
	width: 275px;
	text-align: right;
}
#footer2 a, #footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	font-weight: normal;
}
#footer2 a:hover {
	color: #BCBCA9;
}
#credit {
	text-align: center;
	padding: 0px 0px 8px 220px;
	
	font-size: 10px;
	color: #525340;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
#credit a, #credit a:hover, #credit a:visited, #credit a:active, #credit a:focus {
	color: #525340;
	font-weight: normal;
}




