@charset "utf-8";
/* CSS Document */



body {
	background-image: url(images/bkg_gradient2.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	color: #993400;
	font-size: 12px;
	font-weight: bold;
}


.nav1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing:0.1em;
	vertical-align: middle;
	padding-top: 0.2em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.header {
	font-size: 18px; letter-spacing:.2em;
}

.midheader {
	font-size: 16px
}

.smalltext {
	font-size: 10px;
	}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#darklink td {
	font-size: 12px;
}
#darklink  a {
	color: #000000;
	text-decoration: underline;
	}
	
#darklink a:hover {
	text-decoration: none;
	}
	
#redlink td {
	font-size: 12px;
}
#redlink  a {
	color: #993400;
	text-decoration: underline;
	}
	
#redlink a:hover {
	text-decoration: none;
	}
	
#dot { border-color: #666666; border-style: dotted; border-width: 4px;} 


/*This controls the div style for the content*/


div.main_content1 {

position:relative; 

left:0px; top:10px; 

width:385px; height:450px; 

overflow:auto; 

}

div.main_content {

position:relative; 

left:15px; top:15px; 

}
/*############################################################*/
/*################## New Menu CSS ############################*/
/*############################################################*/

/*
<td width="127" height="32" background="calendar/working-files/images/button.jpg"><div align="center" class="nav1"><a href="calendar/working-files/index.html" title="Home Page">HOME</a></div>
 width="775" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#666666" bgcolor="#666666"
 */
#cssmenu {
	width: 775px;
	height: 32px;
	border: 1px solid #666;
	background: #666;
	border-collapse:collapse;
}
#cssmenu td {
	background: url(images/button.jpg) no-repeat center;
	height: 32px;
	width: 122px;
}
#cssmenu td a {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height: 32px;
}

