.menuContainer {
	background-color: #f2ce6b;
	border: 1px solid #FFF;
}

body, p, td, div, ul, li { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333; }

.body { }
.bodybold { line-height: 20px; font-weight: bold; }
.section { font-size: 16px; font-weight: bold; color: #4f0d59;}
.docheader { font-size: 16px; font-weight: bold; color: #4f0d59;}
.sub { font-size: 11px; }
.altbody { }
.footer { font-size: 11px; line-height: 17px; color: #FFF; }

.menuContainer 	{
	background-color: #f2ce6b;
	padding: 1px;
	text-align: left;
}

.menuCell { }
.menuCell a, .menuCell a:visited { color: #4f0d59; text-decoration: none; }

.menuCellOver { background-color: #4f0d59; }
.menuCellOver a, .menuCellOver a:visited, .menuCellOver a:hover { color: #f2ce6b; }


a.menu td 	{ 
	color: #9C3620; 
	padding-right: 8px;
}

a.quicklink, 
a.quicklink: visited,
a.quicklink: hover,
a.stdlink,
a.stdlink: visited,
a.stdlink: hover { font-size: 11px; color: #03C; line-height: 14px; text-decoration: none }

a.menu, 
a.menu: visited,
a.menu: hover { font-size: 11px; color: #FFF; padding-left: 4px; text-decoration: none; font-weight: bold}
a.menu: hover { background-color: #578074; }

a.pageutil { color: #8367bf}
a.pageutil: visited { color: #8367bf}
a.pageutil: hover { color: #8367bf}

a.sectionpath, 
a.sectionpath: visited, 
a.sectionpath: hover { font-size: 11px; line-height: 16px; color: #C33; }
a.sectionpath: hover { text-decoration: none; }

.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: none; }

b { font-weight: bold; color: #03C; }
i { text-decoration: italic; }
u { text-decoration: underline; }

.qotd {  font-family: "Times New Roman", Times, serif; font-size: 14px; font-style: italic; line-height: 18px; color: #9C3620; text-align:center;}

/* Calendar styles */

table #calendar
{
	width: 100%;
	background-color: #f2ce6b;

}

table #calendar caption 	
{ 
	background-color:  #4F0D59; 
	color: #fff; 
	font-weight: bold;
	padding: 10px;
	font-size: 1.8em; 
}

table #calendar th 		
{ 
	background-color: #f2ce6b; 
	color: #4F0D59; 
	padding: 4px; 
	font-weight: bold; 
	font-size: 1.4em; 
	text-align: center;
}

#calendar td.present {
	text-align: left;
	height: 90px;
	overflow: hidden;
	background-color: #fff;
	width: 15%;
	padding: 3px;
	-moz-border-radius: 5px;
	border: 2px solid #4F0D59;
}

#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: #4F0D59;}