h1 {
	font-family: Comic Sans MS;
	font-size: 36px;
	color: #0000cc;
}

h2 {
	font-family: Comic Sans MS;
	font-size: 20px;
	color: #0000cc;
}

h3 {
	font-family: Comic Sans MS;
	font-size: 14px;
	line-height: 130%;
	color: #0000cc;
}

p {
	font-family: Comic Sans MS;
	font-size: 12px;
	color: #0000CC;
}

body {
	background-color: #FBFF78;
}

.container {
	padding: 10;
	width: 672px;
	height: auto;
	text-align: left;
}

.containerbig {
	padding: 10;
	width: 800px;
	height: auto;
	text-align: left;
}	

.textdashbox {
	padding: 0 10 0 10;
	margin: 0;
	width: 200;
	float: right;
	border: 4px dashed #0000CC;
	background-color: #00FF00;
}

.banner {
	width: 600;
	line-height: 40%;
	text-align: center;
	float: left;
	margin: 0;
}

.imageleft {
	float: left;
	margin: 0 10 10 0;
	border: 0px solid #009933;
} 

.imageright {
	float: right;
	margin: 10 0 10 10;
	border: 0px solid #009933;
}

.itembox {
	text-align: left;
	background-color: #FFFFFF;
	width: 650;
	min-height: 160;
	height: auto !important;
	height: 160;
	padding: 10;
	margin: 0 0 15 0;
	border: 1px solid #00FF66;
}

.buttonbox {
	float: right;
	height: 25;
}

.nav a:visited {
	font-family: Comic Sans MS;
	color: #0000FF;
	text-decoration: none;
	font-size: 16px;
}

.nav a:link {
	font-family: Comic Sans MS;
	color: #0000FF;
	text-decoration: none;
	font-size: 16px;
}

.nav a:hover {
	font-family: Comic Sans MS;
	color: #00FF00;
	text-decoration: none;
	font-size: 16px;
}