html, body {
	visibility: hidden;
}

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.htmlarea {
	border: 1px solid #ccc;
}

body {
	text-align: left;
	font-family: Arial, Tahoma, Verdana;
	background: url(../images/bg.png) top repeat-x #3494bc;
	font-size: 0.8em; 
	color: #000;
	margin: 0px;
	padding: 0px;
}

h1 {
	position: absolute;
	top: 0;
	visibility: visible;
	font-size: 2.8em;
	font-family: Times New Roman, Arial, Tahoma, Verdana;
	font-weight: normal;
	font-style: italic;
	color: #c81125;
	padding-bottom: 10px;
	border-bottom: 1px solid #c81125;
	margin-bottom: 10px;
}

#records {
	visibility: visible;
	position: absolute;
	top: 30px;
}

#termdates table {
	width: 100%;
}

#termdates td {
	padding: 5px 2px;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}

.calendar {
	margin: 20px 0;
	border: 1px solid #ccc;
	width: 1400px;
}

.calendar td {
	padding: 5px 2px;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	width: 180px;
}

.calendarheader {
	font-weight: bold;
	font-size: 1.2em;
}

.calendardays {
	background-color: #ccc;
	font-weight: bold;
}

.calendar p {
	margin: 5px 0;
}

.entry {
	background-color: #ede7cd;
}
