html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
}

body {
background-color: #b9b997;
color: #333;
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
line-height: 18px;
margin: 0;
padding: 10px 0 0 0;
text-align: center;
background-image: url(../images/bg_body.jpg);
background-repeat: repeat-x;
background-position: top;
}

/* Commonly used to style page titles. */

h1 {
font-size: 17pt;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: normal;
text-align: left;
}

/* Commonly used to style section titles. */

h2 {
font-size: 1.2em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: normal;
text-align: left;
}

h3 {
font-size: 15pt;
font-weight: normal;
margin-top: 15pt;
}

h4 {
font-size: 1em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: normal;
text-align: left;
}

h5 {
font-size: 1em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: normal;
text-align: left;
}

/* Sets the style links. */

a, a:link {
color: #069;
text-decoration: underline;
}

a:visited {
color: #79c0ff;
text-decoration: underline;
}

a:hover {
color: #ff3300;
text-decoration: none;
}

a:focus {
color: #000;
}

a:active {
color: #000;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */

#Wrapper {
background-color: #d5d5bf;
margin: 0 auto 0 auto;
text-align: left;
width: 900px;
}

#header {
background-color: #fff;
height: 168px;
padding: 0;
background-image: url(../images/bg_hdr.jpg);
background-repeat: no-repeat;
}

#topNav {
background-color: #c1ba26;
height: 40px;
margin: 0;
padding: 0;
background-image: url(../images/bg_topnav.jpg);
background-repeat: repeat-x;
border-left: 1px #333 solid;
border-right: 1px #333 solid;
}

#contentWrapper {
overflow: hidden;
border-left: 1px #333 solid;
border-right: 1px #333 solid;
}

#rightCol {
background-color: #d5d5bf;
float: right;
padding: 10px 0px;
width: 192px;
background-image: url(../images/bg_rtcol.jpg);
background-repeat: no-repeat;
margin-top: 64px;
text-align: center;
}

#rightCol img {
margin-bottom: 1em;
}

#vid {
background-color: #baba98;
padding: 10px;
text-align: center;
height: 150px;
border: 1px #818157 solid;
margin: 0 auto;
width: 494px;}

#vid a {
cursor: pointer;
outline: none;}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */

#content {
margin: 0 200px 0 0;
padding: 10px 10px 10px 10px;
}

/* PopUps */

#popUp {
text-align: left;
font-size: 12px;
}

/*#popUp input {
font-size: 12px;}*/

#popUp form {
padding: 10px;
}

#popUp label {
font-weight: bold;
float: left;
width: 80px;
color: #333;
}

/* Classes */

.vidfloat {
float: left;
width: 164px;
}

.clearfloat {
clear: both;
}

.big {
font-size: 17px;
line-height: 22px;
}

.data {
font-size: 11px;
}

.bighardie {
color: #147243;
font-size: 19pt;
font-weight: bold;
}

.lilhardiestrong {
color: #147243;
font-size: 15pt;
font-weight: bold;
}

.lilhardie {
color: #147243;
font-size: 15pt;
}