html {

}

body
{
	font-size: 10pt;
	color: #000000;
	font-family: Arial;
	scrollbar-base-color: #2e8b57;
	scrollbar-arrow-color: white;
	scrollbar-track-color: green;

	scrollbar-shadow-color: #2e8b57;
	scrollbar-lightshadow-color: green;
	scrollbar-darkshadow-color: #2e8b57;

	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #2e8b57;
}
a
{
	color: #2e8b57;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	color: #000000;
}

.altcaption
{
	font-size: 8pt;
	color: #ffffff;
	font-family: Arial;
	
}
.caption
{
	font-size: 8pt;
	color: #000000;
	font-family: Arial;
	
}

.course
{
	font-size: 8pt;
	color: #000000;
	font-family: Arial;
}

.coursetitle
{
	font-size: 14pt;
	color: #2e8b57;
	font-family: Arial;
	
}

.coursehead
{
	font-size: 10pt;
	color: #2e8b57;
	font-family: Arial;
	
}

.menu
{
	color: white;
	width: 200px;
	background-color: #2e8b57;
	height: 480px;
	vertical-align: top;
	text-align: left;
}


.cogtree
{
	font-size: 8pt;
	color: white;
	font-family: Arial;
	background-color: #2e8b57;
	font-weight: normal;
}

.main
{
	width: 600px;
	background-color: #ffffff;
	height: 600px;
	vertical-align: top;
	text-align: center;
}

.article
{
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	font-family: 'Courier New';
}

.bio
{
	
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
	border-right: #000000 1px solid;
	padding-right: 4px;
	border-top: #000000 1px solid;
	padding-left: 4px;
	font-weight: normal;
	font-size: 9pt;
	padding-bottom: 4px;
	border-left: #000000 1px solid;
	color: black;
	padding-top: 4px;
	border-bottom: #000000 1px solid;
	font-family: Arial;
}