@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #060;
}
#container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container #Logo {
	background-color: #060;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FC0;
	text-decoration: none;
	background-color: #060;
	margin: 0px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
}
#navbar ul li {
	padding: 0px;
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 14px;
}
#navbar a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#navbar a:hover {
	color: #FFF;
}
#navbar a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#mainContent  {
	background-color: #FC9;
	border: 4px ridge #FC0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}
#centerContent {
	background-color: #FC9;
	border: 4px ridge #FC0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
}
#centerContent a {
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
#container #tableContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FC9;
	border: 4px ridge #FC0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#container #mainContent {
	padding-top: 8px;
	padding-bottom: 8px;
}
#Links a {
	font-weight: bold;
	color: #900;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#mainContent a {
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
#mainContent table tr td div a {
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
#tableContent table tr td a {
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
.text-left {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.text-right {
	text-align: right;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #800080;
	text-align: left;
	line-height: normal;
}
h2 {
	font-size: 18px;
	font-weight: bolder;
	color: #800080;
	text-align: left;
	line-height: normal;
}
h3 {
	font-size: 18px;
	font-weight: bolder;
	color: #800080;
	text-align: center;
	line-height: normal;
}
h4 {
	font-size: 16px;
	font-weight: bolder;
	color: #800080;
	text-align: center;
	line-height: normal;
}
.bigBlack {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.bigPurple {
	font-size: 16px;
	font-weight: bold;
	color: #800080;
}
.purpleHeader {
	font-size: 20px;
	font-weight: bold;
	color: #800080;
}
#videoList {
	width: 450px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FC9;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	float: left;
	margin: 0px;
}
#photoColumn {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 280px;
}
.image-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 5px;
}
.image-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 8px;
}
.image-R-top10-btm10 {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bold {
	font-weight: bold;
}
.linkPageText {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
.purple {
	font-weight: bold;
	color: #800080;
	font-size: 14px;
}
.quotes {
	font-style: italic;
}
.tdCenter {
	text-align: center;
}
.ridges {
	border: 3px ridge #FFCC00;
	text-align: left;
}
.heavyBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	line-height: 16px;
}
#videoDiv {
	text-align: center;
	float: none;
}

