/* Global Styles */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	min-width: 735px;
	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 */
	color: #D3D1CA;
	}
	
	div.wrapper {
   margin-left: auto;
   margin-right: auto;
   }
/* width of div.wrapper is always 80% of viewport width */

div#wrapper {
text-align:center; /* reset text alignment */
width:735px; /* or a percentage, or whatever */
margin:0 auto; /* for the rest */
}

td {
	font:11px verdana;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:10px verdana;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #990000;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:11px verdana;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:22px georgia;
	color: #FFFFFF;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	}

.tagline {
	font:11px verdana;
	color: #CC3300;
	letter-spacing:.2em;
	}

.smallText {
	font:12px verdana;
	color: #00529b;
	line-height:18px;
	}

.pageHeader {
	font:30px georgia;
	color: #00529b;
	letter-spacing:.1em;
	line-height:38px;
	}
	
.bodyText {
	font:11px verdana;
	color:#333333;
	line-height:24px;
	font-weight: normal;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px verdana;
	color: #FFFFFF;
	letter-spacing:.1em;
	}
	
