/* Global Styles */
body {
	background-image: url(../i/solar_bg_image_benny.jpg);
	background-repeat: no-repeat;
	margin:0 0 0 0;
	font-size: 13px;
	color: #5A178A;
	font-family: arial;
}

.pageheader{
	color: #299926;
	font: bold 26px arial;
}

.strong{
	font-family: arial;
}

.em{
	font-family: arial;
}
	
a {
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #000000;
	text-decoration:underline;
	}
	
/* ID Styles */

.leftButtons {
display: block; 
height: 25px;
font-size:10pt; 
padding:8px 0 0 10px;
/*width:199px; */
text-decoration:none; 
background-image: url(../i/button_down.jpg) ;
background-repeat: no-repeat;
}

.leftButtons:hover {   
text-decoration:none;
background-image: url(../i/button_up.jpg);
background-repeat: no-repeat;
}

.leftButtons span {   
text-decoration:none; 
color:White; 
z-index:100; 
text-align:center; 
font-weight:bold; 
}

.leftButtonsSelected, .leftButtonsSelected:hover {
display: block; 
height: 25px;
font-size:10pt; 
padding:8px 0 0 10px;
/*width:199px; */
text-decoration:none;
background-image: url(../i/button_up.jpg);
background-repeat: no-repeat;
}

.leftButtonsSelected span {   
text-decoration:none; 
color:White; 
z-index:100; 
text-align:center; 
font-weight:bold; 
}

.leftBlueButton {
display: block; 
height: 25px;
font-size:10pt; 
padding:8px 0 0 10px;
/*width:199px; */
text-decoration:none; 
background-image: url(../i/button_blue_up.jpg) ;
background-repeat: no-repeat;
}

.leftBlueButton:hover {   
text-decoration:none;
background-image: url(../i/button_blue_down.jpg);
background-repeat: no-repeat;
}

.leftBlueButton span {   
text-decoration:none; 
color:White; 
z-index:100; 
text-align:center; 
font-weight:bold; 
}



.signUpButton {
border-bottom:0.05cm solid #000000;
border-right:0.05cm solid #000000;
display: block; 
height: 20px;
font-size:10pt; 
padding:4px 0 0 28px;
width:80px; 
text-decoration:none; 
background-color:#D6D3CE;
}

.signUpButton:hover {   
text-decoration:none;
background-color:#D6D3CE;
}

.signUpButton span {   
text-decoration:none; 
color:Black; 
z-index:100; 
text-align:center; 
/*font-weight:bold; */
}

	
#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:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	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;
	}
	
	
