/* Global Styles */

body {
	margin:0px;
	background-color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	text-align: center;
	}
	
td {
	color:#333333;
	font-family: arial;
	font-size: 14px;
	}
pageHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC3300;
}

	
a {
	color: #330000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
a img { border: none ; } 
	
/* ID Styles */
	
#navigation a {
	color: #000066;
	text-decoration:none;
	letter-spacing:0.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	}
	
#navigation a:hover {
	color: #000033;
	text-decoration:none;
	}

#padding {
	padding:10px 5px 10px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.padding {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
.tabletext {
	padding-left: 30px;
}

	
.bodyText {
	font:14px arial;
	line-height:18px;
	color:#333333;
	text-align: justify;
	}

.paddingPH{
	padding-top: 10px;
}
	
.headerText {
	font:20px georgia;
	line-height: 50%;
}
	
.pageName {
	color: #993300;
	letter-spacing:0.1em;
	line-height:26px;
	font-family: georgia;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	}
	
.subHeader {
	color: #663300;
	font-weight:bold;
	line-height:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 23px;
	}
	
	
h1 {
	color: #993300;
	font-weight:bold;
	font-family: arial;
	font-size: 20px;
}	
.navText {
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
#top {
	background-image: url(images/innerTop.gif);
	background-repeat: no-repeat;
	width: 950px;
	z-index: 15;
	padding-top: 200px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-top-color: #201A52;
}

#sideBar {
	height: auto;
	width: 200px;
	z-index: 5;
}

#mainText {
	height: auto;
	width: 650px;
	z-index: 10;
	background-color: #FFFFFF;
	margin-top: 40px;
	margin-left: 150px;
}
#contentInner {
	height: auto;
	width: 800px;
	margin-top: 40px;
	margin-left: 150px;
}

#navInner {
	position: absolute;
	width: auto;
	left: 550px;
	top: 50px;
}


#logo {
	padding:5px 5px 5px 0px;
	}
	
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	width: 950px;
	background-image: url(images/bd.gif);
	clear: both;
	float: none;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #000033;
	height: auto;
	font-weight: bold;
	color: #000033;
	letter-spacing: 0.1em;
	padding-bottom: 100px;
	}
	
#global {
	position: relative; /* container positioning */
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-color: #FFFFFF;
	text-align: left;
     }
