/* CSS Document */

a:link {  color: #003366; text-decoration: underline}
a:visited {  color: #666699; text-decoration: underline}
a:hover {  color: #004016; text-decoration: underline}
a:active {  color: #999999; text-decoration: underline}

.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC6600;
	padding-left: 20px;
	padding-top: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 13.85px;	
}

.topmenu a:link {  color: #CC6600; text-decoration: none}
.topmenu a:visited {  color: #CC6600; text-decoration: none}
.topmenu a:hover {  color: #333333; text-decoration: none}
.topmenu a:active {  color: #CC6600; text-decoration: none}

.mainmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-bottom: 2px;
	padding-top: 2px;
	letter-spacing: .5px;
	padding-left: 10px;
	line-height: 13.85px;
}

.mainmenu a:link {  color: #333333; text-decoration: none}
.mainmenu a:visited {  color: #333333; text-decoration: none}
.mainmenu a:hover {  color: #CC6600; text-decoration: none}
.mainmenu a:active {  color: #FFFFCC; text-decoration: none}

.mainmenuheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	letter-spacing: .5px;
	padding-left: 10px;
	line-height: 13.85px;}
	
.rightmenu {
	padding-left: 10px;
}

.rightmenurightjust {
	padding-right: 10px;
}

.columnbottom {
	background-image: url(images/column_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #8fda70;
	padding-top: 10px;
}
	
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16.91px;
}
		
.calendartext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	letter-spacing: .5px;

	padding-left: 10px;
	padding-top: 10px;
	
}	

.calendarbold {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	letter-spacing: .5px;
	line-height: 13px;
	font-weight: bold;
	padding-top: 10px;
}	


.calendareventheader {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 13px;
	font-weight: bold;
	padding-top: 10px;
}


.subhead {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #CC6600;
	line-height: 9px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: italic;
}	

.calendartext a:link {  color: #CC6600; text-decoration: none}
.calendartext a:visited {  color: #CC6600; text-decoration: none}
.calendartext a:hover {  color: #CC6600; text-decoration: underline}
.calendartext a:active {  color: #CC6600; text-decoration: none}	

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	letter-spacing: .5px;
	line-height: 13.85px;
}

.footer a:link {  color: #333333; text-decoration: none}
.footer a:visited {  color: #333333; text-decoration: none}
.footer a:hover {  color: #333333; text-decoration: underline}
.footer a:active {  color: #333333; text-decoration: none}

.calendar-border {
	border: 1px;
	border-color: #999999;
	border-style: solid;
}

.calendar-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
	text-align: center;
}

.calendar-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}

.bold {
	font-weight:bold;
}

