/*


header width = 861 height = 137

content box width = 598 

sidebar width = 263
sidebar image width = 232  + 31 left margin

*/

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12 px;
	background: #424538;
	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: #FFFFFF;
	background-image: url(images/bg_images.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top;
}

a:link {
color: #99c3b9;
}

a:visited {
color: #99c3b9;
}

a:hover {
color: #ffc34b;
}

img {
border: none;
}


.twoColFixLtHdr #container { 
	width: 861px; 
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	margin: 0;
	padding: 0;
} 

.twoColFixLtHdr #header img{
	margin: 0;
	padding: 0;
} 


.twoColFixLtHdr #sidebar1 {
	margin: 0;
	float: right; 
	width: 263px;
	padding: 0;
	
}


.twoColFixLtHdr #sidebar1 img{
	margin: 0;
	padding: 0 0 0 31px;
	}
	
	
	
.twoColFixLtHdr #sidebar1 p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	padding: 0 0 0 31px;
	margin: 15px 0 0 0;
	}

.twoColFixLtHdr #mainContent img{ 
	margin: 0; 
} 	
	
.twoColFixLtHdr #mainContent { 
	margin: 0 263px 0 0;
	width: 538px;
	background: #4f5246;
	padding: 0px 30px 30px 30px;
	position: absolute;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent h1{ 
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #99c3b9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 160%;
	}
	
	.twoColFixLtHdr #mainContent p{ 
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 180%;
	}
	
	.twoColFixLtHdr #mainContent .photo{ 
 	align: right;
	}
	
	
.footnote{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #727665;
	padding-top: 20px;
	}
	
	
.twoColFixLtHdr #footer { 
	float: left;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 


.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 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #727665;
}
.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;
}