/* Global Styles */

body {
	margin:5px;
	background-image: url(images/bg_grad.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #CC0000;
	text-decoration:none;
	font-weight:normal;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	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:bold 24px "times new roman";
	color: #333300;
	letter-spacing:.4em;
	}

.sidebarText {
	font:11px georgia;
	color: #000066;
	line-height:14px;
	}

.bodyText {
	font:normal 10pt/normal Verdana, Arial, Helvetica, sans-serif;

	color:#333333;
	}
	
.pageName {
	color: #CC3300;
	letter-spacing:.1em;
	font-family: Garamond;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	}
	
.boxName {
	font:14px georgia;
	color: #FFFFFF;
	letter-spacing:.1em;
	line-height:26px;
	}


.subHeader {
	font:bold 12px/20px georgia;
	color: #000066;
	letter-spacing:.1em;
	}
	

ul#menu {
  width: 215px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 0;
  padding: 0px;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #CC3300;
  font-weight:bold;
  padding: 5px 0px 5px 5px;
}

ul#menu li {
  border-bottom: solid 1px #CCCCCC;
  line-height: 20px;
}

ul#menu ol li {
  border-bottom: none;
  
}

ul#menu ol li:before {
   content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #be5028;
}

.style1 {
	font-size: 8pt;
	color: #000000;
}

