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

h2 {
	font-family: Century Gothic;
	size: 20;
	color: #0000DD;
}

h3 {
	font-family: Century Gothic;
	size: 14;
	color: #0000DD;
}

p {
	font-family: Arial;
	size: 11;
	color: #888888;
}

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

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

.bigbox {
	background-color: #EEEEEE;
	width: 670;
	text-align: left;
	border: 2px solid #0000DD;
	padding: 30;
}

.imageleft {
	float: left;
	margin: 20 20 10 40;
	height: 300;
	text-align: bottom;
}

.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: 735;
	height: 35;
	line-height: 2;
	float: left;
	margin: 20 0 20 0;
	padding-left: 20;
	background-color: #9900cc;
}

.navpurp {
	width: 735;
	height: 35;
	line-height: 2;
	float: left;
	margin: 20 0 20 0;
	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;
}

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

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

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


