body
{
	margin: 0 auto;
	text-align: center;
	background: black;
}

div#main
{
	margin: 0 auto;

	width: 728px;
}

table#header
{
	margin: 0 auto;

	background: #333333;
	margin-top: 10px;

	width: 728px;
	height: 65;
	color: white;

	font-size: x-large;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #cecece;
}

table#content
{
	margin: 0 auto;

	background-color: black;
	height: 500;
	color: #cecece;
	text-align: left;
	border: 1px solid #cecece;

}


table#menubar
{
	margin: 0 auto;

	width: 728px;
	border: 1px solid #cecece;

}
table#menubar td
{
	width: 20%;
	background: #777777;

}
a.menu
{
	color: #cccccc;
	width: 100%;
	background: #777777;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: small;
}

a.menu:hover
{

	background: #cccccc;
	color: #777777;
	text-decoration: none;
	font-family: arial;


}

.content
{
	margin: 0px;
	padding: 10px;
	width: 97%;
	background: black;	
	border: 1px solid black;

}
.content p
{

	background: black;
	color: white;
	font-family: arial;
	text-align: left;
	font-size: small;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: justify;

}

.content p.center
{
	text-align: center;

}

.content p.sponsor
{
	font-size: large;
	color: #6699cc;
	font-weight: bold;
	text-align: center;

}

.content h1.sponsor
{
	font-weight: bold;
	font-size: large;
	color: white;
	text-align: center;

}

.content h1
{
	margin: 10px;
	padding: 10px;
	color: white;
	background: black;

	font-size: x-large;
	text-align: center;
}

.content h2 a
{

	color: lightblue;
	text-decoration: none;
	text-align: left;


}

.content h2
{
	text-align: center;
}

.content h2.left a
{

	padding-left: 20px;

}

.content a
{
	color: gold;


}

address
{

	text-align: center;
	padding: 20px;

}

.content form table
{
	color: gold;
	font-size: small;	
	font-family: x-arial;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid black;
}

input
{
	border: 1px solid #000000;
	font-size: small;	
	font-family: x-arial;
}

textarea
{
	border: 1px solid #000000;
	font-size: x-small;
	font-family: arial;
}
