.menuContainer {
	background-color: #00347e;
	padding: 1px;
	border: 1px solid #FFF;
}

body, p, td, div, ul, li { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333; }

.menuContainer 	{
	background-color: #89817f;
	padding: 1px;
	text-align: left;
}

.menuCell { padding: 4px;}
.menuCell a, .menuCell a:visited { color: #fff; text-decoration: none; }

.menuCellOver { background-color: #fff; padding: 4px;}
.menuCellOver a, .menuCellOver a:visited, .menuCellOver a:hover { color: #dc9a37; }

#fader { padding: 3px; padding-left: 10px; width:600px; }
#fader a { color: white; font-weight: bold; text-decoration: none; }


a.menu td 	{ 
	color: #9C3620; 
	padding-right: 8px;
}

.body { }
.bodybold { font-weight: bold; }
.section { font-size: 18px; font-weight: bold}
.docheader { font-size: 24px; }
.sub { font-size: 11px; }
.altbody { }
.footer { font-size: 11px; line-height: 17px; color: #FFF; }

a.quicklink { color: #517acc; }
a.quicklink: visited { color: #517acc; }
a.quicklink: hover { color: #517acc;  }
a.stdlink { color: #517acc; font-weight:bold; }
a.stdlink: visited { color: #517acc; font-weight:bold; }
a.stdlink: hover { color: #517acc; font-weight:bold; }

a.menu, 
a.menu: visited,
a.menu: hover { font-size: 12px; line-height: 16px; color: #FFF; padding-left: 4px; text-decoration: none; font-weight: bold}
a.menu: hover { background-color: #F5CE83; }

a.pageutil { font-size: 11px; line-height: 16px; color: #9C3620; }
a.pageutil: visited { font-size: 11px; line-height: 16px; color: #9C3620; }
a.pageutil: hover { font-size: 11px; line-height: 16px; color: #9C3620; }

a.sectionpath { font-size: 11px; line-height: 16px; color: #9C3620; margin-top:6px; } 
a.sectionpath: visited { font-size: 11px; line-height: 16px; color: #9C3620;margin-top:6px; }
a.sectionpath: hover { font-size: 11px; line-height: 16px; color: #9C3620;margin-top:6px; }

.pollTable, 
.discussTable { background-color: #FFF; }

.discussHeader, 
.pollHeader {
	background-color: #9C9;
	color: #c00;
	font-weight: bold;
	border-bottom: 1px solid #063;
	text-decoration: underline;
}

a { text-decoration: underline; }

b { font-weight: bold; }
i { text-decoration: italic; }
u { text-decoration: underline; }

.qotd { font-size: 14px; font-style: italic; line-height: 18px; color: #dc9a37; }

/* Calendar styles */

table #calendar
{
	width: 100%;
	background-color: #444444;

}

table #calendar caption 	
{ 
	background-color: #444; 
	color: #fff; 
	font-weight: bold;
	padding: 10px;
	font-size: 1.8em; 
}

table #calendar th 		
{ 
	background-color: #eee; 
	color: #dc9a37; 
	padding: 4px; 
	font-weight: bold; 
	font-size: 1.4em; 
	text-align: center;
}

#calendar td.present {
	text-align: left;
	height: 90px;
	overflow: hidden;
	background-color: #eee;
	width: 84px;
	padding: 3px;
	-moz-border-radius: 5px;
}

#calendar td.past
{
	background-color: #fff;
	height: 90px;
}

#calendar td.future 
{
	text-align: left;
	height: 90px;
	overflow: hidden;
	background-color: #fff;
	padding: 3px;
	width: 84px;
	-moz-border-radius: 5px;
}

#calendar td.none 
{
	background-color: #fff;
}

#calendar td.past:hover, 
#calendar td.future:hover, 
#calendar td.present:hover {
	background-color: #fff;
}

#calendar .date {
	color: #333;
	padding: 0px;
	width: 14px;
	text-align: center;
	font-size: 1em;
	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-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;
	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
{
		
	padding: 3px;
	
}

.calendarItemDisplay
{
	position: absolute;
	overflow: hidden;
	top: 400px; 
	left: 200px;
	visibility: hidden;
	background-color: #FFF;
	padding: 10px;
	border: 3px outset grey;
	opacity: 1;
	filter: alpha(opacity=100) blendTrans(duration=.3);
	height: 400px;
	width: 400px;
}

#shadow
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: black;
	filter: alpha(opacity=45) blendTrans(duration=.35);
	opacity: 0.45; 
	visibility: hidden; 
}

a.bodylink
{ color: #9C3620;}