@CHARSET "UTF-8";

a:hover { font-style: oblique; color: #FF3333}
.style1 {font-size: 14pt}
.style2 {color: #eeaa00 !important; }
.style3 {
color: rgb(255, 102, 0);
font-size: 14pt;
}
.style4 {font-size: 16pt; }
.style6 {color: rgb(255, 102, 0); font-size: 18pt; }
.style7 {color: #FFFFFF}

.blobsize {
	width: 400px;
	height: 200px;
	}
.niceBox { 
	border: 1px solid #000; 
	padding: 5px; 
	background-color: #eef;  
	overflow: auto;  
	width: 400px; height: 300px; 
	text-align: center;
	}
.newEditBox { 
	border: 1px solid #000; 
	
	padding: 5px; 
	background-color: #eef;  
	overflow: auto;  
	width: 800px; 
	text-align: center;
	}
.leftBox {
	margin-bottom: 10px; 
	border: 1px solid #000; 
	padding: 5px; 
	overflow: auto; 
	float: left;
	background-color: #eef;  
	
	}
.topBox {
text-align: center;

margin-bottom: 10px; 
	border: 1px solid #000; 
	padding: 5px; 
	overflow: auto; 
	float:center;
	width: 200px;
	background-color: #eef; 
	}
	
.left {
	text-align: left; }
	
	
.calendar {
background-color: #ffffff;
color: #000000;
padding:2;
border: 2px #cccccc groove;
text-align:right;
vertical-align:top;
font-size: 14px;
}

.calendarToday {
background-color: #ffffff;
color: #FF0000;
padding:1;
border: 2px #cccccc groove;
text-align: left;
vertical-align:top;
text-align: left;
font-size: 14px;
width: 92px;
padding-bottom: 0px;

}
.dayNum {
 position: relative;
 float:right;
 z-index: 90;
 padding: 0px;
 top: -3px;	
}
	
.calEvent {
position: relative;
top: -8px;
	padding: 0px;
text-align: left;
vertical-align: top;
float:left;
font-size: 10px;
width:92px;
height: 110px;
overflow: hidden;

}
.adminMenu {
text-align:center;
font-size: 14px;
text-decoration: none;
width: 200px;
border: 2px black groove;
padding: 5px;
background-color: #66aa66;
}

.adminMenu a{
text-decoration: none;
	
}
.newsTitle {
text-align: left;
color: #006600;

}
.articleHeader {
 text-align: left;
 color: black;
 font-style: italic;
 /* border-left: 2px green groove; */

 
}
.articleContent {
 text-align: left;
 color: black;
/* border-left: 2px green groove;
border-bottom: 2px green groove; */
 
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
text-decoration: none;
color: black;
}
.hintanchor
{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
text-decoration: none;
margin: 3px 3px;
}
