body {
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
body {
	margin: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}
#wrapper {
	width: 775px;
	padding: 0px 10px 10px 10px;
	background: #FFF;
	margin: auto;
}
.subnav {

}
a.subnav, a.subnav:visited, a.subnav:hover  {
	text-decoration: none;
	color: #BDBD8B;
}
.header {

}
.leftside {
	background: #EFEFDE;
	width: 177px;
}
.mod {
	margin: 20px 10px 0 10px;
}
.modhead {
	text-transform: uppercase;
	font-weight: bold;
}
.search-box {
	width: 137px;
	border: 1px #000032 solid;
}
.header {
	width: 574px;
}
.sitenow {
	width: 540px;
	margin: 10px 0px 20px 20px;
}

.white { color: #fff; }
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.noborder { border: 0px; }


table.polltable { width: 126px; margin: auto; float: right; }
#questioncell { padding-bottom:10px; }
#answercell, #radiocell { padding-bottom: 5px; width: 116px ;}
#radiocell { text-align: right; padding-right: 5px; width: 10px; }
#buttoncell { padding: 10px; text-align: center; }
#viewresultcell { text-align: center; padding-bottom:15; }



/* Global Styles */
p,ul,li,div { color: #333; }
a, a:visited, a:hover { color: #FE0000; text-decoration: none; }
b { font-weight: bold; }
i {	font-style:italic; }
u {	text-decoration:underline; }

.menuContainer 	{
	background-color: #DADAB5;
	padding: 0px;
	text-align: left;
}

.menuCell { padding-left: 4px;}
.menuCell a, .menuCell a:visited { color: #000032; text-decoration: none; }

.menuCellOver { background-color: #BDBC8C; padding-left: 4px;}
.menuCellOver a, .menuCellOver a:visited, .menuCellOver a:hover { color: #000032; }


a.menu td 	{ 
	color: #000032; 
	padding-right: 8px;
}

.bodybold {	font-weight: bold; }

.section,
.docheader {
	font-size: 1.4em; 
	font-weight: bold;
	color: #000032;
}

.sub {  }
.altbody { color: #C00; }
.footer { color: #fff; }

a.stdlink,
a.stdlink:visited,
a.stdlink:hover {
	text-align: left; 
}

a.quicklink{
	line-height:13px;
}

a.menu {
	font-size: 11px; 
}

a.menu:hover {
	font-size: 11px; 
}

a.sectionpath,
a.sectionpath:visited,
a.sectionpath:hover {
}
a.sectionpath:hover { }

/* Page Utilities */
#pageutilities a:link,
#pageutilities a:visited,
#pageutilities a:hover 	{ 
	font-size: .9em; 
	padding:.8em;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

/* Calendar styles */

table #calendar
{
	width: 100%;
	background-color: #B58746;

}

table #calendar caption 	
{ 
	background-color: #00305A; 
	color: #fff; 
	font-weight: bold;
	padding: 10px;
	font-size: 1.8em; 
}

table #calendar th 		
{ 
	background-color: #B58746; 
	color: #FFF; 
	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: 15%;
	padding: 3px;
	-moz-border-radius: 5px;
}

#calendar td.past
{
	background-color: #F4EEE0;
	height: 90px;
}

#calendar td.future 
{
	text-align: left;
	height: 90px;
	overflow: hidden;
	background-color: #f9f6f4;
	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: #eee;
}

#calendar .date {
	color: #00305A;
	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; 
}

