h1 {
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}
.emphasistext {
	font-weight: bold;
	color: #FF6600;
	font-size: 18pt;
}
.bigblue {
	font-size: 24pt;
	color: #006699;
}
.medblue {
	font-size: 18pt;
	color: #006699;
}


h2 {
	text-align: center;
	font-style: italic;
	color: #006699;
	font-size: 18pt;
}
h3 {
	padding: 1ex;
}

p {
	font-size: 14pt;
	
	line-height: 20pt;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
}
.center {
	text-align: center;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFDFDF;
	font-size: 12pt;
}

#navlist {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 108px;
	float: left;
}
.navright {
	position: fixed;
	left: 660px;
	top: 0px;
	width: 112px;
	float: right;
}


#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 0.9em;
}

#navlist li {
margin: 0;
}

#navlist a {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid;
border-color: #6A8EB3;
background-color: #9ACBEB;
background-repeat: no-repeat;
background-position: 0% 50%;
}

#navlist a:link, #navlist a:visited {
color: #000033;
text-decoration: none;
}

#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #EBC31B;
color: #F5FF00;
}
.icon {
	list-style-position: outside;
	list-style-image:  url(images/icon.gif);
}
.justblue {color: #0000FF}
