body {
	background-color: #48C5DB;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-image: url(images/leftedge.gif);
	background-repeat: repeat-y;
	background-position: 0px;
}

#header {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	width: 100%;
}

.navlist
{
	padding-left: 0;
	margin-left: 0;
	width: 200px;
	font-size: small;
}

.navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
}

.navlist li a:link , .navlist li a:visited {
	text-decoration: none;
	color: #9E59A3;
	font-weight: bold;
}

.navlist li a:active , .navlist li a:hover {
	text-decoration: underline;
	color: #ff0000;
	font-weight: bold;
}

#content p {
	font-size: medium;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	color: #9E59A3;
	padding-left: 150px;
	padding-right: 100px;
	text-indent: 42px;
}

#content a:link, #content a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#content a:active, #content a:hover {
	font-weight: bold;
	color: #FDC010;
	text-decoration: underline;
}


#footer {
	line-height: 125%;
	background-color: #FDC010;
	height: auto;
	width: 100%;
	vertical-align: middle;
	border-top-color: #9E59A3;
	border-top-style: solid;
	border-top-width: 18px;
	border-bottom-color: #FDC010;
	border-bottom-style: solid;
	border-bottom-width: 18px;
	font-size: x-small;
}

#footer a:link , #footer a:visited {
	text-decoration: none;
	color: #9E59A3;
	font-weight: bold;
}

#footer a:active , #footer a:hover {
	text-decoration: underline;
	color: #ff0000;
	font-weight: bold;
}
#navcontainer {
	vertical-align: middle;
}
}

#navcontainer2 {
	vertical-align: middle;
}
ol {
	font-weight: bold;
	color: #9E59A3;
	text-align: left;
	list-style-position: inside;
	list-style-type: decimal;
	margin-left: 200px;
}

