html {
	font-size:100.1%;
}
body {
	font: 1em/1.4em "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: center;
}
q, cite {
	color: #43596f;
	font-size: 0.8em;
}
h1 {
	font-size: 160%;
	width: 403px;
}
h2 {
	background-image: url(../images/h2bg.gif);
	background-position: 0 28px;
	background-repeat: no-repeat;
	font-size: 140%;
	margin-bottom: 12px;
	margin-top: 48px;
	padding-bottom: 13px;
}
h3 {
	margin-top: 24px;
}
.imgframe {
	background-color: #ddd;
	border: 1px solid #666;
	float: right;
	margin: 12px;
}
.imgframe img {
	border: 1px solid black;
	margin: 8px;
}
#container {
	margin: 12px auto;
	text-align: left;
	width: 740px;
}
ul#nav {
	border: 1px solid #333;
	border-bottom: 0;
	float: right;
	font-size: 0.8em;
	list-style: none;
	width: 160px;
}
#nav li {
	background-color: #587793;
	border-bottom: 1px solid #000;
	border-top: 1px solid #eee;
	color: #fff;
}
#nav li#current {
	background-color: #B39864;
	color: #000;
	padding: 0 8px;
}
#nav li a {
	color: #fff;
	display: block;
	padding: 0 8px;
	text-decoration: none;
	width: 142px;
}
#nav li a:hover, #nav li a:active, #nav li a:focus {
	background-color: #3F576B;
}
p#quote {
	padding-top: 2em;
	text-align: center;
}
#sidebar {
	float: right;
	font-size: 0.85em;
	font-style: italic;
	margin-top: -6em;
	width: 12em;
}
#sidebar h3 {
	text-align: center;
}
#sidebar li {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 8px;
}
#content p {
	margin-top: 1.4em;
}
#content ul {
	list-style: circle;
	margin-top: 1.2em;
	padding-left: 24px;
}
#content ul li {
	margin: 4px 12px;
}
#content a:hover, #content a:focus, #content a:active {
	background-color: #587793;
	color: #fff;
}
.course h3 {
	background-color: #587793;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 4px;
}
.course dl {
	font-size: 0.8em;
	margin-right: 1em;
}
.course dt {
	font-weight: bold;
	text-align: right;
	width: 10em;
}
.course dd {
	margin-left: 12em;
	margin-top: -1.7em;
}
.course dd ul {
	margin-top: -2em !important;
	padding-left: 0 !important
}
#footer {
	background-image: url(../images/footerbg.gif);
	background-position: right;
	background-repeat: no-repeat;
	border-top: 2px solid #43596f;
	font-size: 0.7em;
	line-height: 1.2em;
	margin-bottom:8px;
	margin-top: 80px;
	padding-top: 12px;
	text-align: center;
}
form {
	margin-top: 1.2em;
}
label {
	vertical-align: top;
	width: 10em;
}
fieldset div {
	position: relative;
	width: 40em;
}
label{
	float: left;
	margin-right: 1em;
	text-align: right;
	width: 9em;
}
label em {
	color: #900;
	float: left;
	font-size: 0.7em;
	font-style: italic;
	left: 33em;
	margin: 0;
	position: absolute;
	text-align:left;
	top: 0;
	width: 15em;
}
div.ta label em {
	left: 44em;
}
input {
	margin-bottom: 0.4em;
	width: 15em;
}
div.formbuttons {
	text-align: center;
}
div.formbuttons input {
	margin-top: 1em;
	padding: 2px 8px;
	width: auto;
}
textarea {
	width: 25em;
}
input, textarea {
		border: 1px solid #999;
}
input:focus, textarea:focus {
	background-color: #FFF0D9;
	border: 1px solid #333;
}
