/* Global Styles */

body {
	margin:0px;
	background-color: #fff5ee;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #033FA1;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #660066;
	text-decoration:underline;
	}
	a:visited {
	color: #660066;
	text-decoration:none;
	}
	
/* ID Styles */

#mainbody {
	margin-bottom:10px;
	margin-top: 10px;
	margin-right: 50px;
	margin-left: 50px;
}

#logo {
	background-repeat:no-repeat;
	float:left;
	background-image: url(../images/pinksailboat1.jpg);
}
#featured {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 243px;
	float: right;
}

#clear {
	clear: both;
	padding: 20px;
	}
	
#navigation a {
	font:12px arial;
	color: #0A4098;
	text-decoration:underline;
	letter-spacing:0.1em;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	}
	
#navigation a:hover {
	color: #660033;
	text-decoration:underline;
	}
	
#navigation a:visited {
	color: #660033;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.Header {
	color: #E068B0;
	letter-spacing:0.2em;
	font-weight:bold;
	font-family: "Trebuchet MS", "Times New Roman", serif;
	font-size: 24px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 15px;
	padding-bottom: 250px;
	}

.sidebarText {
	color: #000000;
	line-height:18px;
	font-family: georgia;
	font-size: 16px;
	font-weight: bolder;
	}
	
.bodyText {
	font:12px arial;
	line-height:24px;
	color:#333333;
	text-align: left;
	}
	
.pageName {
	font:20px;
	color: #000000;
	letter-spacing:0.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:14 px arial;
	color: #333300;
	letter-spacing:0.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	

