body {
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #CCCCCC;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 7pt;

}

a {
	color: #006699;
}

a:hover {
	color: #0099CC;
}

#menu {
	top: 5px;
}

#header {
	position: absolute;
	width: 200px;
	top: 5px;
	padding-top: 9px;
	padding-bottom: 0px;
	right: 0px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 15px;
	font-weight:900;
	display: block;
	height: 24px;
}

#main {
	padding: 15px 15px 15px 15px;
}

#footer {
	background:url(images/bgb.png) repeat-x top left;
	background-color: #006699;
	height: 33px;
}

img {
	border: 1px solid #006699;
}

img.noborder {
	border: 0;
}

/* MENU SYSTEM */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	/* start */
	background: url(images/bgt.png) repeat-x top left;
	background-color: #006699;
	height: 33px;
	padding-left: 5px;
}

#nav a {
	display: block;
	/* start */
	color: #CCCCCC;
	text-decoration: none;
	height: 24px;
	padding: 9px 15px 0;
	font-weight: normal;
}

#nav li { /* all list items */
	float: left;
	background: url(images/bgt.png) repeat-x top left;
	background-color: #006699;
	height: 33px;
}


#nav li:hover {
	background-color: #0099cc;
}

#nav li li {
	background: none;
	background-color: #000000;
	height: 15px;
	padding: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 15em; /* width needed or else Opera goes nuts */
	border: 1px solid #666666;
}

#nav li li:hover, #nav li li.sfhover {
	background-color: #006699;
}

#nav li li a {
	width: 15em; /* width needed or else Opera goes nuts */
	padding: 0px;
	height: auto;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: none;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-left: 0px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
	padding-top: 3px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;

}

/* Calendar */

#calendar {
	margin-left: auto;
	margin-right: auto;
	width: 434px;
	height: 450px;
	position: relative;
}

#calendar div {
	margin: 1px;
	padding: 2px;
}

#calendarheader {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}

#calendarprev {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#calendarnext {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.calendardayheader {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000000;
	width: 55px;
}

.calendarinactiveday {
	border: 1px solid #006699;
	height: 55px;
	width: 55px;
}

.calendaractiveday {
	border: 1px solid #0099CC;
	height: 55px;
	width: 55px;
}

.calendarcurrentday {
	border: 1px solid #006699;
	background-color: #999999;
	height: 55px;
	width: 55px;
}

.calendaractiveday img {
	border: 0;
}

