.mainbody {
	background-color: #2a7faa;
	border: 6px double Black;
	width: 700px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	border : 0;
	margin : 0;
	padding : 0;
	background-color: #F0F8FF;
	}

hr {
	color: #2a7faa;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}
li {
	margin-left: 3px;
}
a  {
	text-decoration: underline;
	color : #004F01;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	color: #680000;
	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: Black;
	margin: 1px;
}
h2 {
        font-size: 120%;
        font-weight: bold;
        color: Navy;
}
h3 {
        font-size: 110%;
        font-weight: bold;
        color: #00008B;
}
h4 {
	font-size: 105%;
	font-weight: bold;
	color: #0000CD;
}
.nav	{  color: #003366; }
.menu, .calendar-title {
	font-weight: bold;
	text-decoration: none;
	background-color: #CDCFEA;
	color: #0113FC;
	border: 1px solid Black;
	width: 149px;
	}
 a.menu, a.calendar-title {
	font-weight: bold;
	text-decoration: none;
	}
.menu:hover, .calendar-title:hover {
	text-decoration: none;
	background-color: #6495ED;
	color: White;
	border: 1px solid Black;
	font-weight: bold;
	width: 149px;
	}
.menuSel, .menuSel:hover {
	text-decoration: none;
	background-color: White;
	color: #0113FC;
	font-weight: bold;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-top: 1px solid Black;
	width: 149px;
	}
.subMenu {
	color: Black;
	font-weight: bold;
	text-decoration : none;
	font-size : 80%;
	background-color: White;
	padding-left: 16px;
	display: block;
	width: 150px;
}
.subMenu:hover, .subMenuSel:hover {
	color: Black;
	font-weight: bold;
	text-decoration: underline;
	font-size : 80%;
	background-color: #DFF4E8;
	width: 150px;
}
.subMenuSel {
	color: #ffcc66;
	font-weight: bold;
	text-decoration : none;
	font-size : 80%;
	background-color: #003366;
	padding-left: 16px;
	display: block;
}
.sidehead {
	color : #0113FC;
	font-weight : bold;
	margin-bottom : .18em;
	padding-top : .18em;
	padding-bottom : .18em;
	padding-left : .4em;
	font-size: 105%;
}
.sidehead:hover {
	color: #1E90FF;
	text-decoration: none;
}

.border {
	background-color: #0113FC;
}

.sidebar {
        color : Black;
                padding-left : .4em;
        padding-right : .4em;
        width : 250px;
}
.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;
}

