@charset "UTF-8";
body  {
	
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:22px;
	color:#333;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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 */
}
.twoColFixLtHdr #container {
	width: 1100px;
	margin: 0px 0px 0px 0px;
	/* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background: #FFF; /* this overrides the text-align: center on the body element. */
	-moz-border-radius-topright: 24px;
	-moz-border-radius-topleft: 24px;
	-moz-border-top-colors: #33C;
	-moz-border-radius: 24px;
	-webkit-border-top-right-radius: 24px;
	-webkit-border-top-left-radius: 24px;
	padding: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
} 
.twoColFixLtHdr #header {
	background-color: ;

	background-position:left;
	background-repeat:no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:100;
	margin: 0px ;
	font-size:16px;
	line-height: 40px;
	color:#5c4d41;
	/* 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: 0px 0 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:100;
	margin: 0px ;
	font-size:16px;
	line-height: 40px;
	color:#898374;
	/* 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: 10px 0 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header h2 a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:100;
	margin: 0px ;
	font-size:11px;
	text-decoration:underline
	line-height: 30px;
	color:#5c4d41;
	
	/* 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: 10px 0 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:100;
	margin: 0px ;
	font-size:16px;
	line-height: 40px;
	color: #000;
	/* 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: 10px 0 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header p{
	padding: 0 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#5c4d41;
	font-size:12px;/* 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. */
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	background-color: ;
	width: 160px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #sidebar1 h1{
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: bold;
	line-height: 24px;
	color: #898374;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #sidebar1 h2{
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	color: #5c4d41;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #add0c7;
	border-right-color: #add0c7;
	border-bottom-color: #add0c7;
	border-left-color: #add0c7;
	padding: 5px;
}
.twoColFixLtHdr #sidebar1 h2 a:link{
	
	color: #5c4d41;

}
.twoColFixLtHdr #sidebar1 h2 a:hover{
	
	color:#FBB040;
	
}
.twoColFixLtHdr #sidebar1 h2 a:visited{
	
	color: #666;
	

}
.twoColFixLtHdr #sidebar1 h3{
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	color: #5c4d41;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
}

.twoColFixLtHdr #sidebar1 h3 a:link{
	
	color: #5c4d41;

}
.twoColFixLtHdr #sidebar1 h3 a:hover{
	
	color:#FBB040;
	
}
.twoColFixLtHdr #sidebar1 h3 a:visited{
	
	color: #666;
	
}

.twoColFixLtHdr #nav {
	text-align: right;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 232px;
} 
.sidebarnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #33C;
	text-decoration: underline;
}
.sidebarnav a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #33C;
	text-decoration: underline;
}
.sidebarnav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #363;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent {
	;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 50;
	margin-bottom: 0;
	margin-left: 232px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFF;
} 
.twoColFixLtHdr #mainContent h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height: 30px;
	color:#c1BBB3;
	/* 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-variant: small-caps;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.twoColFixLtHdr #mainContent h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#898374;
	/* 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-variant: normal;
	line-height: 30px;
	text-align: left;
	font-variant: small-caps;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;

}
.twoColFixLtHdr #mainContent h2 a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
text-decoration: underline;

}
.twoColFixLtHdr #mainContent h2 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FBB040;
text-decoration: underline;

}
.twoColFixLtHdr #mainContent h2 a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#C1BBB3;
text-decoration: underline;

}
.twoColFixLtHdr #mainContent h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#898374;
	/* 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-variant: normal;
	line-height: 6px;
	text-align: left;
	font-variant: small-caps;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;

}
.twoColFixLtHdr #mainContent h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#898374;
	/* 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-variant: normal;
	line-height: 6px;
	text-align: left;
	font-variant: small-caps;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;

}
.twoColFixLtHdr #mainContent h5{
	font-family:
	Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	color:#262729;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:#FFF;
	text-align:right;


}
.twoColFixLtHdr #mainContent h5 a:link{
	;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:
	Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	color:#262729;
	text-decoration:underline;
	
}
.twoColFixLtHdr #mainContent p{
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:
	Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	color:#262729;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:#FFF;
}
.twoColFixLtHdr #mainContent p a:link{
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:
	Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	color:#262729;
	text-decoration:underline;
	
}
.quote{
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:22px;
	line-height:32px;
	color:#262729;
	
	
}.twoColFixLtHdr #nestedbox {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 100;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 597px;
	width: 480px;
	position: absolute;
	top: 436px;
	left: 355px;
} 



.twoColFixLtHdr #footer { 
	margin: 0px 0px 12px 0px;
	padding: 
	0px 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	 
	border: thin #add0c7;
	
} 
.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:#333;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9;
	font-weight:800;
	font-style:normal;
	font-variant:small-caps;
	font-stretch:expanded;
	letter-spacing:1px;/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer p a:link{
	color: #333;
	text-decoration: underline;
}
.twoColFixLtHdr #footer p a:visited{
	text-decoration: underline;
	color:#C1BBB3:
}
.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;
}
