/* CSS Document */

a:link{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	color: purple;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.news {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	background-color: #99CCFF;
	height: 20px;
	width: 80px;
	border: thin groove #CCCCCC;
	color: #CC0000;
	text-align: center;
	background-position: center;
}
.topMenu {
	color: #FFFFFF;
	background-color: #666699;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #333333;
}

.topRightMenu {
	color: #FFFFFF;
	background-color: #666699;
	border-bottom-width: 0.5px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	padding-bottom: 1em;
	padding-top: 1em
}

.topMenu a:link{
	color: #FFFFFF;
}

.topRightMenu a:link{
	color: #FFFFFF;
}

.topMenu a:visited{
	color: #99FFFF;
}

.topRightMenu a:visited{
	color: #99FFFF;
}

.eduMenu {
	color: #FFFFFF;
	background-color: #CC6600;
	font-size: medium;
}

.eduRightMenu {
	color: #FFFFFF;
	background-color: #CC6600;
	padding-bottom: 1em;
	padding-top: 1em;
}

.eduMenu a:link{
	color: #FFFFFF;
}

.eduRightMenu a:link{
	color: #FFFFFF;
}

.eduMenu a:visited{
	color: #99FFFF;
}

.eduRightMenu a:visited{
	color: #99FFFF;
}

.bottomMenu {
	color: #336600;
	background-color: #E7E7E7;
	font-weight: bold;
	line-height: 150%;
}

.bottomMenu a:link{
	color: #333300;
}


.homeTitle {
	background-color: #FFFFFF;
	font-family: "Monotype Corsiva";
	font-size: x-large;
	font-style: oblique;
	color: #FF6633;

}

.title {
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	background-color: #669999;
	text-align: left;
	font-weight: bold;
	width: 90%;
	text-transform: uppercase;
}

.title a:link {
	color: #FFFFCC;
}

.subsubtitle {
	color: #CCFFCC;
	background-color: #003399;
	width: 40%;
}

.subsubtitle a:link{
	color: #CCFFCC;
}

.subtitle {
	font-family: "Times New Roman", Times, serif;
	color: #CC6600;
	margin-top: 1em;
	font-size: medium;
	text-align: left;
}


.userGuideTitle {
	font-family: "Times New Roman", Times, serif;
	color: #333399;
	margin-top: 1em;
	font-size: medium;
	text-align: left;
	font-weight: bold;
}

UL.circle {
	list-style-type: circle;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

LI.circle {
	list-style-type: circle;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.sub3title {
	font-size: medium;
	color: #006600;
	text-align: left;
	text-indent: 2em;
}
.sub4title {
	font-size: medium;
	color: #999999;
	text-align: left;
	text-indent: 3em;
}
.answer {
	background-color: #CCCCCC;
	padding-left: 3em;
}
.credits {
	background-color: #990000;
	height: 20px;
	width: 50px;
	text-align: center;
	color: #FFFFFF;
}

.summary {
	background-color: #CCCCCC;
	margin-right: 10%;
	margin-left: 10%;
	padding-right: 2%;
	padding-left: 2%;
}

.summary:first-letter {
	font-size: 200%;
	color: #990000;
}
.superscript {
}
sup {
	font-size: 70%;
}
