@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.twoColFixLtHdr #container {
	width: 816px;
	background: #FFFFFF url(images/main.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 1;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD url(images/header.jpg);
	margin: 0;
	padding: 0; 
	height: 132px;
	width: 816px;
} 
.twoColFixLtHdr #nav {
	margin: 144px 0 0 42px;
	padding: 0;
	width: 168px;
	position: absolute;
} 
.twoColFixLtHdr #header h1 {
	position: relative;
	left: 268px;
	top: 42px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #885453;
	width: 480px;
}
.twoColFixLtHdr #sidebar1 {
	width: 228px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0;
	padding: 0px;
	position: absolute;
	top: 148px;
	z-index: 100;
	text-align: center;
}
.twoColFixLtHdr #mainContent {
	margin: 0; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/main.jpg);
	width: 816px;
} 
.twoColFixLtHdr #footer {
	margin: 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(images/footer.jpg);
	width: 816px;
	height: 60px;
} 
.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 */
}
.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;
	margin-right: 16px;
}
.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 #sidebar1 h3{
	margin: 0;
	padding-right: 18px;
	padding-left: 48px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 140%;
}

.twoColFixLtHdr #sidebar1 h6{
	margin: 0;
	padding-right: 18px;
	padding-left: 48px;
	color: #FFFFFF;
	font: bold 80% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 140%;
}

.twoColFixLtHdr #sidebar1 p{
	padding-right: 18px;
	padding-left: 48px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	line-height: 140%;
	margin-top: 18px;
}

.twoColFixLtHdr  #sidebar1  a{
	text-align: center;
	line-height: 140%;
}
.twoColFixLtHdr  #sidebar1  a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 140%;
}
.twoColFixLtHdr  #sidebar1  a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #BBBBBB;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 140%;
}
.twoColFixLtHdr  #sidebar1  a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	line-height: 140%;
}

.twoColFixLtHdr  #mainContent  h1{
	margin: 0;
	margin-top: 24px;
	margin-bottom: 12px;
	margin-right: 42px;
	margin-left: 268px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #895554;
	line-height: 120%;
}
.twoColFixLtHdr  #mainContent  h2{
	margin: 0;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-right: 42px;
	margin-left: 268px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	line-height: 140%;
}
.twoColFixLtHdr  #mainContent  h3{
	margin: 0;
	margin-top: 24px;
	margin-bottom: 12px;
	margin-right: 42px;
	margin-left: 268px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #895554;
	line-height: 140%;
}
.twoColFixLtHdr  #mainContent  h6{
	margin: 0;
	margin-top: 24px;
	margin-bottom: 12px;
	margin-right: 42px;
	margin-left: 268px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	line-height: 140%;
}
.twoColFixLtHdr  #mainContent  p{
	margin: 0;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-right: 54px;
	margin-left: 268px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	line-height: 180%;
}
.twoColFixLtHdr  #mainContent  ul{
	margin: 0px 56px 6px 296px;
	padding: 0px;
}
.twoColFixLtHdr  #mainContent  ul li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666666;
	line-height: 140%;
	margin: 12px 0px 0px;
	padding: 0px;
}
.twoColFixLtHdr  #mainContent  ul ul{
	margin: 0px 56px 6px 24px;
	padding: 0px;
}
.twoColFixLtHdr  #mainContent  ul ul li{
	list-style: disc;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.copyright {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.twoColFixLtHdr  #mainContent  a{
	font-size: 100%;
}
.twoColFixLtHdr  #mainContent  a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #895554;
	font-weight: bold;
	text-decoration: none;
}
.twoColFixLtHdr  #mainContent  a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #895554;
	font-weight: bold;
	text-decoration: none;
}
.twoColFixLtHdr  #mainContent  a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
p.footernav{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 12px auto;
	padding: 0px;
}
p.footernav a{
	font-size: 100%;
}
p.footernav a:link{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
p.footernav a:visited{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
p.footernav a:hover{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
}

