
a { font-family: Verdana, Helvetica; text-decoration: none; color: blue; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }


#nav .nav_item_selected a { font-family: Verdana, Helvetica; text-decoration: none; color: white; }
#nav .nav_item_selected a:link { text-decoration: none; }
#nav .nav_item_selected a:visited { text-decoration: none; }
#nav .nav_item_selected a:hover { text-decoration: underline; }

#page {
	width: 800px;
	margin-top: 0px;
	margin: auto;
	font-family: Verdana, Helvetica;
	background-color: white;
	border: 1px solid black;
}

#head_wrapper {
	border-bottom: 1px solid black;
}

#head {
	margin: 5px;
	background-image: url(../pics/profdist.png);
	background-repeat: no-repeat;
}

#title {
	padding-left: 200px;
}

#headline {
	font-size: 24px;
	font-weight: bold;
}

#head_pic {
	float: left;
	height: 200px;
	margin-right: 15px;
}

#nav {
	float: left;
}

#nav .nav_item {
	float: left;
	padding: 10px;
	border-right: 1px solid black;
}

#nav .nav_item_selected {
	float: left;
	padding: 10px;
	border-right: 1px solid black;
	color: white;
	background-color: #deac00;
	background-color: #47769E;
}

.small_nav_item {
	float: left;
	padding: 5px;
	padding-right: 15px;
}

#content {
	clear: both;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.content_wrapper {
	padding: 15px;
}

#footer {
	clear: both;
	padding: 10px;
}

.indent20 {
	padding-left: 20px;
}

.clearer {
	clear: both;
}

.small_tab {
	float: left;
}

.note {
	padding: 10px;
	border: 1px dashed black;
}

.console {
	font-family: Courier;
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.img_border {
	padding: 3px;
	border: 1px solid gray;
}

a.nolink { font-family: Verdana, Helvetica; text-decoration: none; color: black; }
a.nolink:link { font-family: Verdana, Helvetica; text-decoration: none; color: black; }
a.nolink:visited { font-family: Verdana, Helvetica; text-decoration: none; color: black; }
a.nolink:hover { font-family: Verdana, Helvetica; text-decoration: none; color: black; }
