@charset "utf-8";
.copyright {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: right;
}
/* CSS Document */
a.contentlink:link {
	color: #0000CC;
	text-decoration: underline
}

a.contentlink:visited {
	color: #990000;
	text-decoration: underline
}

a.contentlink:active {
	color: #003333;
	text-decoration: underline
}

a.contentlink:hover {
	color: #336666;
	text-decoration: none
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #000099;
}



body {
	background-color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/beachrocks_gray2.png);
}

.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 #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #cccccc;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	background-image: url(../images/vertical_grad.png);
} 
.twoColFixLtHdr #header {
	width: 800px;
	padding: 0;
	background-color: #336666;
	margin: 0px;
} 
.twoColFixLtHdr #container #mainContent p {
	height: 256px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	width: 550px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding: 0px;
	height: 318px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.twoColFixLtHdr #mainContent {
	width: 555px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
	padding: 25;
	float: none;
	clear: none;
} 
.twoColFixLtHdr #footer {
	background-color: #336666;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	text-align: center;
	border-top-width: medium;
	border-top-style: outset;
	border-top-color: #B3D6FF;
	float: none;
} 
.twoColFixLtHdr #container #navigation {
	background-color: #003333;
	color: #cccccc;
	width: 799px;
}
.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 */
}
.twoColFixLtHdr #container #mainContent .bold {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
}
.brickredbold {
	color: #990000;
	font-weight: bold;
