@charset "UTF-8";
/* CSS Document */

body {
	background-color: white;
	color: black;
	text-align: left;
	font-family: 'Trebuchet MS', Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-top: 40 0 40 0;
}

/* General items */
h1 {
}
h2 {
}
h3 {
padding-bottom:0;
margin-bottom:0;
}
p {
}
img {
	border: none;
}
a:link {
	color: #660099;
	text-decoration: none;
}
a:visited {
	color: #3300CC;
	text-decoration: none;
}
a:hover {
	color: #3366FF;
	text-decoration: none;
}
/* top bar */
#header{

}

.indent {
	margin-left:270px;
}

.sublist {
font-size: 12px;
}

/* menu */

#menu {
	text-align: right;
	width:250px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20;
	background: url(images/zeegradient.jpg) repeat-y;
}

.menuoption {
	margin-right: 10px;
	margin-left: 80px;
	border-bottom: thin dotted black;
	font:bold;
	}

.submenu {
	margin-right: 20px;
	margin-left: 120px;
	border-bottom: thin dotted black;
	font-size:small;
	}

/* main content */
#content {
	width: 500px;
	line-height: 1.6;
	vertical-align: text-top;
	color:#000000;
	min-height: 225px;
}

#content p{
	padding-left: 10px;
	vertical-align: text-top;
}

.coursetitle {
	font-size:larger;
	font-weight:bold;
}

.highlight {
	color:#990000;
}


/* bottom bar */

#footer {
	background: url(images/zeegradientfull.jpg) repeat-y white;
	margin-top: 20px;
	clear:left;

}
#footer p{
	padding-left: 10px;
	width: 515px;
	vertical-align: text-top;
	font-size:smaller;
	text-align:right;
}
