h1 {
	font-family: Century Gothic;
	font-weight: normal;
	font-size: 30;
	color: #000066;
}

h2 {
	font-family: Century Gothic;
	font-weight: normal;
	font-size: 24;
	color: #000066;
}

h3 {
	font-family: Century Gothic;
	font-weight: normal;
	font-size: 18;
	color: #000066;
}

p {
	font-family: Arial;
	font-size: 12;
	font-color: #333333;
}

.spaced {
	line-height: 135%;
}

.smallp {
	font-family: Arial;
	font-size: 9;
	font-color: #333333;
}
	

ul {
	list-style: none;
	font-family: Century Gothic;
	color: #000066;
	font-size: 13;
	font-weight: bold;
	line-height: 200%;
}

.leftnavbox a:visited {
	list-style: none;
	font-family: Century Gothic;
	color: #purple;
	font-size: 13;
	font-weight: normal;
	text-decoration: none;
	line-height: 200%;
}

.leftnavbox a:link {
	list-style: none;
	font-family: Century Gothic;
	color: #990000;
	font-size: 13;
	font-weight: normal;
	text-decoration: none;
	line-height: 200%;
}
	
.leftnavbox a:hover {
	list-style: none;
	font-family: Century Gothic;
	color: #000066;
	font-size: 13;
	font-weight: normal;
	text-decoration: underline;
	line-height: 200%;
}


.container {
	width: 800;
	text-align: left;
}

.leftnavbox {
	width: 118;
	height: 360;
	float: left;
	text-align: right;
	padding: 10 10 10 0;
	margin: 0 25 0 0;
	border-right: solid 1px #990000;
}

.imageright {
	float: right;
	border: solid 1px #990000;
	margin: 10 0 20 10;
}

.imageleft {
	float: left;
	border: solid 1px #990000;
	margin: 10 20 10 0;
}

.clearboxright {
	width: 600;
	float: right;
	border: none;
	text-align: left;
	padding: 0 0 0 25;
}

.cleartextleft {
	width: 250;
	height: 160;
	float: left;
	border: none;
	text-align: left;
	padding: 10;
}