* {
}
body {
	background-color: #797979;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/layout/bodyBkg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-position: center top;
}
/* MAIN LAYOUT */

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	background-color: #464646;
	background-image: url(images/layout/contentBkg2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 250px;
	background-color: #464646;
}
#navigation {
}
#content {
}
#contentInner {
	margin: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 20px;
}
#footer {
	margin: 0px;
	padding: 10px 20px;
	color: #FFFFFF;
	clear: both;
	text-align: left;
	border-top: 1px solid #FFFFFF;
}
#footer a, #fotter a:hover, footer a:visited {
	color:#FFFFFF;
}
/* CONTENT AREA CLASSES */

.mainContent, .halfpageColumnLeft, .halfpageColumnRight, .sidebarLeft, .sidebarRight, .mainContentWithLeftSidebar, .mainContentWithRightSidebar {
	background-image: url(images/layout/textAreaBkg_red.gif);
	background-repeat: repeat-x;
	background-color: #F7F8F7;
	margin: 10px 0px;
}
.mainContent, .sidebarLeft, .sidebarRight, .mainContentWithLeftSidebar, .mainContentWithRightSidebar {
	padding: 5px 10px 10px;
}
.halfpageColumnLeft, .halfpageColumnRight {
	padding:5px 5px 10px 5px;
}
.mainContent {
	width: 840px;
	margin-left:20px;
	clear:both;

}
.halfpageColumnLeft {
	float: left;
	width: 400px;
	margin-left:20px;

}
.halfpageColumnRight {
	float: right;
	width: 400px;
	margin-right:20px;

}
.halfpageColumnLeft p, .halfpageColumnLeft h1, .halfpageColumnRight p, .halfpageColumnRight h1 {
padding-right: 5px;
padding-left:5px;
}
.sidebarLeft {
	float: left;
	width: 280px;
}
.sidebarRight {
	float: right;
	width: 280px;
}
.mainContentWithLeftSidebar {
	width: 500px;
	float: right;
}
.mainContentWithRightSidebar {
	width: 500px;
	float: left;
}
/* HOME PAGE ONLY STYLES */

.videoHomepage {
	margin-right: 32px;
	margin-left: 32px;
	padding: 15px 0px 0px;
}
.sponsorLogos img {
	display: block;
	border:none;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}
/* TAG STYLES */

p {
	font-size: 0.7em;
	line-height: 1.4em;
}
ul, li {
	color: #333333;
	font-size: .8em;
	line-height: 1.4em;
}
h1 {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.09em;
	display: block;
	padding: 0px 10px 10px;
	margin: 0px;
}
h2, h3, h4, h5, h6 {
}
a {
	color: #0000FF;
}
a:hover, a:focus, a:active {
	color: #FF0000;
}
a:focus, a:active {
}
a:visited: {
color: #0000FF;
}
img, a img {
}
small {
}
abbr, acronym {
}
blockquote {
}
cite {
}
em {
}
strong {
}
form {
}
fieldset {
}
legend {
}
label {
}
input {
}
select {
}
option {
}
textarea {
}
input:focus, select:focus, option:focus, textarea:focus {
}
.bold {
}
.italic {
}
.hidden {
}
.offset {
}
.highlight {
}
.tiny {
}
.error {
}
.abbr {
}
