body {
	background-color: #EAEDFB;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

td {
	font-family: Verdana;
	font-size: 12px;
}

h1 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #232DB0;
}

a {
	font-family: Verdana;
	text-decoration: underline;
	color: #0000CC; 
	}

a:hover {
	font-family: Verdana; 
	text-decoration: none;
	color: #0000CC;
	}

.label {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	}

.bdy {
	font-family: Verdana;
	font-size: 12px;
	}

.head {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}

.subhead {
	font-family: Verdana;
	font-size: 11px;
	color: #003366;
	}

.note {
	font-family: Verdana;
	font-size: 10px;
	}

.help {
	font-family: Verdana;
	font-size: 10px;
	}

.event {
	font-family: Verdana;
	font-size: 11px;
}

.evtitle {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.evlabel {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.evdate {
	font-family: Verdana;
	font-size: 10px;
}

.evbody {
	font-family: Verdana;
	font-size: 11px;
}

.formerrors {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

#sidebar {
	margin: 16px 0 16px 0;
}

/* right-hand sidebar content boxes */
.sbox {
	width: 220px;
	margin: 0 0 8px 0;
	color: #FFFFFF;
	text-align: left;
	font-size: 90%;
}

	.sbox .head {
		padding: 0 14px 0 0;
		background-image: url(images/sidebar-top.gif);
		background-repeat: no-repeat;
		background-position: right top;
	}
	
		.sbox .head h3 {
			margin: 0px;
			padding: 4px 0 4px 14px;
			background-image: url(images/sidebar-top.gif);
			background-repeat: no-repeat;
			background-position: left top;
			color: #FFFFFF;
			font-size: 11px;
		}
		
	.sbox .body {
		margin: 1px 0 0 0;
		padding: 4px;
		background-color: #2B38DC;
	}
	
		.sbox .body p {
			margin-top: 0px;
		}
	
		.sbox .body a {
			color: #ffffff;
		}
	

