body
{
	background-color: #666;
	font-size: 15px;
	font-family: Verdana,Arial,sans-serif;
}

#wrapper
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}

#header
{
	width: 800px;
	height: 50px;
	border-top: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 5px #CCC groove;
	border-left: 1px #000 solid;
	background-color: #036;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center center;
}

#main
{
	width: 710px;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-left: 1px #000 solid ;
	margin-bottom: 50px;
	background-color: #FFF;
	padding-left: 30px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom: 50px;
}

#showme
{
	position: fixed;
	top: 1px;
	right: 10px;
	visibility: hidden;
}

h1
{
	color: #CFF;
	font-size: 23px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
}

h3
{
	color: #528CE0;
	font-size: 17px;
	font-weight: bold;
}

.toggler { cursor: pointer;}

li { margin-bottom: 15px; }

.disclaimer { color: #666; }

#license
{
	text-align: center;
	color: #999;
	font-size: 11px;
	padding-top: 20px;
}

#license a { color: #369; }

.level_1
{
	list-style-type: upper-latin;
	list-style-position: outside;
}

.level_1 li
{
	border-top: 1px #6CF dashed;
}

.level_2 li
{
	border-top: 0px;
}

.caption
{
	color: #999;
	font-variant: small-caps;
}

.biglink
{
	color: #060;
	font-size: 19px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}

.linkarrow
{
	float: right;
}

a
{
	color: #006;
	text-decoration: none;
}

a:hover
{
	color: #009;
	text-decoration: none;
}

.switcher
{
	color: #999;
	font-size: 10px;
}

.coursecount
{
	color: #00A;
}

.overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1000;
}

.overlay div
{
	width: 300px;
	position: fixed;
	background-color: #fff;
	border: 2px #03C groove;
	padding: 15px;
	text-align: center;
	top: 100px;
	font-size: 13px;
	margin-top: 100px;
	margin-left: 300px;
}

p.used
{
	background-color: #6F9;
	border: 0px;
	margin: 0 5 0 5;
	width: 290;
}

p.unused
{
	background-color: #F66;
	border: 0px;
	margin: 0 5 0 5;
	width: 290;
}
