@charset "utf-8";
body {
	background: #99F;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 750px;
}
#container #header{
	font-family: Verdana, Geneva, sans-serif;
}
#container #header h1 {
	font-size: 24px;
	display: inline;
	width: 160px;
	color: #F00;
	margin: 0px;
}
#container #content {
	font-size: 16px;
}
#banner {
	font: 10px Verdana, Geneva, sans-serif;
}
#banner p {
	margin: 8px;
}
#banner a {
	font-size: 24px;
	color: #F00;
}
#container #content #bodyText {
	background: #FFF;
	margin: 15px;
	padding: 12px;
	font: 12px Verdana, Geneva, sans-serif;
}
#container #content #bodyText h1 {
	font-size: 21px;
	text-align: center;
}
#container #content #bodyText h2 {
	font-size: 16px;
	text-align: center;
}
#container #content #bodyText h3 {
	font-size: 18px;
	text-align: center;
}
#container #content #bodyText h4 {
	font-size: 16px;
	text-align: center;
}
.fakeH3 {
	font-size: 18px;
	font-weight: bold;
}
.fakeH2 {
	font-size: 16px;
	font-weight: bold;
}

.redTxt {
	color: #F00;
}

#menuHoriz {
	width: 160px;
	padding-top: 15px;
}
#menuHoriz ul {
	margin: 0px 15px;
	padding: 0px;
}

#menuHoriz ul li{
	text-align: center;
	padding: 4px 0px;
	font: bold 11px/12px Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 15px 0px;
}
#menuHoriz a {
	color: #000;
	text-decoration: none;
}
#menuHoriz #videoLink {
	text-align: center;
	font: bold 11px Arial, Helvetica, sans-serif;
}

#container #content #leftLinks {
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}
#container #content #leftLinks a {
	color: #F00;
}
#container #content #leftLinks a:hover {
	color: #000;
}
.center {
	text-align: center;
}




.red {
	background: #F00;
}
.red:hover {
	background: #69F;
}
.pink {
	background: #F3F;
}
.pink:hover {
	background: #96F;
}
.purple {
	background: #96F;
}
.purple:hover {
	background: #F69;
}
.blue {
	background: #69F;
}
.blue:hover {
	background: #F00;
}
.turq {
	background: #0FF;
}
.turq:hover {
	background: #FF3;
}
.lime {
	background: #9F0;
}
.lime:hover {
	background: #FF3;
}
.yellow {
	background: #FF3;
}
.yellow:hover {
	background: #0FF;
}
.salmon {
	background: #F69;
}
.salmon:hover {
	background: #96F;
}
.fushia {
	background: #F3F;
}
.fushia:hover {
	background: #69F;
}
.ltGreen {
	background: #3F9;
}
.ltGreen:hover {
	background: #9F0;
}
#container #content #footer {
	font: 11px Arial, Helvetica, sans-serif;
}
#container #content #footer #botNav {
	color: #00ff00;
}
#container #content #footer #botNav a {
	color: #F00;
	margin-right: 5px;
	margin-left: 5px;
}
#container #content #footer #botNav a:hover {
	color: #000;
}
