/* Global Styles */

body {
	margin:0px;
	background-color: #A35200;
	background-image: url(images/background_imagetransparent_sm.jpg);
	}
	
.twoColElsLtHdr #container { 
	width: 52em;  /* a 46em width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #A35200;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
	
td {
	font:11px arial;
	color:#ffffff;
	}
	
a {
	color: #CC3333;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}

/* remove border from linked images */

a img { border: 0; }
a:hover img {
	border: 1px solid;
	color: #CC3333;
}
a:visited img {border: 0; }
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #FFFFFF;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	font:bold;
	color: #000000;
	}

#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:26px times new roman;
	color: #cc0033;
	letter-spacing:0.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px arial;
	color: #000000;
	line-height:18px;
	}
	
.bodyText {
	font:14px arial;
	line-height:24px;
	color:#333333;
	background-color: #FFFFCC;
	padding-left: 4px;
	padding-right: 2px;
	}
	
.pageName {
	font:20px georgia;
	color: #cc0033;
	letter-spacing:0.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:22px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #000000;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:12px arial;
	line-height:14px;
	color:#333333;
	text-align: center;
	}
	
.tableText {
	font:12px arial;
	line-height:14px;
	color:#333333;
	padding-right: 2px;
	padding-left: 2px;
	}	

.title{
	font-family:Trebuchet MS, verdana, arial;
	font-size:1.6em;
	font-weight:bold;
	text-align: center;
	color: #fff;
	padding: 12px 0 8px 0px;
}
