/* Global Styles */

body {
	margin:0px;
	background-image: url(back.jpg);
	background-repeat: no-repeat;
	}

td {
	font:14px arial;
	color:#333333;
	}
.style1 {color: #999966}
.style2 {
	font-size: 18px;
	font-weight: bold;
}
.style3 {color: #FFFFFF}
a {
	color: #999966;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	color: #000000;
	text-decoration:none;
	letter-spacing:0.1em;
	font-family: "Comic Sans MS";
	font-size: 18px;
	}
	
#navigation a:hover {
	color: #990000;
	}
h2 {
	color: #000000;
	font-family: "Comic Sans MS";
}
p {
	color: #000000;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
}

#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;
	}

/* Class Styles */

.logo {
	font:30px times new roman;
	color: #990000;
	letter-spacing:0.3em;
	font-weight:bold;
	line-height:30px;
	}

.tagline {
	font:20px times new roman;
	color: #990000;
	letter-spacing:0.2em;
	}

.smallText {
	font:14px arial;
	color: #990000;
	line-height:18px;
	}

.pageHeader {
	font:30px times new roman;
	color: #999966;
	letter-spacing:0.1em;
	line-height:38px;
	}
	
.bodyText {
	font:14px arial;
	color:#333333;
	line-height:24px;
	}
	
.pageName {
	font:20px georgia;
	color: #6B2A2B;
	letter-spacing:0.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px times new roman;
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	color: #333300;
	letter-spacing:0.1em;
	font-size: 14px;
	font-family: "Comic Sans MS";
	}
	
