/* Global Styles */

body {
	margin:0px;
	background-image: url(images/body_bg.jpg);
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	}
	
td {
	color:#333333;
	vertical-align: top;
	}
a:hover {color:#990000;}	
	
/* ID Styles */
	
#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 {
	font-family: Bookman Old Style, Georgia, serif;;
	font-size: 90%
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font-family: Bookman Old Style, Georgia, serif;
	font-size: 90%;
	line-height:1.3ems;
	color:#333333;
	text-align: left;
	text-transform: none;
	}
	
.pageName {
	font:140% Bookman Old Style, Georgia;
	color: #A83600;
	letter-spacing:0.1em;
	line-height:26px;
	text-transform: capitalize;
	}
	
.subHeader {
	font:110% Bookman Old Style, 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;
	}
*/	
	
.tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #EAEAEA;
	padding-left: 150px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #CCCCCC;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

#footer a {color:#FFFFFF;}
#clock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	text-align: right;
}
