/* Global Styles */

body {
	margin:0px;
	font-family: Arial;
	}
	
#container {
	width: 1012px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #FF9E1B;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	color: #333333;
	text-decoration:none;
	letter-spacing:.1em;
	font-family: Arial;
	font-size: 10px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	}
	
#navigation a:hover {
	color: #333333;
	background-color: #FF9E1B;
	height: auto;
	width: auto;
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 11px;
	padding-left: 20px;
	}

#padding {
	padding:20px 5px 20px 5px;
	background-color: #CCCCCC;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #666666;
	letter-spacing:0.1em;
	font-weight:bold;
	font-family: Arial;
	font-size: 18px;
	background-color: #FFFFFF;
	}

.sidebarText {
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	}
	
.bodyText {
	line-height:16px;
	color:#FFFFFF;
	font-family: Arial;
	font-size: 12px;
	}
	
.pageName {
	color: #FFFFFF;
	letter-spacing:.1em;
	line-height:26px;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	}
.pageName2 {
	font-family: Arial;
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	color: #666666;
}
.mainbackground {
	background-color: #E51B24;
	border: 0px none #FFFFFF;
	padding: 5px;
}
.background2 {
	background-color: #FFFFFF;
}
	
.subHeader {
	color: #FF9E1B;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	font-family: Arial;
	font-size: 14px;
	}
	
.navText {
	color: #333333;
	letter-spacing:.1em;
	font-family: Arial;
	font-size: 10px;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	background-color: #CCCCCC;
	font-weight: bold;
	border-top-width: thin;
	border-top-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-color: #FFFFFF;
	}
.bodytext2 {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
.bottom_nav {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-transform: uppercase;
}
