body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	background-color: #335CAD;
}

marquee{
	color: #0000CD;
	font-weight: bold;
	background-color: #c6eff7;
}

table.home{
	margin-left:auto;
	margin-right:auto;
}

table.lines{
	border-collapse:collapse;
}
table.lines, td.lines, th.lines{
	border: 1px solid black;
	text-align: center;
}

td.hilight{
	background-color: #0099FF;
}

#events{
	font-size: 10px;
	font-weight: normal;
	width: 540px;
	height: 565px;
	overflow: auto;
}

table.menu {
	background-image: url(../images/buttonbg.png);
	height: 26px;
	width: 777px;
}

td.menu{
	text-align: center;
	border-right: 1px solid #000066;
}

a.menu{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	vertical-align: text-top;
	text-align: center;
}

a.menu:hover{
	color: #63c6de;
}

#calendar{
	font-size: 10px;
	font-weight: normal;
	width: 750px;
	height: 625px;
	overflow: auto;
}

#report{
	font-size: 10px;
	font-weight: normal;
	width: 495px;
	height: 400px;
	overflow: auto;
}

table.legend {
	font-size: 9px;
	font-weight: bold;
	background-color: #f7ffce;
}

td.calendar{
	vertical-align:text-top;
	text-align:left;
	white-space: normal;
	width: 98px;
	height: 100px;
}

.calendarDay {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.eventTitle {
	color: #0000FF;
	font-weight: bold;
}

.eventType {
	color: #0000FF;
	font-weight: normal;
}

.eventClosed {
	font-size: 9px;
	color: #FF0000;
}

.blueTitle {
	font-size: 14px;
	color: #0000FF;
	font-weight: bold;
}

.eventOpen {
	font-size: 9px;
	color: #008000;
}

.eventNormal {
	font-size: 9px;
	color: #000000;
}

td.membershipLeft{
	vertical-align:text-top;
	text-align:right;
	white-space: normal;
}

td.membershipCenter{
	vertical-align:text-top;
	text-align:center;
}

td.membershipRight{
	vertical-align:text-top;
	text-align:left;
	white-space: normal;
}

tr.odd{
	color: #000000;
}

tr.even{
	background-color: #CCFFCC;
}

div.background{
	height:600px;
	background:url(../images/across_deep_end.jpg) no-repeat;
	border:1px solid black;
}
	
div.transbox{
	width:700px;
	height:340px;
	margin:115px 30px;
	background-color:#FFFFFF;
	border:1px solid black;
	/* for IE */
	filter:alpha(opacity=75);
	/* CSS3 standard */
	opacity:0.75;
	color:#000099;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	text-align:left;
}

div.transbox p {
	margin:30px 30px;
}

div.transbox h2{
	color:#000099;
	text-align:center;
	text-decoration:underline;
}

