@charset "utf-8";
body  {
	font: 100% 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; /* 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-size: 10px;
	background-image: none;
	background-color: #ECF5FA;
}
.floatimgleft {
}

.twoColFixLtHdr #container {
	width: 950px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-image: none;
	height: auto;
	float: none;
	clear: none;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
} 
.twoColFixLtHdr #header {
	font-size: 9pt;
	padding-top: 5;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: auto;
	height: 225px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bolder;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(Images/Mountain%20Range%20Snow%20Capped06a.png);
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 30px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header h1 {
	background-image: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30;
	width: auto;
	height: 225px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 9pt;
	text-align: center;
	height: auto;
	background-image: url(Images/bg2.png);
	background-repeat: repeat;
	padding: 2px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
}
.twoColFixLtHdr #mainContent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 139px;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 15px;
	height: auto;
	padding-top: 1px;
	float: none;
	background-image: url(Images/bg2.png);
	clear: none;
	background-repeat: repeat;
	text-align: left;
} 
.floatimgleft {
	float: left;
	width: 172px;
}

.twoColFixLtHdr #footer {
	height: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 920px;
	font-weight: lighter;
	clear: both;
	padding: 5;
	margin: 0px;
	text-align: center;
	float: left;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	clear: none;
	height: auto;
	width: 920px;
}
.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;
}
#ClearImg {
	clear: both;
}

.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;
}
byline {
	color: #000;
}
tag {
	color: #000;
}
credit {
	font-size: xx-small;
}
credits {
	font-size: x-small;
}

