/* Global Styles */

body {
	margin:0px;
	background-color: #990000;
	}

td {
	color:#990000;
	font-family: arial;
	font-size: 11px;
	}
	
a {
	color: #990000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	color: #666666;
	text-decoration:none;
	letter-spacing:0.1em;
	font-family: arial;
	font-size: 14px;
	}
	
#navigation a:hover {
	color: #000000;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #990000;
	letter-spacing:0.3em;
	font-weight:bold;
	line-height:normal;
	background-color: 990000;
	background-image: url(images/chalicecampbanner.jpg);
	font-family: "times new roman";
	font-size: 18px;
	background-repeat: no-repeat;
	border: thick none #333333;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	background-position: center center;
	}

.tagline {
	font:11px times new roman;
	color: #CC3300;
	letter-spacing:0.2em;
	background-color: 990000;
	background-image: url(images/chalicecampbanner.jpg);
	}

.smallText {
	color: #990000;
	line-height:18px;
	font-family: "times new roman";
	font-size: 16px;
	}

.pageHeader {
	color: #990000;
	letter-spacing:0.1em;
	line-height:38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	}
	
.bodyText {
	font:11px arial;
	color:#333333;
	line-height:24px;
	}
	
.pageName {
	color: #990000;
	letter-spacing:0.1em;
	line-height:26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	}
	
.subHeader {
	font:14px times new roman;
	color: #FFCC99;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.navText {
	color: #000000;
	letter-spacing:0.1em;
	font-family: arial;
	font-size: 14px;
	background-color: ffffcc;
	}
	

