@charset "UTF-8";




body  {
	font: 90% 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;
	text-align: center;
	background-color: #dbe9dc;
	color: #6B9384;
}
.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	
text-align: left;
border: thin solid #6B9384;

-webkit-box-shadow: 1px 1px 5px #383d36;
-moz-box-shadow: 1px 1px 5px #383d36;
box-shadow: 1px 1px 5px #383d36;
	
	
} 
.twoColFixLtHdr #header { 
	background: #d0e8da;  
	padding: 0;
margin: 0;
}




.twoColFixLtHdr #navbar  {
	
background-color: #dbe9dc;
margin: 0 0 20px;
		width: 100%;
	
border-top: thin solid #618a7a;
border-bottom: thin solid #618a7a;
padding-bottom: 40px;
}
/* using a background colour and padding the bottom of the navbar will remove the white space at the rhs */

.twoColFixLtHdr #sidebar {
	clear: both;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff;
	text-align: left;
	font-size: 90%;
padding: 50px 20px 20px 25px;
margin: 0;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 255px; /* 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: 15px 22px 0 25px;
	border-left: thin solid #d0e8da;
text-align: left;
clear: right;
}

.twoColFixLtHdr #mainContent h1 { 
	margin: 0; /* zeroing the margins of the first element in the main content will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #618a7a;
	font: normal 220% Arial, Helvetica, Geneva, sans-serif;
} 
	
	
.twoColFixLtHdr #footer {
	padding: 0 10px;
	background-color: #dbe9dc;
	text-align: center;
} 
.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;
	color: #9b9999;
	font-size: 10px;
}

.twoColFixLtHdr #footer h2 {
	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;
	font-size: 10px;
	color: #9b9999;
	font-weight: normal;
	font-style: normal;
}

/* float */

.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;
}

.floatimageright
{
float: right;
margin: 0 0 10px 10px;
font-size: 68%;
}

.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;
}

/* hyperlinks */

a:link {
	color: #6B9384;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6B9384;
}
a:hover {
	text-decoration: underline;
	color: #3D534B;
}




/* outhouse design */

#outhouse {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	font-size: 10px;
	padding: 0 25px 0 5px;
	color: #9b9999;
}

#outhouse a {
	color: #999;
	text-decoration: none;
}

#outhouse a:visited {
	color: #999;
}

#outhouse a:hover {
	color: #333;
}

/* outhouse design end */

h1,h2,h3,h4,h5,h6 {
color: #618a7a;
padding-top: 1px;
padding-bottom: 1px;
margin: 0;
padding: 0;
font-weight: normal;
font-style: normal;
}

h2 {
font-size: 160%;
padding-top: 10px;
}

h3 {
font-size: 130%;
}

h4 {
font-size: 100%;
}
