h1 {font-family: Arial, Helvetica;
	font-size: 14pt;
	color: black;
	text-align: left;}
h2 {font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	color: black;
	ont-weight: bold;
	text-align: left;}
h3 {font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: black;}

body {background-image: url("clouds3.jpg");
	background-attachment: fixed;}
p	{text-align: justify;}

#navlist {
	width: 250px;
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #cccccc;
	}
#navlist li {
	list-style: none;
	margin: 0;
	border-top: 1px solid #666666;
	line-height: 200%;
	}
#navlist li a {
	color: #990000;
	display: block;
	padding-left: 5px;
	text-decoration: none;
	}
#navlist li a:hover {
	color: #ffffff;
	background-color: #333333;
	}
.active {
	background-color: #990000;
	color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
	}

.standardimage {border-style: groove;
			border-left-style: none;
			border-right-style: groove;
			border-width: 10px;
			border-color: #666666;}