/* Global Styles */

body
{
	margin: 0;
	padding: 0;
  color: #FFFFFF;
	background-color: #71B8D8;
	background-image: url(images/page_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

td { 
	font:11px Georgia, Times New Roman, Times, serif;
	color: #BB983A;
	}
	
#borderline a {
	color: #FF9900;
	}
	
#borderline a:hover {
	color: #FFFFCC;
	}

/* ID Styles */

#navigation {
	font:11px Georgia, Times New Roman, Times, serif;
	color: #FF9900;
	text-decoration:none;
	line-height:16px;
	}
	
#navigation a {
	font:11px Georgia, Times New Roman, Times, serif;
	color: #FF9900;
	text-decoration:underline;
	line-height:16px;
	letter-spacing:.13em;
	}
	
#navigation a:hover {
	color: #FFFFCC;
	text-decoration:underline;
	}
	
#calendar td {
	border: 1px solid #5E584F;
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	padding:2px;
	}

#calheader td {
	font-size:11px;
	color: #FF9900;
	}
	
#borderline {
	border: 1px solid #5E584F;
	}

/* Class Styles */
	
.bodyText {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	line-height:20px;
	}
	
.logo {
	font: 18px Georgia, Times New Roman, Times, serif;
	color: #E45E15;
	line-height:24px;
	letter-spacing:.5em;
	}
	
.pageName {
	font:bold 22px Georgia, Times New Roman, Times, serif;
	color: #FFFFCC;
	line-height:24px;
	letter-spacing:.3em;
	}
	
.pageName a:link, .pageName a:visited {
	color: #FFFFCC;
	text-decoration: none;
	border-bottom: #ffffcc 1px dotted;
}

.pageName a:active, .pageName a:hover {
	color: #BB983A;
	text-decoration: none;
	border-bottom: #BB983A 1px dotted;
}

.heading2 a:link, .heading2 a:visited {
	color: #FFFFCC;
	text-decoration: none;
	border-bottom: #ffffcc 1px dotted;
}

.heading2 a:active, .heading2 a:hover {
	color: #BB983A;
	text-decoration: none;
	border-bottom: #BB983A 1px dotted;
}
	
.subHeader {
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	line-height:14px;
	}
	
.heading2 {
	color: #FF9900;
}