/* Global Styles */


/* ID Styles */
	

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

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.sidebarText {
	color: #CC0000;
	font-weight:normal;
	line-height:18px;
	font-family: arial;
	font-size: 14px;
	}
	
.bodyText {
	line-height:18px;
	color:#333333;
	font-weight:normal;
	font-family: arial;
	font-size: 12px;
	}
	
.pageHeader {
	font:18px arial;
	color: #337b7b;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height:18px;
	}
	
.subHeader {
	color: #999966;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.05em;
	font-family: arial;
	font-size: 16px;
	}
	
.subHeader2 {
	font:14px arial;
	color: #999966;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.15em;
	}
	
.navText {
	font:11px arial;
	font-weight:bold;
	color: #fcdc91;
	}
	
.navText2 {
	font:10px arial;
	font-weight:normal;
	color: #CCCCCC;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
.brownbag {
	font:11px arial;
	color: #FFFFFF;
	font-weight:normal;
	line-height:16px;
	letter-spacing:0.05em;
	padding:8px;
	background-color:#BBB6A3;
	}
	
.scroller {
	position:absolute; /*Width of Image*/
	width:527px;
	height:291px; /*Height of Image*/
	left:275px; /* This is applied relative to edge of container */
	top:139px;
	font:12px arial;
	color: #666666;
	font-weight:normal;
	line-height:20px;
	letter-spacing:0.05em;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	}

