@charset "utf-8";
body  {
	font: 80% 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;
	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;
	background-color: #06A3DA;
	background-image: url(../images/bluegradient.gif);
	background-repeat: repeat-x;
}
.aboutText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #666666;
	letter-spacing: 0.05em;
	margin: 10px 10px 10px 5px;
	line-height: 25px;
	text-align: justify;
}

a:link {
	color: #FF6600;
}
#header a:visited {
	color: #FF6600;
}


#page {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/bluedivers.jpg);
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0px auto 20px auto;
	text-align: left;
	background-color: #000000;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	background-color: #000000;
	text-align: right;
	background-image: url(../images/headergraphic2020.jpg);
	background-repeat: no-repeat;
	background-size: 780px 130px;
} 

.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 */
	color: #FFFFFF;
	position: absolute;
	top: -100px;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
	clear: left;
	background-color: #000000;
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #FF9900;
}

.twoColFixLtHdr  #sidebar1  p  {
	padding: 0px 0px 15px 0px;
	margin: 0;
}
.twoColFixLtHdr       #sidebar1       #statusitems     {
	font-size: 85%;
	color: #9DB1F7;
}
.twoColFixLtHdr #sidebar1 #statusitems li {
	list-style-type: square;
	margin-left: -15px;
	margin-bottom: 10px;





}
.twoColFixLtHdr #sidebar1 #statusitems ul {
	margin-top: -10px;
}





.twoColFixLtHdr #mainContent {
	margin: 0px 0px 0px 195px; /* 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: 10px 10px 10px 20px;
	background-color: #FFFFFF;
} 


.twoColFixLtHdr       #mainContent       li            {
	margin-bottom: 8px;
	display: list-item;
}


.twoColFixLtHdr #nav {
	height: 2.1em;
	width: 780px;
}



.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FF9900;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
} 
.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 #bannerbuttons {
	background-color: #000000;
	height: 20px;
	width: 550px;
}
.twoColFixLtHdr #bannerbuttons td {
	border-right: 1px dashed #999999;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
}
.twoColFixLtHdr  #adbutton {
	margin: 15px 10px 10px 0px;
	float: left;
}
.twoColFixLtHdr #news {
	margin: 15px 5px 10px 0px;
}
#wwr_raffle a:link {
	color: white;
}
#wwr_raffle a:visited {
	color: #633800;
}
#wwr_raffle a:hover {
	color: #FFF;
}


.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;
}
.emphasis_text {
	font-weight: bold;
	color: #FF6600;
}
.emphasis_text_light {
	color: #0066FF;
	font-weight: normal;
}
.warning_text {
	font-weight: bold;
	color: #FF0000;
}
.clearrt {
	clear: right;
}
