BODY, TABLE, TD, TR {
	font-family : Times New Roman;
	font-size : 14pt;
}
H1{
	font-family : Times New Roman;
	font-size : 20pt;
	font : bold;
	color : #624AD0;
}
H2{
	font-family : Times New Roman;
	font-size : 16pt;
	font : bold;
	color : #624AD0;
}
a:link{
	color: #8B74E7
}
a:visited{
	color: #8B74E7
}

a:hover{
	color: #624AD0
}
BODY {
	background-color: #B0A5E8;
}

ul {
	list-style-type: square;
	margin-left: 20px
}
	
ul li{
		color: #624AD0;
}

#medallion {
	position: absolute;
	background-image: url(images/medallion.gif);
	background-repeat: no-repeat;
	width: 104px;
	height: 104px;
	z-index: 500;
	left: 50%;
	margin-left: 200px;
	margin-top: 105px;
	display: block;
}

#flash {
	z-index: 100;
}
#navcontainer ul {
	text-align: center;
	margin:0;
}

#navlist li {
display: inline;
list-style-type: none;
padding-right: 20px;
}