/* Global Styles */

body {
	margin:0px;
	background-color: #3492CE;
	}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #fff;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:10px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #99CCFF;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}
	
#container {
	position: absolute;
	width: 780px;
	background: transparent;
	top: 10px;
	height: 100%;
	margin-left: -390px;
	left: 50%;
	}

#head {
	position: absolute;
	left: 15px;
	top: 0px;
	width: 750px;
	text-align: center;
	height: 100%;
	}

#lowerimage {
	clear: both;
	width: 750px;
	left: 15px;
	background: bottom;
	}
	

/* Class Styles */

.logo {
	font:24px arial, helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing:0.1em;
	font-weight:bold;
	line-height:22px;
	}

.tagline {
	font:14px arial, helvetica, sans-serif;
	color: #fff;
	letter-spacing:0.1em;
	font-weight: normal;
	}

.smallText {
	font:15px arial, helvetica, sans-serif;
	color: #fff;
	line-height:20px;
	background: url(assets/background.jpg) repeat-x;
	}

.pageHeader {
	font:30px times new roman;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:38px;
	}
	
.bodyText {
	font:11px arial;
	color:#333333;
	line-height:24px;
	}
	
.subHeader {
	font:14px times new roman;
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.lowimage {
	background: url(../assets/water.jpg) no-repeat bottom;
	background-position: bottom;
	}	
	

