@charset "utf-8";
/* CSS Document */

body {
	background-color: black;
	margin: 0px;
}

#contentTable {
	width:783px;
	background-color: white;
	margin-left: 86px;
	margin-top: 101px;
	margin-bottom: 86px;
}

#contentTable #menuBar {
	background-color: #719963;
}

#logo {
	position:absolute;
	top: 20px;
	left: 20px;
}

#topLeftBranch {
	position:absolute;
	top: 270px;
}

#bottomLeftBranch {
	position:absolute;
	top: 636px;
}

#bottomRightBranch {
	position:absolute;
	top: 750px;
	left: 782px;
}

#middleRightBranch {
	position:absolute;
	top: 350px;
	left: 834px;
}

#topRightBranch {
	position:absolute;
	top: 0px;
	left: 765px;
}

#menu #button {
	background-color:black;
	color:white;
	margin-left:2px;
	margin-right:2px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
}

.style1 {}

.category {
	color:9999ff;
	font-size:16px;
	text-decoration:underline;
	font-weight:bold;
}
.course {
	color:33cccc;
	font-size:14px;
	font-weight:bold;
}

.desc {
	font-weight:normal;
}

.loc {

}

.bullet {
	margin-left:20px;
}

#mainMenu {
	color: #FFFFFF;
	text-decoration:none;
}

#mainMenu:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
