body {
	font-family: Arial, Helvetica, sans-serif;
	border : 0;
	margin : 0;
	padding : 0;
	font-size : .8em;
	background-attachment: fixed;
	background-image: url(images/stars.jpg);
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
li {
	margin-left: 3px;
}
a  {
	text-decoration: none;
	color : #003366;
	font-weight : bold;
}
a:hover {
	text-decoration: underline;
	color: #003366;
	font-weight : bold;
}
.calendar-bg {
	background-color: #003366;
}
.tableheader, th, .calendar-head  {
	font-weight: bold;
	color: #FFFFFF;
	background-color : #003366;
	border-color : #7C7CC7;
}
.calendar-day {
	background-color: #FFFFFF;
	height : 5em;
	vertical-align : top;
	font-size : 80%;
}
.calendar-date {
	background-color: #FFFFFF;
	font-size : 90%;
}
 .calendar-cell {
	background-color: #FFFFFF;
}
a.calendar-cell {
	background-color: #FFFFFF;
	font-weight: bold;	
}
p 	{
	font-family: Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 130%;
	font-weight: bold;
	color: #003366;
	margin: 1px;
}
h2 {
        font-size: 120%;
        font-weight: bold;
        color: Black;
}
h3 {
        font-size: 110%;
        font-weight: bold;
        color: Black;
}
h4 {
	font-size: 105%;
	font-weight: bold;
	color: 	#003366;
}

.sidehead {
	color : Navy;
	font-weight : bold;
	margin-bottom : .18em;
	padding-top : .18em;
	padding-bottom : .18em;
	padding-left : .4em;
	font-size: 105%;
}
.sidehead:hover {
	text-decoration: none;
}
.sidebar {
  color : Black;
  padding-left : .4em;
  padding-right : .4em;
  width : 200px;
}
.tab    {
	margin-left: 2em;
	margin-right : .1em;
}
.footer {
	font-weight: bold;
	color: White;
	background-color : #003366;
	text-decoration : none;
}
.footer:hover {
	font-weight: bold;
	color: #220A6B;
	text-decoration: underline
}
.folder {
	list-style-type: none;
	margin-left: 6px;
	padding-left: 6px;
}
.folder-dir {
	list-style-type: none;
	list-style-image: url(util/foldericon.gif);
}
.folder-file {
	list-style-position: outside;
	list-style-image: url(util/preview.gif);
	list-style-type: none;
}
#menu {
	float:left;
	width:100%;
	background:#ffffff;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	}
#menu ul {
	margin:0;
	padding:0 0 0 18px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:url("../images/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu a span {
	float:left;
	display:block;
	background:url("../images/tabrightF.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {color:#FFFFFF;}
#menu a:hover {background-position:0% -42px;}
#menu a:hover span {background-position:100% -42px;}

#menu1 {
	float:right;
	width:100%;
	background:#ffffff;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	}
#menu1 ul {
	margin:0;
	padding:0 18px 0 0;
	list-style:none;
	}
#menu1 li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu1 a {
	float:right;
	background:url("../images/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu1 a span {
	float:right;
	display:block;
	background:url("../images/tabrightF.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu1 a span {float:none;}
/* End IE5-Mac hack */
#menu1 a:hover span {color:#FFFFFF;}
#menu1 a:hover {background-position:0% -42px;}
#menu1 a:hover span {background-position:100% -42px;}