@charset "UTF-8";

/* Layout Elements */

body {
	background-image: url(/images/design/backgroundRepeater.jpg);
	background-repeat: repeat-x;
	background-color: #333;
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 149px;
	width: 800px;
}
#contentBox {
	background-image: url(/images/design/contentRepeater.png);
	background-repeat: repeat-y;
	width: 740px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#footer {
	background-image: url(/images/design/footer.png);
	height: 44px;
	width: 570px;
	padding-left: 230px;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-style: italic;
	line-height: 1.5em;
}
#footer a:link, #footer a:visited , #footer a:active , #footer a:hover {
	color: #FFF;
}
#footerPlain {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-style: italic;
	line-height: 1.5em;
	text-align: center;
}
#footerPlain a:link, #footerPlain a:visited, #footerPlain a:active, #footerPlain a:hover {
	color: #FFF;
}
#boxDivider {
	background-image: url(/images/design/boxDivider.png);
	height: 40px;
	width: 800px;
}
#boxTop {
	background-image: url(/images/design/boxTop.png);
	height: 20px;
	width: 800px;
}
#boxBottom {
	background-image: url(/images/design/boxBottom.png);
	height: 20px;
	width: 800px;
}

/* Main Text Elements */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

/* Video Player */
#videoPlayer {
	padding: 0px;
	height: 290px;
	width: 480px;
	color: #039;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#videoPlayer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #039;
}

#videoPlayer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #039;
}

#videoPlayer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #039;
}

#videoPlayer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #039;
}
.red {
	color: #C00;
}

