body {
	margin: 1px;
	padding: 0;
	text-align: center;
	font-size: 80%;
}
#banner {
	width:100%;
	height: 84px;
	background: #FFFFFF url(images/banner02.gif) repeat-x left top;
	text-align: left;
}
#logo {
	background: #FFFFFF url(images/banner01.jpg) no-repeat 99px top;
	width: 520px;
	height: 84px;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
#logo img {
	vertical-align: text-top;
	margin-right: 5px;
}
#title {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	margin-left: 
}
h2.title {
	display: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.5em;
	color: #000099;
	margin: 0px;
}
h2.title span {
	color: #FF0000;
}
#menu {
	position: absolute;
	top: 62px;
	right: 0px;
	text-align: right;
}
#menu div {
	display: inline;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: none;
	display: inline-block;
	padding: 3px 4px 3px 4px;
	margin-right: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover {
	border: 1px solid #000033;
	background: transparent url(images/menu.gif) repeat-x left top;
	padding: 2px 3px 2px 3px;
}
#menu a.current, #menu a:hover.current {
	border: 1px solid #000033;
	background: #FFFFFF;
	color: #000000;
	padding: 2px 3px 2px 3px;
}
p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin: 10px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	color: #666699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.block01 {
	text-align: left;
	position: relative;
	border: 1px solid #666699;
	margin: 10px;
	background: transparent url(images/block01b.gif) repeat-x left top;
}
.block01 h3 {
	width: 100%;
	position: relative;
	left: -1px;
	top: -1px;
	height: 23px;
	padding: 2px 0px 1px 5px;
	margin: 0px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background: transparent url(images/block01a.gif) no-repeat left top;
}
.block02 {
	text-align: left;
	position: relative;
	margin: 10px;
}
.block02 h3 {
	width: 100%;
	margin: 0px;
	padding-left: 5px;
	border-bottom: 1px solid #666699;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
/*** Calendar specific styles ***/
#login {
	text-align: left;
	position: relative;
	border: 1px solid #666699;
	margin: 10px;
	width: 500px;
	background: transparent url(images/block01b.gif) repeat-x left top;
}
#login h3 {
	width: 100%;
	position: relative;
	left: -1px;
	top: -1px;
	height: 23px;
	padding: 2px 0px 1px 5px;
	margin: 0px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background: transparent url(images/block01a.gif) no-repeat left top;
}
#calendars {
	width: 44em;
	text-align: center;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
}
#date a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #990000;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
}
#links {
	margin-right: 5px;
	position: absolute;
	top: 0px;
	right: 10px;
}
#month {
	position: absolute;
	right: 10px;
	top: 0px;
	height: 1em;
	border: 1px solid #FFFFFF;
	outline: none;
}
.month {
	float: left;
	margin: 1em;
	border: 1px solid #666699;
	position: relative;
}
.monthName {
	width: 12em;
	border-bottom: 1px solid #666699;
	background: transparent url(images/block01b.gif) repeat-y left top;
}
.month h3 {
	font-size: 1.2em;
	color: #990000;
	width: 10em;
	margin: 0px;
}
.calendar {
	width: 12em;
	text-align: right;
}
.calendar div {
	clear: both;
	text-align: left;
	width: 11.4em;
}
.calendar div.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
}
.calendar div span {
	text-align: center;
	vertical-align: middle;
	width: 1.6em;
	height: 1.6em;
}
.calendar span {
	width: 1.6em;
	height: 1.6em;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}
.calendar a {
	text-align: center;
	display: block;
	width: 1.6em;
	height: 1.6em;
	padding-top: .1em;
	color: #000000;
}
.calendar a:hover {
	text-decoration: none;
	background: #FFCCCC;
}
.calendar a#today {
	font-weight: bold;
	border: 1px solid #FF0000;
}
.calendar .B {
	background: #CCCCFF;
	font-weight: bold;
	color: #333399;
}
.calendar a.P {
	background: #DDDDFF;
	font-weight: bold;
	color: #9999CC;
}
.calendar a.Y {
	background: #DD9999;
	font-weight: bold;
	color: #663333;
}
.calendar a.R {
	background: #FFDDDD;
	font-weight: bold;
	color: #CC9999;
}
.calendar a.weekend {
	color: #666666;
	font-weight: bold;
}
.calendar a.U {
	background: #CCCCCC;
	color: #666666;
	font-weight: bold;
}
.note {
	margin: 10px;
}
.note p {
	color: #666666;
}
/********************************/

/**** Downloads Page specific ***/
#downlaodsPage {
	vertical-align: top;
	text-align: left;
}
#downloadsIntro {
	display: inline;
	width: 69%;
}
#getReader {
	vertical-align: top;
	right: 0px;
	display: inline;
	text-align: left;
	width: 30%;
}
#getReader a {
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	display: block;
	padding: 10px 8px 10px 10px;
	margin-top: 10px;
	vertical-align: top;
	border: 1px solid #999999;
}
.download a {
	position: absolute;
	right: 12px;
	top: 0px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1em;
}
/********************************/

/*** Contact form specific ***/
#form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 10px;
	text-align: center;
}
#form div.item {
	padding: 2px;
	position: relative;
	vertical-align: top;
	text-align: right;
	width: 410px;
}
#form div.field {
	width: 300px;
	color: #990000;
	text-align: left;
}
#form div.item div {
	display: inline;
	vertical-align: top;
	position: relative;
	top: 3px;
}
input.text1 {
	font-family: monospace;
	border: 1px solid #666699;
	background: transparent url(images/input01.gif) repeat-y left top;
	color: #990000;
	width: 300px;
}
input.text2 {
	font-family: monospace;
	border: 1px solid #666699;
	background: transparent url(images/input01.gif) repeat-y left top;
	color: #990000;
	width: 200px;
	margin-right: 100px;
}
textarea {
	font-family: monospace;
	border: 1px solid #666699;
	background: transparent url(images/input01.gif) repeat-y left top;
	color: #990000;
	width: 300px;
	height: 100px;
}
input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #666699;
	background: #9999CC;
	color: #FFFFFF;
	margin-left: 4px;
}
/*****************************/

/*** Admin specific ***/
table th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding: 10px 8px 2px 4px;
}
table td p {
	margin: 2px 4px 2px 4px;
}
/**********************/