/* Global Styles */

body {
	margin:0px;
	background-color: #0070BA;
	}

li, ol, ul {
	font:20px verdana, arial;
	color:#ffffff;
	line-height: 26px;
	}

td, th {
	font:14px verdana, arial;
	color:#ffffff;
	line-height:18px;
	}

	
a {
	color: #ffff66;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #cccccc;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:12 px verdana;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
#navigation a:hover {
	color: #99CCFF;
	}

#padding {
	padding:15px 5px 15px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.title {
	font:36px times new roman;
	color: #ffff66;
	border-bottom: solid 2px #ffcc00;
	}

.tagline {
	font:36px times new roman;
	color: #ffff66;

	}
	
.smallText {
	font:12px verdana, times new roman;
	color: #CC3300;
	line-height:16px;
	}

.pageHeader {
	font:24px times new roman;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:38px;
	}
	
.bodyText {
	font:20px verdana, arial;
	color:#ffffff;
	line-height:24px;
	}
	
.pageName {
	font:16px 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: #333300;
	letter-spacing:.1em;
	}
