/* Global Styles */

body {
	margin:0px;
	background-color: #FFFFCC;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #990000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	color: #333300;
	text-decoration:none;
	letter-spacing:.1em;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-family: arial;
	font-size: 10px;
	line-height: 14px;
	}
	
#navigation a:hover {
	color: #990000;
	text-decoration:underline;
	}

#padding {
	padding:20px 3px 20px 3px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	font-family: "times new roman";
	font-size: 36px;
	}

.sidebarText {
	font:12px georgia;
	color: #333300;
	line-height:14px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
	#navigation a {
	color: #333300;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:6px 6px 8px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.twoColFixLtHdr #container { 
	width: 800px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 4px solid #000000;
	text-align: left; /* done. */
} 
.twoColFixLtHdr #header { 
	background: #999966; 
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #000000;  /* done. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	background: #999966;
	padding: 10px 0; /* done. */
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 200px; 
	background: #999966;
	border: 2px; 
	padding: 0px 0px 0px 0px;
	border-right: 1px solid #000000;/* done. */
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 200px; 
	padding: 0 20px; /* done. */
} 
.twoColFixLtHdr #footer { 
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #000000;   /* done */
}
.float { float: left;
		margin-left: 0px;
}
.float2 { float: left;
		margin-left: 50px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 

