@charset "UTF-8";
body {
	background:#193123;
	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: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.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-right:auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 25px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
.twoColFixLtHdr #header {
	background: url(../img/headBg.gif) #193123; /* #4d7b2c*/
	padding: 0 10px 0 20px;  /* 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. */
	height: 95px;
}
.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;
}

.twoColFixLtHdr #sidebar1 {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../img/sideBarTopBg.jpg) repeat-x #b9c9ee; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
}
.twoColFixLtHdr #sidebar1 h3 {
	margin-top: 5px;
	color:#FFF;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 20px 250px; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	font-size: 16pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #39F;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../img/footBg.gif) #193123;/*#b9c9ee*/
	height: 40px;
}
.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 */
	font-size: 8pt;
}
.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;
}
.twoColFixLtHdr #mainContent a {
	color:#090;
	text-decoration:none;
	font-style:italic;
}
.twoColFixLtHdr #mainContent a:hover {
	text-decoration: underline;
	font-size: 16%;
	color: #909;
}
.twoColFixLtHdr #mainContent li {
	margin-bottom: 10px;
}
.links {
	list-style-position:outside;
}
.photos #album {
	margin-left: 20px;
}
.photos h1 {
	font-size: 24px;
	color:#FFF;
	padding: 2px;
}
.photos h3 {
	font-size: 14px;
	margin-top: -43px;
	font-weight:normal;
	float: right;
	color: #FFF;
}
.photos #title {
	background-image:url(../img/sideBarTopBg.jpg);
	background-repeat:repeat-x;
	width:450px;
	height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: -5px;
}
.photos #description {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: -10px;
}
#adventureEvent {
	width: 225px;
	float: left;
	text-align: center;
}
#adventureEvent img{
	background:url(../img/photoAlbumCover.gif) no-repeat;
	padding-left: 33px;
	padding-top: 20px;
	padding-right: 26px;
	padding-bottom: 30px;
	border: none;
}
#adventureEvent p {
	font-style:normal;
	color:#000;
	margin-top: 0;
}
.photos #photosFooter {
	background:url(../img/photoAlbumFooter.gif) no-repeat;
	height:40px;
	widows:490px;
}

.shortenButton {
	background:#b9c9ee;
	width: 450px;
	height: 20px;
	font-size: 12px;
	text-align: center;
}

.expandButton {
	background:#b9c9ee;
	width: 450px;
	height: 20px;
	font-size: 12px;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent p {
	color: #966;
	font-size: 10pt;
}
.twoColFixLtHdr #container #mainContent p a {
	color: #00F;
}
.twoColFixLtHdr #container #mainContent p a {
	font-size: 14pt;
}
.twoColFixLtHdr #container #mainContent p a {
	font-size: 10pt;
}
.twoColFixLtHdr #container #mainContent p a {
	text-align: center;
	color: #000;
}
.twoColFixLtHdr #container #mainContent ul li {
	font-size: 16pt;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 14pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F00;
}
.twoColFixLtHdr #container #mainContent ul li {
	font-size: 14pt;
	color: #09C;
}
.twoColFixLtHdr #container #mainContent p {
	color: #C33;
}
.twoColFixLtHdr #container #mainContent p {
	color: #C06;
}
.twoColFixLtHdr #container #mainContent p {
	color: #00F;
}
.twoColFixLtHdr #container #mainContent h2 {
	color: #03C;
}
.twoColFixLtHdr #container #mainContent h2 {
	color: #0CF;
	font-size: 24pt;
}
.twoColFixLtHdr #container #mainContent ul {
	color: #096;
}
.twoColFixLtHdr #container #mainContent ul li strong {
	color: #000;
}
.twoColFixLtHdr #container #mainContent ul {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #container #mainContent p a {
	color: #03F;
}
.twoColFixLtHdr #container #mainContent p a {
	color: #C30;
}
.twoColFixLtHdr #container #mainContent p a {
	color: #03F;
}
.twoColFixLtHdr #container #mainContent p a {
	color: #C00;
}
.twoColFixLtHdr #container #mainContent p a {
	color: #936;
}
.twoColFixLtHdr #container #mainContent p {
	color: #393;
	font-size: 16pt;
}
.twoColFixLtHdr #container #mainContent h3 {
	color: #00F;
}
.twoColFixLtHdr #container #sidebar1 #Links li .MenuBarVertical {
}
.twoColFixLtHdr #container #mainContent ul {
	color: #36F;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #mainContent p a {
	font-size: 24px;
}
.twoColFixLtHdr #container #mainContent p a {
	font-size: 14pt;
	color: #3CC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container {
}
.twoColFixLtHdr #Links #mainContent p {
	color: #C00;
}
.twoColFixLtHdr #container {
	font-size: 100pt;
}
.twoColFixLtHdr #container {
	font-size: 12pt;
}
.twoColFixLtHdr #container {
	font-size: 10pt;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: 18pt;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: 14pt;
	color: #03F;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-size: 24pt;
	color: #0CF;
}
.twoColFixLtHdr #container #mainContent p strong {
	font-size: 10pt;
}
.twoColFixLtHdr #container #mainContent table tr td table tbody tr td strong {
	font-size: 12pt;
}
.twoColFixLtHdr #container #mainContent table tr td table tbody tr td strong {
	font-size: 10px;
}
.twoColFixLtHdr #container #mainContent table tr td table tbody tr td ul li {
	font-size: 10pt;
}
.twoColFixLtHdr #container #mainContent .links li {
	color: #C66;
}
.twoColFixLtHdr #container #mainContent .links li {
	color: #039;
}
.twoColFixLtHdr #container #mainContent .links li {
	color: #06C;
}

