/* Global Styles */


body {
	margin:0px;
	}
	
 #wrapper {
min-height: 100%; /*Sets the min height to the
height of the viewport.*/
width: 100%;
height: 100%; /*Effectively, this is min height
for IE5+/Win, since IE wrongly expands
an element to enclose its content.
This mis-behavior screws up modern
browsers*/
left: 0;
margin: 0;
padding: 0;
}

html>body, html>body #wrapper {
height: auto; /*this undoes the IE hack, hiding it
from IE using the child selector*/
}

#wrapper {
position: absolute;
top: 0;
left: 0;
}
#header {
position: absolute;
top: 0;
width: 100%;
text-align: left;
}
#footer {
position: absolute;
bottom: 0;
height: 15px;
width: 100%;
text-align: center;
}

#main {
margin-bottom: 15px; /*Modify value as needed for
footer height.*/
height: auto;
padding: 100px;
} 
bodyblock {
 position:relative;
 background: #dcdcdc;
 color: #333333;
 width:650px;
 padding:100px;
 }
#left {

	float: left;
	width: 220px; /*Width of left column in percentage*/
	height: auto;
	background: #EEFFDF;
}

td {
	font:12px times new roman;
	color:#333333;
	}
	
a {
	ascolor: #990000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
a:link {
	color: #000099;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #660066;
}


	
/* ID Styles */

#navigation a {
	font:12px 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;
	}
	



/* Class Styles */

.logo {
	font:18px times new roman;
	color: #0E177C;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	}

.tagline {
	font:11px times new roman;
	color: #CC3300;
	letter-spacing:.2em;
	}

.smallText {
	font:12px times new roman;
	color: #000000;
	line-height:18px;
	}

.pageHeader {
	font:30px times new roman;
	color: #000000;
	letter-spacing:.1em;
	line-height:38px;
	}
	
.bodyText {
	font:12px times new roman;
	color:#333333;
	line-height:24px;
	}
	
.pageName {
	font:20px georgia;
	color: #000000;
	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:12px times new roman;
	color: #333300;
	letter-spacing:.1em;
	}

