/* Global Styles */

body {
	margin:0px;
	width: auto;
	position: relative;
	height: auto;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #333333;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	color: #556C11;
	text-decoration:underline;
	letter-spacing:0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
	}
	
#navigation a:hover {
	color: #333333;
	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: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	color: #FFFFFF;
	line-height:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}
	
.bodyText {
	line-height:16px;
	color:#333333;
	font-family: arial;
	font-size: 10px;
	position: relative;
	height: auto;
	width: auto;
	}
	
.pageName {
	color: #CC3300;
	letter-spacing:.1em;
	line-height:30px;
	font-family: georgia;
	font-size: 20px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	color: #566C11;
	letter-spacing:.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
.calendarText {
	line-height:14px;
	color:#CC711D;
	font-family: arial;
	font-size: 11px;
	}
	
	
.Quotation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #CC3300;
}
.Todayspecial {
}
#Todayspecial navigation a {
}
#Todayspecial navigation a:hover {
}
#left column {
	width: 300px;
	float: left;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#right column {
	float: right;
	width: 300px;
}
#middle {
	width: 425px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

