h1 {
	font-family: Century Gothic;
	font-style: italic;
	size: 36;
	color: #0000DD;
}

h2 {
}

h3 {
	font-family: Arial, sans serif;
	font-size: 20;
	line-height: 75%;
	color: #BBBBBB;
	font-weight: normal;
}

h4 {
	font-family: Arial, sans serif;
	font-size: 18;
	color: #AAAAAA;
	font-weight: normal;
}

p {
	font-family: Arial, sans serif;
	font-size: 12;
	color: #AAAAAA;
	font-weight: normal;
}

.smallp {
	font-family: Arial, sans serif;
	font-size: 9;
	color: #AAAAAA;
	font-weight: normal;
}


.container {
	background-color: #000000;
	width: 750;
	height: 1000;
	text-align: left;
	cell-padding: 10;
}

#titleblock {
	float: left;
	width: 710;
	height: 200;
	line-height: 70px;
	text-valign: center;
	background-color: #000000;
	cell-padding: 10;
	margin: 20 20 20 20;
	}

.imageleft {
	float: left;
	margin: 10 20 10 40;
}

.imageright {
	float: right;
	margin: 10 40 10 20;
}

.textboxright {
	width: 300;
	float: right;
	margin: 10 40 20 20;
	text-align: left;
}

.textboxleft {
	float: left;
	margin: 10 20 20 40;
}	

.navpink {
	width: 690;
	height: 35;
	line-height: 2;
	float: left;
	margin: 0 20 10 20;
	padding-left: 20;
	background-color: #9900cc;
}

.navpurp {
	width: 690;
	height: 35;
	line-height: 2;
	float: left;
	margin: 0 20 10 20;
	padding-left: 20;
	background-color: #6600cc;
}

.navblue {
	width: 690;
	height: 35;
	line-height: 2;
	float: left;
	margin: 0 20 10 20;
	padding-left: 20;
	background-color: #0033cc;
}

.menu {
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 18;
	color: #EEEEEE;
}

.menu a:link {
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 18;
	color: #EEEEEE;
	text-decoration: none;
}

.menu a:visited {
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 18;
	color: #EEEEEE;
	text-decoration: none;
}

.menu a:hover {
	font-family: Trebuchet MS;
	font-weight: normal;
	text-decoration: none;
	font-size: 18;
	color: #FFFF33;
}

a:link {
	text-decoration: none;
	color: #AAAAAA;
}

a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: none;
	color: #FFFF33;
}
