* {
	font-family: Verdana, Arial, Helvetica;
}

body {
	font-size: 75%;
	
}

/* Global Styles */
p,ul,li,div { color: #333; }
a { color: #c00; }
b { font-weight: bold; }
i {	font-style:italic; }
u {	text-decoration:underline; }

.menuContainer 	{
	background-color:#fff;
	padding: 0px;
	border-top-width: thin;
	border-top-color: #c00;
	border-top-style: solid;
	border-left-width: thin;
	border-left-color: #c00;
	border-left-style: solid;
	border-right-width: thin;
	border-right-color: #c00;
	border-right-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #c00;
	border-bottom-style: solid;
}

.menuCell { border-bottom:1px solid #FFF; padding: 4px;}
.menuCell a:link, .menuCell a:visited { color: #c00; text-decoration: none;
 }

.menuCellOver { background-color: #c00; border: 1px solid #fff; padding: 4px;}
.menuCellOver a:link, .menuCellOver a:visited { color: #fff;  }


a.menu td 	{ 
	color: #fff; 
	padding-right: 8px;
	border-bottom:0px solid #fff;  
}

.bodybold {	font-weight: bold; }

.section,
.docheader {
	font-size: 1.3em; 
	font-weight: bold;
	color: #c00;
}

a.navigation,
a.navigation:visited,
a.navigation:hover {
	color: #fff;
	text-decoration: none;
	font-size:11px;
}

.sub { color: #666; }
.altbody { color: #C00; }
.footer { color: #666; }

a.stdlink,
a.stdlink:visited,
a.stdlink:hover {
	text-align: left; 
	color: #c00;
	text-decoration: none;
}

a.quicklink:hover,
a.stdlink:hover {
	color: #C00; 
}

a.menu,
a.menu:visited,
a.menu:hover {
	font-size: 11px; 
	color: #c00;
	text-decoration: none;
}
a.menu:hover { 
	color: #fff;
}

a.sectionpath,
a.sectionpath:visited,
a.sectionpath:hover {
	color: #c00;
	text-decoration: none;
}
a.sectionpath:hover { }


/* Left side modules */
div.module a:link,
div.module a:hover,
div.module a:visited {
	width: 234px;
  	color: #333;
  	padding: 4px;
  	text-decoration: none;
	line-height: 14px;
	margin-bottom:20px;
	font-size:10px;
}

div.module {
	width: 246px;
  	color: #333;
  	text-decoration: none;
	line-height: 24px;
  	background-color:#CCCCCC;
  	border: 1px thin #333;
	margin-bottom:20px;
	font-size:10px;
}

/* Page Utilities */

div.pageutilities,
#pageutilities a:link,
#pageutilities a:visited,
#pageutilities a:hover 	{
	width: 234px;
  	color: #333;
  	padding: 6px;
  	text-decoration: none;
	line-height: 12px;
  	background-color:#CCCCCC;
  	border: 1px thin #333;
	margin-bottom:20px;
	font-size:10px;
}

#quicklinks {
  background-color: #003265;
  width: 249px;
  border: 1px solid #fff;
}

#quicklinks li {
  text-align: right;
  list-style: none;
  padding: 3px;
}

#quicklinks a {
  text-decoration: none;
  color: #AED1F9;
}

#mod {
	padding:0 4px 0 10px;
	text-align:left;
}

.bottomad {	
	float:left;
	padding: 20px 4px 20px 4px;
	margin: 0 65px 0 65px;
}



/* Calendar styles */

table #calendar
{
	width: 100%;
	background-color: #eee;

}

table #calendar caption 	
{ 
	background-color: #333; 
	color: #fff; 
	font-weight: bold;
	padding: 10px;
	font-size: 1.8em; 
}

table #calendar th 		
{ 
	background-color: #333; 
	color: #fff; 
	padding: 4px; 
	font-weight: bold; 
	font-size: 1.4em; 
}

#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: #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: #eee;
}

#calendar .date {
	color: #c00;
	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;
	color: #017c51;
	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
{
		
	color: #017c51;
	padding: 3px;
	
}

.calendarItemDisplay
{
	position: absolute;
	overflow: hidden;
	top: 400px; 
	left: 200px;
	visibility: hidden;
	background-color: #FFFFEC;
	padding: 10px;
	border: 3px outset grey;
	opacity: 1;
	filter: alpha(opacity=100) blendTrans(duration=.3);
	height: 400;
	width: 415;
}

#shadow
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: black;
	filter: alpha(opacity=45) blendTrans(duration=.35);
	opacity: 0.45; 
	visibility: hidden; 
}

/* Utility classes */
.nopadding { padding: 0px; }
.nomargin  { margin: 0px; }
.noborder { border:0; }
.fullwidth { width:100%; }
.halfwidth { width:50%; }
.quarterwidth { width:25%; }
.floatleft { float:left; }
.floatright { float:right; }
.clearnone { clear: none; }
.clearboth { clear:both; }
.textright { text-align:right; }
.textcenter { text-align:center; }
.textleft   { text-align:left; }