/* standard tags */

body {
	background-color: #68d;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
}

h1 {
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #225;
}

h2 {
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-align: left;
	color: #25a;
	text-indent: 32px;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #511;
}

h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	color: #222;
	text-indent: 32px;
}

p {
	text-align: left;
	font-size: 80%;
}

li {
	text-align: left;
	font-size: 80%;
	list-style-image: url(bullet.gif);
	margin-left: 8px;
	padding: 7px;
}

img {
	border: 0px;
	padding: 4px;
}

/* selectors */

a {
	text-decoration: underline;
	color: #25c;
}

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

/* classes and id's */

#content {
	width: 792px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#header {
	width: 792px;
	height: 160px;
	background-image: url(header.jpg);
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-right: solid #111 1px;
	border-left: solid #111 1px;
	text-align: center;
}

#introheader {
	width: 792px;
	height: 160px;
	background-image: url(t_header.jpg);
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-right: solid #111 1px;
	border-left: solid #111 1px;
}

#eventheader {
	width: 792px;
	height: 160px;
	background-image: url(event_header.gif);
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-right: solid #111 1px;
	border-left: solid #111 1px;
}

#clevelandheader {
	background-image: url(clevelandheader.jpg);
	height: 480px;
	padding: 0px;
	border-top: none;
	border-right: solid #101 1px;
	border-bottom: none;
	border-left: solid #101 1px;
	width: 792px;
	text-align: center;
}

#main {
	background-color: #fff;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 16px;
	border-top: 0px;
	border-right: solid #111 1px;
	border-bottom: solid #111 1px;
	border-left: solid #111 1px;
}

#footer {
	font-size: 65%;
	color: #ccc;
	padding-top: 8px;
	clear: both;
}

.audioplayer {
	background-color: #fff;
	margin: 8px;
	height: 42px;
	width: 182px;
	clear: both;
}

.movie {
	width: 360px;
	height: 180px;
	margin: auto;
	background-color: #ddd;
}

.blurb {
	background-color: #eec;
	font-size: 90%;
	border: solid #225 1px;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.bulletbox {
	background-color: #deeefe;
	font-size: 90%;
	border: solid #225 1px;
	padding-right: 16px;
	padding-left: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.smaller {
	font-size: 60%;
	color: #444;
	text-align: center;
}

.imgleft {
	float: left;
	border: solid #111 1px;
	margin: 5px;
	background-color: #fff;
}

.imgright {
	float: right;
	border: solid #111 1px;
	margin: 5px;
	background-color: #fff;
}

.register {
	background-image: url(up.gif);
	padding: 0px;
	clear: both;
	width: 180px;
	height: 32px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	border: 1px solid #222;
}

a.register {
	background-image: none;
	text-decoration: none;
	font-size: 125%;
	color: #fff;
	border: none;
}

a.register:hover {
	background-image: none;
	text-decoration: none;
	font-size: 125%;
	color: #f60;
	border: none;
}

.white {
	color: #fff;
}

.red {
	color: #511;
}

.leftbox {
	width: 350px;
	float: left;
}

.rightbox {
	width: 350px;
	float: right;
}
