/******* Created by Steven Day sday@ncsc.dni.us ******/

/******* Typography *******/

body {
	background-color:#EEE;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#D4D0C8;
	}
p {
	font-size:1em;
	}
h1 {
	font-size: 1.5em;
	color: #900;
	font-weight: bold;
	}
h2 {
	font-size:1em;
	color:#900;
	font-weight:bold;
	font-style:italic;
	}
.bio {
	font-size:1.25em;
	}
.courseheader {
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	}
.footer {
	font-size:.85em;
	color:#666666;
	text-transform:uppercase;
	}
.tableheader {
	color:#FFF;
	font-weight:bold;
	letter-spacing:5px;
	}
li {
	list-style-image:url(images/list-triangle.gif);
	}
.prof {
	border:0px;
	float:right;
	padding-left:10px;
	}
hr {
	margin:0px 5px;
	}

/****** Links *******/

a:link, a:visited, a:active {
	color: #900;
	text-decoration:none;
	}
a:hover {
	color:#900;
	text-decoration:underline;
	}

/****** Layout ******/

#shell {
	width:800px;
	background-color:#FFF;
	position:relative;
	margin-left:-400px;
	left:50%;
	margin-top:0px;
	}
.video {
	background-color:#F8F4D7;
	}
.video-alt {
	background-color:#EfECde;
	}
.video-header {
	background-color:#8C9DAF;
	}
#sidemenu {
	font-weight:bold;
	background-color:#F8F4D7;
	padding:10px;
	}

