/* Global Styles */

body {
	width: auto;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(images/fanasy3.jpg);
	font-size: 100%;
	text-align: center;/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-position: top;
	color: #D6D6D6;
	background-attachment: fixed;
	background-image: url(images/fanasy3.jpg);
	}

	
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: auto;
	font-size: 10px;
	width: auto;
	position: relative;
	color: #FFF;
	margin: 0 auto;
	text-align: center;
	background-repeat:no-repeat;
	}

	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #00F;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #FFF;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #CCC;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	color: #FFF;
	font-size: 14px;
	font-family: "Comic Sans MS", cursive;
	font-style: italic;
	}
	
#weekdays th {
	font:10px arial;
	color: #666;
	letter-spacing:0.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #333300;
	letter-spacing:0.4em;
	font-weight:bolder;
	text-align: center;
	width: 46em;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	}

.sidebarText {
	color: #666;
	line-height:18px;
	font-family: georgia;
	font-size: 10px;
	}
	
.bodyText {
	line-height:24px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	z-index: 1;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
.xml {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	z-index: 1;
}

