/* Global Styles */

body {
	margin:0px;
	background-color: #fffbec;
	background-image: url(images/bg-green2.gif);
					background-repeat:repeat-y;
	}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-bottom: -10px;
}
h2  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: -10px;
}
	
td, p, li {
	font:12px arial;
	color:#333333;
	line-height: 1.5em;
	text-decoration: none;
	}
	

a {
	color: #cc0000;
	text-decoration:underline;
	font-weight:bold;
	
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
#navigation {height: 40px;}	
#navigation a {
	font:11px arial;
	color: #CC0000;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0.1em;
	padding-left:10px;
	padding-right: 28px;
	line-height: 1.8em;
	}
	
#navigation a:hover {
	color: #000;
	text-decoration:underline;
	font-variant: normal;
	}
#main {background-color:#FFFbec;
		position:absolute;
		top: 155px;
		left: 230px;
		width:525px;

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

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:24px times new roman;
	color: #FFFFFF;
	letter-spacing:0.1em;
	font-weight:bold;
	padding: 15px 0 10px 20px;
	text-shadow: #ffffff -10px -10px -4px;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:12px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:0.1em;
	line-height:26px;
	padding-left:25px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:11px arial;
	font-weight: bold;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
#footer {
	font-size: 95%;
	height: 40px;
	background-color: #FFD680;
	
}	
.style3 {
	color: #CC0000;
	font-weight: bold;
	font-style: italic;
}

#sidebar {
	/*background-color:#285100;*/
	position:relative;
	top: 0px;
	left:0px;
	padding: 0;
	margin: 0;
	height: auto;
	width: 230px;
	
}
#main #faculty {
	background-color: #FFECC6;
	padding: 8px;
	width: 500px;
}
#content {
	padding-left: 25px;
	width: 525px;
	background-color: #fffbec;
}
