* { font-family: "trebuchet ms", Arial, Helvectica, sans-serif; }
body { margin: 0; font-size: 14px; color: #666; }

.wrapper { width: 994px; margin: 0 auto; }
#header { background: #FFF url(/images/template/bcgrd-header.gif) repeat-x; }
.navigation { width: 760px; float: left; padding-top: 65px; }
.navigation div { width: 123px; float: left; text-align: center; font-family: Times, "Times New Roman", serif; font-weight: bold; font-size: 13px; text-transform: uppercase; }
#contents { background: #FFF; }
.sidebar { width: 214px; float: left; margin: 25px 20px 25px 0; }
.sidebox { background: url(/images/template/bcgrd-sidebox.gif) repeat-y; padding: 5px 10px; }
.document { width: 615px; float: left; line-height: 1.3; }
.ads { width: 120px; float: right; }
#foot { background: url(/images/template/bcgrd-foot.gif) repeat-x; height: 90px; padding-top: 10px; text-align: center; font-size: .9em; color: #7bacbc; }
.footer { color: #BAD3DB; font-size: .9em; padding-top: 5px; }
sup { font-size: .7em; color: #7BAD3DB; }

h3 { font-size: 11px;; margin-top: 50px; }

a, a:visited, a:hover { color: #df5900; text-decoration: none; font-family: inherit; }
a.navlink, a.navlink:visited { color: #49889d; }
a.navlin:hover { color: #df5900; }
.sidebox a, .sidebox a:visited, .sidebox a:hover { font-size: .85em; }
a.pu, a.pu:visited, a.pu:hover { text-transform: uppercase; font-size: .85em; padding-left: 10px; line-height: 15px; }
a.footer, a.footer:visited, a.footer:hover { color: #BAD3DB; }

.menuContainer 	{ background: #E7F0F3; font-size: .8em; }
.menuCell { background: #E7F0F3; padding: 0 6px; }

.menuCell a,
.menuCell a:visited { color: #49889d; }

.menuCellOver {	background: #E7F0F3; padding: 0 6px; }
.menuCellOver a, 
.menuCellOver a:visited, 
.menuCellOver a:hover {  }

a.menu td { color: #2A2C76; }


.floatleft { float: left; }
.floatright { float: right; }
.noborder { border: none; }
.clear { clear: both; }

.docheader, .section { color: #df5900; font-size: 1.2em; text-transform: uppercase; }

.body {  }
.bodybold { font-weight: bold; }

/* Beneath document header */
.sub { font-size: 1.2em; font-style: italic; }
.altbody { }

/* Powered by footer */
.footer { }

/* Breadcrumb Trail */
a.sectionpath,
a.sectionpath:visited,
a.sectionpath:hover { font-size: .75em; }

.lightboxDiv
{
    border: 1px solid #666;
    margin: 10px;
    width: 120px;
}

.lightboxDiv div
{
    margin: 5px;
    text-align: center;
}

.lightboxThumb
{

}


/* Calendar styles (set to a dark blue and gray scheme -adjust as needed) */

table #calendar
{
	width: 100%;
	background: #BAD3DB;

}

table #calendar caption 	
{ 
	background: #BAD3DB; 
	color: #49889d; 
	font-weight: bold;
	padding: 10px;
	font-size: 18px; 
}

table #calendar th 		
{ 
	background: #E7F0F3; 
	color: #49889d; 
	padding: 4px; 
	font-weight: bold; 
	font-size: 14px; 
}

#calendar td {
	width: 14.3%; 
}

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

#calendar td.past
{
	background: #F0F0F0 url(/images/template/calendar-past.gif) center no-repeat;
	height: 90px;
}

#calendar td.future 
{
	text-align: left;
	height: 90px;
	overflow: hidden;
	background: #E7F0F3;
	padding: 3px;
	width: 84px;
	-moz-border-radius: 5px;
}

#calendar td.none 
{
	background: #FFF;
}

#calendar td.past:hover {
	background: #f9f9f9 url(/images/template/calendar-past.gif) center no-repeat;
}

#calendar td.future:hover, 
#calendar td.present:hover {
	background: #FFF;
}

#calendar .date {
	color: #49889d;
	padding: 0px;
	width: 14px;
	text-align: center;
	font-size: 12px;
	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-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
{
	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
{
	text-decoration: underline;	
	padding: 3px;
	
}

.calendarItemDisplay
{
	position: absolute;
	overflow: hidden;
	top: 400px; 
	left: 200px;
	visibility: hidden;
	background: #FFF;
	padding: 10px;
	border: 3px outset #454545;
	opacity: 1;
	filter: alpha(opacity=100) blendTrans(duration=.3);
	height: 400;
	width: 415;
}

#shadow
{
	position: absolute;
	left: 0px;
	top: 0px;
	background: #000;
	filter: alpha(opacity=45) blendTrans(duration=.35);
	opacity: 0.45; 
	visibility: hidden; 
}