/* 
-----------------------------------------
	Main Page
-----------------------------------------
*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:10;
}

#nav a {
	display: block;
	width: 62px;
}

#nav li { /* all list items */
	float: left;
	width: 62px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: black;
	color:#FFFFFF;
	width: 130px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}

#nav ul li{width:130px; padding:4px;}
#nav ul li a{width:130px;}

#nav a{color:#FFFFFF;}

#content {
	clear: left;
	color: #ccc;
}
a {
	color:#000000;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
html{
	height:100%;
	margin:0;
	padding:0;
}
body {
	height:100%;
	margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/center_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	text-align:center;
	margin-left: auto;margin-right: auto;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


h1{
	font-size:11px;
	font-weight:bold;
	color:#000000;
	margin:0;
}
.whiteHeader
{
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
	padding-left:6px;
}
#calendarcell {
background-color:#CCCCCC;
height:100px;
width: 91px;;
margin-top:1px;
margin-bottom:1px;
padding:4px;
}

#flash {
  position: relative; /*or absolute*/
  z-index: 0;
}

