.floatleft { float:left; }
.floatright { float:right; }
.clear { clear:both; }


.menuContainer {
	background-color: #00347e;
	padding: 1px;
	border: 1px solid #FFF;
}

body, p, td, div, ul, li { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #333; }

.menuContainer 	{
	font-size: 11px; 
	background-color: #A02E24;
	padding: 1px;
	text-align: left;
}

.menuCell { }
.menuCell a, .menuCell a:visited { color: #fff; text-decoration: none; }

.menuCellOver { background-color: #D9D9D9; }
.menuCellOver a, .menuCellOver a:visited, .menuCellOver a:hover { color: #A02E24; }


a.menu, 
a.menu:visited,
a.menu:hover { font-size: 11px; color: #FFF; padding-left: 4px; font-weight: bold}
a.menu:hover { color: #A02E24; }

#fader { padding: 3px; padding-left: 10px; width:600px; }
#fader a { color: white; font-weight: bold; text-decoration: none; }


a.menu td 	{ 
	color: #FFF; 
	padding-right: 8px;
}

.body { }
.bodybold { font-weight: bold; }
.section { font-size: 18px; font-weight: bold}
.docheader { font-size: 16px; font-weight: bold; }
.sub { font-size: 11px; }
.altbody { }
.footer { font-size: 11px; color: #666; }
.footer a { color: #666; }
p.footer { padding-left: 6px; }


a.quicklink,
a.quicklink:visited, 
a.quicklink:hover,
a.stdlink,
a.stdlink:visited,
a.stdlink:hover { 
	font-size: 11px; 
	color: #A02E24; 
}

a { text-decoration: none; }

b { font-weight: bold; }
u { text-decoration: underline; }

.qotd {  font-family: "Times New Roman", Times, serif; font-size: 14px; font-style: italic; line-height: 18px; color: #A02E24; text-align:center;}

/* Calendar styles */

table #calendar
{
	width: 100%;
	background-color: #D9D9D9;

}

table #calendar caption 	
{ 
	background-color: #A02E24; 
	color: #fff; 
	font-weight: bold;
	padding: 10px;
	font-size: 1.8em; 
}

table #calendar th 		
{ 
	background-color: #D9D9D9; 
	color: #A02E24; 
	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: 1px solid #A02E24;
}

#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: #A02E24;}