@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container {
	width: 1042px;
	text-align: left;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000080;
	border-left-color: #000080;
	background-image: url(images/container.jpg);
	background-repeat: repeat-y;
	left: 0px;
	top: 0px;
	margin: 0px;
	white-space: normal;
} 
.twoColFixRtHdr #header {
	background-color: #000080;
	background-image: url(images/masthead.jpg);
	height: 205px;
	width: 1042px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	left: 600px;
	top: 10px;
} 
.twoColFixRtHdr #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 */
	font-size: 80%;
	color: #004c30;
	left: 200px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 330px;
	color: #004c30;
	font-size: 85%;
	padding-top: 15px;
	padding-right: 70px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: left;
}
.twoColFixRtHdr #mainContent {
	color: #004c30;
	font-size: 80%;
	width: 560px;
	padding-bottom: 0;
	padding-left: 60px;
	background-position: left;
	text-align: left;
} 
.twoColFixRtHdr #footer {
	background-color: #000080;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 40px;
} 
.twoColFixRtHdr #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 */
	color: #999;
	font-size: 65%;
}
.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;
}
.navLinks {
	color: #FFF;
	text-align: left;
	padding-left: 380px;
	padding-top: 200px;
}
#nav {
	color: #DDD;
	text-align: left;
	position: absolute;
	top: 155px;
	left: 370px;
	font-weight: bold;
	font-size: 14px;
}
#headerPhoto {
	margin-left: 319px;
	margin-top: 10px;
}
#location {
	left: 580px;
	top: 10px;
	position: absolute;
	margin-left: 600px;
}
.headerLocation {
	left: 660px;
	color: #004c30;
	font-size: 10px;
	top: 20px;
	height: 130px;
	position: absolute;
	width: 370px;
	font-weight: bold;
}
#GrandLake {
	margin-top: 10px;
	margin-left: 317px;
}
.pBold {
	font-weight: bold;
	font-size: small;
}
.headBold {
	font-size: medium;
	font-weight: bold;
}

.boldGray {
	color: #999;
}
.pBoldGrayItal {
	font-style: italic;
	font-weight: bold;
	color: #666;
	font-size: 14px;
}
.linksLinks2 {
	font-weight: bold;
	font-size: 12px;
	color: #004c30;
	text-decoration: underline;
}
.Sidebar1 a:link {
	font-weight: bold;
	color: #004c30;
	font-size: 12px;
	text-decoration: underline;
}
.Sidebar1 a:hover {
	font-weight: bold;
	color: #DDD;
	font-size: 12px;
	text-decoration: underline;
}
.Sidebar1 a:visited {
	font-weight: bold;
	color: #000080;
	font-size: 12px;
	text-decoration: underline;
}
.linksLinks {
	font-weight: lighter;
	color: #004c30;
	text-decoration: underline;
}
.twoColFixRtHdr #container #mainContent p .linksLinks {
	color: #00F;
}

