@charset "utf-8";

body {font-family: Arial, Helvetica, sans-serif;
	  background: #e2e2e2; 
	  margin: 0px; 
	  padding: 0px; 
	  text-align: center; 
	  color: #000000;}

img {border:0px}

h1 { font-size: 30px; 
	 color: #FFFFFF; 
	 font-family:Georgia, "Times New Roman", Times, serif; 
	 font-weight:bold; 
	 letter-spacing:0.2em;
	 padding:0px; 
	 margin:0px; }
	
h2 { font-size: 17px;  
	 font-family:"Times New Roman", Georgia, Times, serif; 
	 font-weight:bold;
	 letter-spacing:0.1em;
	 color: #000000;
	 padding:0px; 
	 margin:0px; }
	 
h3 { font-size: 17px;  
	 font-family:"Times New Roman", Georgia, Times, serif; 
	 font-weight:bold;
	 letter-spacing:0.2em;
	 color: #414141;
	 padding:0px; 
	 margin:0px; }
	 
h4 { font-size: 11px; 
	 color: #000000; 
	 font-family:"Courier New", Courier, monospace;
	 font-weight:normal;
	 padding:0px; 
	 margin:0px; }

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #004080;
	font-weight:bold;
	line-height:20px;
	margin:0;
	padding:4px 0px 2px 0
	}
	
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #FFFFFF;
	background-image:url(../images/bg-table-beach_780.gif);
	background-repeat:no-repeat;
	padding-left: 10px;
	padding-right: 5px;	
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	border-left: dotted;
	border-left-width: 1px;
	border-color: #999999;
}

.twoColFixRtHdr #mainContent {
	 /* margin: 0 275px 0 0;  the right margin on this div element creates the column down the right 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. */
	width: 500px;
	height: 100%;
	padding-right: 5px;
	padding-left: 10px;
	text-align: left;
} 

.twoColFixRtHdr #footer { 
	padding-left: 10px;
	padding-right: 5px;
	background:#DDDDDD; 
} 

.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 */
}

.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;
}

td {font-size: 11px Arial, Helvetica, sans-serif; color: #000000; }

p {margin:11px 0;}

a {font-size: 11px; color: #990000; text-decoration:none; word-spacing:normal;}

a:hover {color: #003399; text-decoration:underline; word-spacing:normal;}

ul li {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 3px 0;
	font-size:13px;
	line-height:16px;
}

.toggleborder img{border: 1px solid #ccc;}

.toggleborder:hover img{border: 2px solid navy;}

.toggleborder:hover{color: red; /* Dummy definition to overcome IE bug */}

	
/* ID Styles */
							
#navigation a {
	font:10px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:none;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	letter-spacing:.1em;	
	}

#padding {
	padding:10px 5px 10px 5px;
	}
	
#weekdays th {
	font:10px Arial, Helvetica, sans-serif;
	color: #ffffff;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.signupframe {
  border: 1px solid #ABABAB;
  background: #ffffff;
  color: #226699;
  font-family:Arial, Helvetica, sans-serif;
}

.logoBlack {
	font:30px times new roman;
	color: #333300;
	letter-spacing:0.2em;
	font-weight:bold;
	}
		
.logoWhite {
	font:30px times new roman;
	color: #FFFFFF;
	letter-spacing:0.1em;
	font-weight:bold;
	}

.welcome {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #000066;
	letter-spacing:0.1em;
	font-weight:bold;
	}
	
.headerGrey {
	font: Times New Roman, Times, serif;
	font-size: 17px;
	letter-spacing:0.1em;
	color: #666666;
	font-weight:bold;
	}

.pageInfoWhite {
	font-size: 12px;
	color: #FFFFFF;
	}
	
.locationInfoWhite {
	font-size: 11px;
	color: #FFFFFF;
	}

.pageDesc { 
	 font-size: 12px; 
	 color: #000000; 
	 font-family: "Courier New", Courier, monospace;
	 font-weight:normal;
	 }
	 
.pageInfoGrey {
	font-size: 12px;
	color: #666666;
	}
			
.sidebarText {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 3px 0;
	font-size:13px;
	line-height:16px;
	font-weight:normal;
	color: #000000;
	}

.sidebarTextBold {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 3px 0;
	font-size:13px;
	line-height:16px;
	font-weight:bold;
	color: #333333;
	}
	
.sidebarTextsmall {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 3px 0;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	color: #333333;
	}

.sidebarTextsmallBold {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 3px 0;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	color: #333333;
	}
			
.bodyText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#333333;
	font-weight:normal;
	}
	
.inputLabel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#333333;
	}
	
.inputText {
	font:11px "Courier New", Courier, monospace;
	color: #333333;
	line-height:18px;
	text-align: left;
	}
	
.pageName {
	font:20px Georgia, "Times New Roman", Times, serif;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #990000;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.05em;
	}

.news {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #004080;
	font-weight:normal;
	line-height:15px;
	}

.newsHeaderBold {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:3px 3px 0 0;
	font-size:20px;
	line-height:23px;
	font-weight:bold;
	color: #333333;
	}
			
.sidebarHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #004080;
	font-weight:normal;
	line-height:20px;
	}
.sidebarHeaderBold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #004080;
	font-weight:bold;
	line-height:20px;
	}
	
.sidebarHeaderSmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #004080;
	font-weight:normal;
	line-height:18px;
	}
		
.sidebarHeaderSmallBold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #004080;
	font-weight:bold;
	line-height:18px;
	}	
		
.navText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #004080;
	font-weight: bold;
	letter-spacing:0.075em;
	}
	
.navTextsmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #004080;
	font-weight: bold;
	letter-spacing:0.075em;
	}

.navTextsmaller {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #004080;
	font-weight: bold;
	}
			
.calendarText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#333333;
	}

.importantNotice {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	line-height:11px;
	color: #004080;
	}

.borderTable {
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	padding: 5px;
	}