body {
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	width: 990px;
	margin: auto;
}

h1 {
	color: #0066CC;
	font-weight: bold;
	font-size: 24px;
	margin: 20px 0px 20px 0px;
}
h2 {
	color: #6633CC;
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0px 20px 0px;
}
h3 {
	color: #006599;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0px 10px 0px;
}

.header {
	background-image: url(../images/header_professor.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 203px;
}

.topMenu {
	width: 980px;
	height: 25px;
	background-color: #FFFFFF;
	text-align: right;
	border-bottom: 5px solid #000000;
	border-top: 5px solid #000000;
	padding: 3px 10px 0px 0px;
}

.content {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.leftMenu {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
}

.rightContent {
	float: left;
	width: 730px;
	padding: 0px 20px 20px 40px;
}
.rightContent p {
	font-size: 13px;
	line-height: 22px;
}
.rightContent table {
	font-size: 13px;
	line-height: 22px;
}
.rightContent ul {
	font-size: 13px;
	line-height: 22px;
}
.rightContent a img {
	border: 0px;
}

.subText {
	color: #666666;
	font-style: italic;
}

.highlight {
	color: #6633CC;
	font-weight: bold;
}
.highlightBox {
	background-color: #EBEFFA;
	padding: 10px 20px 10px 20px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #3A66CC;
}

.images {
	float: right;
	border: 1px solid #6633CC;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	width: 970px;
	height: 95px;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
}
.footer p {
	padding: 0px;
	margin: 0px;
}

a.topMenuLink:link, a.topMenuLink:active, a.topMenuLink:visited {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #000033;
}
a.topMenuLink:hover {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #000033;
}

a.leftMenuLink:link, a.leftMenuLink:active, a.leftMenuLink:visited {
	text-decoration: none;
	display: block;
	line-height: 28px;
	border-bottom: 3px solid #000033;
	font-weight: bold;
	font-size: 16px;
	color: #000033;
	padding: 0px 0px 0px 10px;
}
a.leftMenuLink:hover {
	background-color: #000033;
	text-decoration: none;
	display: block;
	line-height: 28px;
	border-bottom: 3px solid #000033;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0px 0px 0px 10px;
}

a.pageLink:link, a.pageLink:active, a.pageLink:visited {
	text-decoration: underline;
	color: #6633CC;
}
a.pageLink:hover {
	text-decoration: none;
	color: #6633CC;
}

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

.littlelinksdiv
{
align: center;
}


a.littlelinks:link, a.littlelinks:active, a.littlelinks:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 10px;
}
a.littlelinks:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
}
