/* Global Styles */

body {
	height: 90%;
	width: 90%;
	background-position: center center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #999999;
	}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #00436E;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #00A0E2;
	text-decoration:underline;
	}
	
/* ID Styles */

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

#padding {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
#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 {
	letter-spacing:0.3em;
	font-weight:normal;
	line-height:22px;
	background-image: url(../images/logo4.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-variant: normal;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	}

.smallText {
	color: #00436E;
	line-height:16px;
	font-family: "Lucida Sans";
	font-size: 11px;
	}

.pageHeader {
	color: #00436E;
	letter-spacing:0.1em;
	line-height:30px;
	font-family: "Lucida Sans";
	font-size: 24px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	}
	
.bodyText {
	color:#00436E;
	line-height:20px;
	font-family: "Lucida Sans";
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
	}
	
.PageName {
	color: #00436E;
	line-height:16px;
	font-family: "Lucida Sans";
	font-size: 11px;
	}
	
.subHeader {
	color: #00436E;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	font-family: "Lucida Sans";
	font-size: 16px;
	}
	
.navText {
	color: #00436E;
	letter-spacing:.1em;
	font-family: "Lucida Sans", Arial, "Times New Roman", sans-serif;
	font-size: 12px;
	}
.image {
	float: left;
	margin-right: 15px;
}
.image2 {
	float: right;
	margin-left: 15px;
}
.smallText2 {
	color: #FFFFFF;
	line-height:16px;
	font-family: "Lucida Sans";
	font-size: 11px;
	padding-left: 15px;
	background-color: #00426E;
}
.subsubHeader {
	color: #00436E;
	font-weight:bold;
	line-height:16px;
	letter-spacing:normal;
	font-family: "Lucida Sans";
	font-size: 12px;
}

