body {
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url('../images/background3.jpg');
	font-family: Arial, Helvetica, sans-serif;
}

img.staff {
	border-style: solid;
	border-width: medium;
	border-color: #333399;
}

h1, h2 {
	color: #333399;
}

.sidebar {
	background-color: #FFFFFF;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	padding: 4px;
	margin: 0px;
	border: 2px solid #336633;
}

.clink {
	text-decoration: none;
	color: #3333CC;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; */
}

.clink:HOVER {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #336633;
}

.sideTitle {
	background-color: #339933;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	width: 160px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #336633;
	border-bottom-color: #336633;
	border-left-color: #336633;
	border-top-color: #336633;
	padding-left: 4px;
	padding-right: 4px;	
}