.menuContainer 	{ background-color:#336633; color:#FFFFFF; }.body 		{ font-family: Arial, sans-serif; font-size:12px; font-weight:normal; color:#000000; }.bodybold 	{ font-family: Arial, sans-serif; font-size:12px; font-weight:bold ; color:#000000; }.section 	{ font-family: Arial, sans-serif; font-size:16px; font-weight:bold; color:#336633; }.docheader 	{ font-family: Arial, sans-serif; font-size:16px; font-weight:bold; color:#336633; }.sub 		{ font-family: Arial, sans-serif; font-size:11px; font-weight:normal; color:#336633; }.altbody 	{ font-family: Arial, sans-serif; font-size:12px; font-weight:normal; color:#FFFFFF; }.footer 	{ font-family: Arial, sans-serif; font-size:12px; font-weight:normal; color:#000000; }a.footer:link 		{ font-family: Arial, sans-serif; font-size:12px; color:#336633; font-weight:normal; }a.footer:visited 	{ font-family: Arial, sans-serif; font-size:12px; color:#336633; font-weight:normal; }a.footer:hover 		{ font-family: Arial, sans-serif; font-size:12px; color:#336633; font-weight:normal; }a.quicklink:link 	{ font-family: Arial, sans-serif; font-size:11px; font-weight:normal; color:#336633}a.quicklink:visited 	{ font-family: Arial, sans-serif; font-size:11px; font-weight:normal; color:#336633}a.quicklink:hover 	{ font-family: Arial, sans-serif; font-size:11px; font-weight:normal; color:#336633; }a.stdlink:link 		{ font-family: Arial, sans-serif; font-size:11px; color:#336633; }a.stdlink:visited 	{ font-family: Arial, sans-serif; font-size:11px; color:#336633; }a.stdlink:hover 	{ font-family: Arial, sans-serif; font-size:11px; color:#336633; }a.menu:link 		{ font-family: Arial, sans-serif; font-size:11px; color:#FFFFFF; text-decoration:none; padding-top: 0px; padding-right: 1px; padding-bottom: 0px; padding-left: 3px; }a.menu:visited 		{ font-family: Arial, sans-serif; font-size:11px; color:#FFFFFF; text-decoration:none; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 3px; }a.menu:hover 		{ font-family: Arial, sans-serif; font-size:11px; color:#FFFFFF; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 3px; }a.pageutil:link 	{ font-family: Arial, sans-serif; font-size:11px; font-weight:normal; color:#000000; }a.pageutil:visited 	{ font-family: Arial, sans-serif; font-size:11px; font-weight:normal; color:#000000; }a.pageutil:hover 	{ font-family: Arial, sans-serif; font-size:11px; font-weight:normal; color:#000000; text-decoration:none; }a.sectionpath:link 	{ font-family: Arial, sans-serif; font-size:11px; font-weight:normal; color:#000000; }a.sectionpath:visited 	{ font-family: Arial, sans-serif; font-size:11px; font-weight:normal; color:#000000; }a.sectionpath:hover 	{ font-family: Arial, sans-serif; font-size:11px; font-weight:normal; color:#000000; }.discussTable 	{ border: 0px ; background-color: #FFE5BF; }.discussHeader 	{ font-family: Arial, sans-serif; font-size:12px; color:#003164; font-weight:bold ; background-color: #FFAA30; }.pollTable 	{ border: 0px ; background-color: #FFE5BF; }.pollHeader 	{ font-family: Arial, sans-serif; font-size:12px; color:#003164; font-weight:bold ; background-color: #FFAA30; text-align: left; }a { font-family: Arial, sans-serif; font-weight:normal; text-decoration:underline; color:#336633; }p { font-family: Arial, sans-serif; font-size:12px; font-weight:normal; color:#000000; }td { font-family: Arial, sans-serif; font-size:12px; font-weight:normal; color:#000000; }b { font-weight:bold; }i { font-style:italic; }u { text-decoration:underline; }ul { font-family: Arial, sans-serif; font-size:12px; line-height:16px; font-weight:normal ; color:#000000; }li { font-family: Arial, sans-serif; font-size:12px; line-height:16px; font-weight:normal ; color:#000000; }div {font-family: Arial, sans-serif; font-size:12px; line-height:16px; font-weight:normal ; color:#000000; }




/* Calendar styles */

table #calendar
{
	width: 100%;
	background-color: #336633;

}

table #calendar caption 	
{ 
	background-color: #336633; 
	color: #FFFFFF; 
	font-weight: bold;
	padding: 10px;
	font-size: 18px; 
}

table #calendar th 		
{ 
	background-color: #669966; 
	color: #FFFFFF; 
	padding: 4px; 
	font-weight: bold; 
	font-size: 14px; 
}

#calendar td.present {
	text-align: left;
	height: 90px;
	overflow: hidden;
	background-color: #FFFFFF;
	width: 15%;
	padding: 3px;
	-moz-border-radius: 5px;
}

#calendar td.past
{
	background-color: #ECE6B9;
	height: 90px;
}

#calendar td.future 
{
	text-align: left;
	height: 90px;
	overflow: hidden;
	background-color: #F9F9F0;
	padding: 3px;
	width: 84px;
	-moz-border-radius: 5px;
}

#calendar td.none 
{
	background-color: #FFFFFF;
}

#calendar td.past:hover, 
#calendar td.future:hover, 
#calendar td.present:hover {
	background-color: #ffffff;
}

#calendar .date {
	color: #336633;
	padding: 0px;
	width: 14px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#calendar td ul {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
}

#calendar td.past ul li,
#calendar td.present ul li,
#calendar td.future ul li 
{
	list-style: none;
	font-size: 11px;
	font-style: normal;
	cursor: pointer;
	padding: 3px;
}

#calendar td.past ul li:hover,
#calendar td.present ul li:hover,
#calendar td.future ul li:hover  
{
	
}

#calendar td.past ul li a:link, 
#calendar td.past ul li a:visited, 
#calendar td.past ul li a:active, 
#calendar td.future ul li a:link, 
#calendar td.future ul li a:visited, 
#calendar td.future ul li a:active, 
#calendar td.present ul li a:link, 
#calendar td.present ul li a:visited, 
#calendar td.present ul li a:active
{
	text-decoration: none;
	color: #336633;
	width: 100%;
	padding: 3px;
	
}

#calendar td.past ul li a:hover,
#calendar td.future ul li a:hover,
#calendar td.present ul li a:hover
{
	text-decoration: underline;	
	color: #336633;
	padding: 3px;
	
}

.calendarItemDisplay
{
	position: absolute;
	overflow: hidden;
	top: 400px; 
	left: 200px;
	visibility: hidden;
	background-color: #FFFFFF;
	padding: 10px;
	border: 3px outset grey;
	opacity: 1;
	filter: alpha(opacity=100) blendTrans(duration=.3);
	height: 400;
	width: 415;
}

#shadow
{

	position: absolute;
	left: 0px;
	top: 0px;
	background-color: black;
	filter: alpha(opacity=45) blendTrans(duration=.35);
	opacity: 0.45; 
	visibility: hidden; 
}
