.menuContainer 	{ 
	background-color:#627074; 
	border:1px solid #fff; 
}

a.menu td 	{ 
	color: #fff; 
	font-weight: bold; 
	padding-right: 2px; 
}

a.menu,
a.menu:visited,
a.menu:hover 		{ 
	font-weight:bold; 
	color:#fff; 
	text-decoration:none; 
	padding: 0px 1px 0px 3px; 
}

ul.sublevel_nav { 
	list-style: none;
	margin: 0px;
	margin-bottom: 100px;
	width: 157px;
	padding: 0 5px 0 7px;
}

ul.sublevel_nav li {
	background: #757d6e url(/images/subnav_bcgrd.gif) no-repeat;
	margin: 5 0 5 0px;
	padding: 5px 5px 5px 5px;
	text-align: right;
	cursor: pointer;
}

ul.sublevel_nav li.over {
	background: #46565b url(/images/subnav_bcgrd_hover.gif) no-repeat;
}

ul.sublevel_nav a:link,
ul.sublevel_nav a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

body {

}

body, p, td, ul, li, div {
	font-family:Helvetica, sans-serif; 
	font-size:12px; 
	line-height:1.3; 
	color: #46565b;
}

p.module {
	font-family:Helvetica, sans-serif;
	font-size:11px;
	color:#46565b;
	text-align:left;
}

h1 {
	font-family:Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#46565b;
	text-transform:lowercase;
	margin-bottom:3px;
}

h2 {
	font-size:12px;
	font-weight:bold;
	color:46565b;
	margin-right:10px;
}

a.stdlink,
a.stdlink:hover,
a.stdlink:visited, 
a.quicklink,
a.quicklink:hover,
a.quicklink:visited {
	color:#46565b;
	text-decoration:none;
}

.bodybold 	{ font-weight:bold; }

.section,
.docheader 	{ font-size:18px; font-weight:bold; color: #46565b; padding-top:0px; margin-top:0px; }

.sub 		{ font-size:11px; color: #46565b; }
.altbody 	{ }

.footer 	{ 
	font-size:12px; 
	color: #46565b; 
}

a.footer,
a.footer:hover,
a.footer:visited 		{ 
	font-size:12px; 
	color:#46565b; 
	text-decoration:none; }

a.pageutil,
a.pageutil:hover,
a.pageutil:visited 	{ font-size:12px; color:#46565b; text-decoration:underline;  }

a,
a:hover,
a:visited { 
	text-decoration:underline; 
	color: 000; 
}

b { 
	font-weight:bold; 
}

i { 
	font-style:italic; 
}

u { 
	text-decoration:underline; 
}

table #calendar
{
	width: 100%;
	background-color: #46565B;

}

table #calendar caption 	
{ 
	background-color:#ffffff; 
	color: #000000; 
	font-weight: bold;
	padding: 10px;
	font-size: 18px; 
}

table #calendar th 		
{ 
	background-color: #46565B; 
	color: #fff; 
	padding: 4px; 
	font-weight: bold; 
	font-size: 14px; 
}

#calendar td.present {
	text-align: left;
	height: 90px;
	overflow: hidden;
	background-color: #D4C157;
	width: 15%;
	padding: 3px;
	-moz-border-radius: 5px;
}

#calendar td.past
{
	background-color: #ffffff;
	height: 90px;
}

#calendar td.future 
{
	text-align: left;
	height: 90px;
	overflow: hidden;
	background-color: #ffffff;
	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: #ededdb;
}

#calendar .date {
	color: #435099;
	padding: 0px;
	width: 14px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

#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
{
	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: #ededdb;
	padding: 10px;
	border: 3px outset grey;
	opacity: 1;
	filter: alpha(opacity=100) blendTrans(duration=.3);
	height: 400px;
	width: 415px;
}

#shadow
{

	position: absolute;
	left: 0px;
	top: 0px;
	background-color: black;
	filter: alpha(opacity=45) blendTrans(duration=.35);
	opacity: 0.45; 
	visibility: hidden; 
}