/* Global Styles */

body {
	margin:0px;
	}


	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}

.nav {
	background-color: #000000;
	width: 100%;
	height: 45px;
	text-align: center;
	line-height: 150%;
	color: #99CCFF;	
	font:12px arial;
	text-decoration:none;
	letter-spacing:.1em;
}
	
.nav a {
	font:12px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
}

.nav a:visited {
	font:12px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
}

.nav a:hover {
	color: #99CCFF;
}

.imageright {
	float: right;
	margin: 10 0 10 10;
}
	
/* ID Styles */

#navigation a {
	font:10px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	}

#navigation a:visited {
	font:10px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #99CCFF;
	}

#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;
	}

.container {
	width: 100%;
	text-align: center;
	}
	
.banner {
	width: 100%;
	height: 10%;
	padding: 5%;
	background-color: #FACF4D;
}

.picbox {

	float: right;
	width: 50%;
	padding: 1%;
}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #0E177C;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	width: 100%;
	bgcolor: #FFCC00;
	}

.tagline {
	font:11px times new roman;
	color: #CC3300;
	letter-spacing:.2em;
	}

.smallText {
	color: #CC3300;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.pageHeader {
	font:30px times new roman;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:38px;
	}
	
.bodyText {
	font:11px arial;
	color:#333333;
	line-height:24px;
	}
p {
	font:14px arial;
	color:#333333;
	line-height:20px;
	text-align: justify;
	margin-left: 50px;
	margin-right: 50px;
	}

li {
	font:14px arial;
	color:#333333;
	line-height: 20px;
	text-align: left;
	}

h1 {
	font:36px arial;
	color:#333333;	
}

h2 {
	font:30px arial;
	color:#CA0813;
}

h3 {
	font:20px arial;
	color:#CA0813;	
}

h4 {
	font: 16px arial;
	color: #CA0813;
	text-align: left;
	margin-left: 50px;	
}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px times new roman;
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #FFFFFF;
	letter-spacing:0.1em;
	}

.box {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
}

.shifter {
	position: fixed;
	width: 60%;
	left: 20%;	
}

.linkdiv {
	font: 20px arial;
	color: #CA0813;
	margin: 10 0 0 0;
	padding: 10%;
}

.width75 {
	position: relative;
	margin: 0 10% 0 10%;
	width: 75%;
}
	
	.center {
		margin: 0 auto;
	}
