@charset "UTF-8";
/* CSS Document */
 
 
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(images09/bgblw.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	height: 120px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
} 
.twoColFixLtHdr #header 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #666;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #a4b7b7;
} 
.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 */
	text-align: center;
}
.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;
}

p {  font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif; color: #000033}
h3 {  font: italic 600 16px/16px Verdana, Arial, Helvetica, sans-serif; color: #999999}
h6 {  font: 600 normal 14px/14px Verdana, Arial, Helvetica, sans-serif; color: #003300}
h4 {  font: 900 normal 16px/16px "Times New Roman", Times, serif; color: #038303}
.phototext {  font: normal 10px/12px Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF}
.darkphototext {  font: normal 10px/10px Verdana, Arial, Helvetica, sans-serif; color: #000066}
.unnamed1 {  font: bolder normal 14px/normal Verdana, Arial, Helvetica, sans-serif; color: #006600}
.OUTDOORStxt {  font: bolder normal 14px/normal Verdana, Arial, Helvetica, sans-serif; color: #000000}
h1 {  font: normal 16px/normal "Times New Roman", Times, serif; color: #009900}
.smalltxt {  font: normal 9px Verdana, Arial, Helvetica, sans-serif; color: #000033}
.imgline {
	border: 1px solid #333333;
	padding: 2px;
	margin: 3px;
}
.tdline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.tdpadding {
	padding: 20px;
}
.inserttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	background-color: #F1F1F1;
	text-indent: 25pt;
	padding: 15px;
	border: 1px solid #999999;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]a:link {  font: normal 12px/14px Verdana, Arial, Helvetica, sans-serif; color: #0000CC; text-decoration: none}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: 100;
	color: #03C;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: 100;
	color: #6C9;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: 100;
	color: #436568;
	text-decoration: underline;
	background-color: #f1f1f1;
}
a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: 100;
	color: #03C;
	text-decoration: none;
}
ul li strong {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
}
ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 100;
	color: #333;
}

img.magnify{
	border: 1px solid #333;
	background-color: #FFF;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
strong {
	font-weight: bold;
}

