/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}

a.navbar:link {
	color: #033;
	text-decoration:none;
	font-weight:bold;
	padding: .6em;
	}

a.navbar:visited {
	color: #033;
	text-decoration:none;
	font-weight:bold;
	padding: .6em;
	}
a.navbar:hover {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	background-color:#033;
	padding: .5em;
	border: thin solid #FFF;
	}	

a.current:link {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	background-color:#033;
	padding: .5em;
	border: thin solid #FFF;
	}
a.current:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	background-color:#033;
	padding: .5em;
	border: thin solid #FFF;
	}	
	
/* ID Styles */
	
// #navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
// #navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#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:1.2em georgia, 'times new roman', serif;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:1.2em arial;
	line-height:1.6em;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #FFFFFF;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
.header {
	color: #FCF2D7
}

.assign {
	font-family: 'Trebuchet MS',arial,helvetica,sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
    color: #000;
	background-image: url(images/137bkg2.gif);
	background-repeat: repeat;	
	border: 6px double #EDFFE9;
	padding: 7px;
	width: 640px;
}
.exercise {
	border: 6px double #71A540; 
	padding: 7px; 
	font-size: 1.2em; 
	line-height: 1.6em; 
	width: 640px; 
	font-family: 'Trebuchet MS',arial,helvetica,sans-serif; 
	background-color: #EDFFE9;
}
.exerHead {
	font-family: 'Trebuchet MS',arial,helvetica,sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	color: #EDFFE9;	 
	background-color: #71A540; 
 	padding: 5px;
}
.readDO {
	font-family: Georgia,'New York',Times,serif;
	font-size: 1.6em;	
	line-height: 2em;
	font-weight: bold;
	color: rgb(51, 102, 153);	
	background-color: rgb(164, 194, 194); 
	text-align: center;
 	padding: 5px; 
	border: 6px double #71A540; 
}
.yellow {
	color:#FF0;
	font-weight:bold;
}	

