/* Global Styles */

body {
text-align: center; /* Center align for IE */
}

.wrapper {
margin: 0 auto; /* Center align for Good browsers like Firefox, Opera, Netscape */
text-align: left;
width: 960px;
}
	
td {
	font:11px georgia;
	color:#CCCCCC;
	background-color: #000000;
	}
	
a {
	color: #CC3333;
	text-decoration:underline;
	font-weight:bold;
	}
	
a:hover {
	text-decoration:underline;
	color: #FFFFFF;
	}
	
/* ID Styles */
	
#navigation a {
	color: #FFFFFF;
	text-decoration:none;
	letter-spacing:.1em;
	font-family: arial;
	font-size: 10px;
	}
	
#navigation a:hover {
	color: #FFFFFF;
	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 */

.logo {
	font:18px times new roman;
	color: #C53333;
	letter-spacing:0.4em;
	font-weight:bold;
	}

.sidebarText {
	color: #CBCCCC;
	line-height:18px;
	font-family: georgia;
	font-size: 12px;
	}
	
.bodyText {
	font:11px georgia;
	line-height:24px;
	color:#FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	text-indent: 0px;
	background-image: url(images/gradient.png);
	}
	
.pageName {
	font:20px georgia;
	color: #FFFFFF;
	letter-spacing:0.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	color: #ffffff;
	letter-spacing:0.1em;
	font-family: arial;
	font-size: 9px;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
.ricepaper {
	background-image: url(backgrounds/beige083-4.jpg);
	background-repeat: repeat;
}
