.banner {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:80px;
	z-index:3;
	background-color: #003300;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}
.menu {
	position: absolute;
	height: auto;
	width: 130px;
	left: 0px;
	top: 80px;
	z-index: 1;
	background-color: #013300;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
}
.big_black {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

.purple {
	color: #330099;
}
.big_purple {
	font-size: 24px;
	color: #330099;
	font-style: italic;
	font-weight: bold;
}



.menu_style {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FEFF99;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.workspace {
	position: absolute;
	top: 80px;
	z-index: 1;
	height: auto;
	width: 80%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	padding: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	left: 130px;
	background-color: #FFFFCC;
}
.heading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
.smalltable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-small;
	color: #000000;
}

.heading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.intro_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
}
.calendar_event {
	font-weight: bold;
	color: #FF0033;
	font-size: 12px;
}


.news_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
}
.med_purple {

	font-size: 18px;
	color: #330099;
	font-style: italic;
	font-weight: bold;
}
