* {
  margin: 0;
  padding: 0;
  text-align: left;
  white-space: normal;
}

body {
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
}

p, hr, h1, h2, h3, br {
  margin: 0 0 1em 0;
  border: 0;
  clear: both;
}

td {
  font-size: 12px;
  text-align: center;
  vertical-align: top;
}

a {
  color: 006697;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

.black {
  color: #000000;
}
.blackbold {
  color: #000000;
  font-weight: bold;
}
.blacksmall {
  color: #000000;
  font-size: 10px;
}

.green {
  color: #669934;
}
.greenbold {
  color: #669934;
  font-weight: bold;
}
.greenheading {
  font-size: 18px;
  color: #669934;
}

.red {
  color: #CD3301;
}
.redbold {
  color: #CD3301;
  font-weight: bold;
}
.redheading {
  color: #CD3301;
  font-size: 18px;
}

.blue {
  color: #006697;
}
.bluebold {
  color: #006697;
  font-weight: bold;
}
.blueheading {
  color: #006697;
  font-size: 18px;
}

.whiteongreen {
  color: #FFFFFF;
  background-color: #669934;
}
.whiteonred {
  color: #FFFFFF;
  background-color: #CD3301;
}
.whiteonblue {
  color: #FFFFFF;
  background-color: #006697;
}

.nolink {
  color: red;
  font-weight: bold;
}

.greybackground {
  background-color: #333333;
  width: 100%;
}

.outer {
  text-align: center;
}

.content {
  background-color: #FFFFFF;
  margin: auto;
  text-align: left;
  width: 768px;
}

.logo {
  padding: 5px;
}

.banner {
  padding: 0 5px;
}

.picWithTextRight {
   margin-right: 10px;
}

.greygradient {
  background-image: url("pics/grey.jpg");
  background-repeat: repeat-x;
  height: 10px;
  margin: 5px;
}

.footer {
  clear: both;
  padding: 5px;
}
.footerText {
  background-color: #669934;
  text-align: center;
}

#thickline {
  height: 5px;
}

.middleColumn {
  overflow: hidden;
  float: left;
  width: 400px;
  margin: 0;
  padding: 0;
}
.middleInside {
  margin: 5px 13px 5px 13px;
}
.middleInside hr {
  background-color: #E5E5E5;
  color: #E5E5E5;
  height: 3px
}
.middle {
  width: 374px;
}

.sideColumn {
  float: left;
  width: 184px;
}

.filmClipColumn {
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 0;
  width: 580px;
}

.clipBorderedTable {
  width: 100%;
}

.clipTopleft {
  background-image: url("pics/topleft.gif");
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  text-align: left;
}

.clipTopright {
  background-image: url("pics/topright.gif");
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 7px;
}

.clipBottomleft {
  background-image: url("pics/bottomleft.gif");
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  height: 5px;
}

.clipBottomright {
  background-image: url("pics/bottomright.gif");
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 5px;
  height: 5px;
}

#flowplayerholder {
  text-align: center;
}

.borderedBox {
  width: 184px;
}

.borderedBoxRight {
  padding: 5px 5px 0px 0px;
}
.borderedBoxRight ul {
  list-style: none;
  padding-left: 1em;
}
.borderedBoxRight li {
  text-indent: -10px;
}

.borderedBoxLeft {
  padding: 5px 0px 0px 5px;
}
.borderedBoxLeft a {
  color: #669932;
  text-decoration: none;
}
.borderedBoxLeft ul {
  list-style: none;
  padding-left: 1em;
}

.borderedTable {
  width: 179px;
}

.topleft {
  background-image: url("pics/topleft.gif");
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 174px;
  text-align: left;
}
.topleftPadding {
  padding: 7px 1px 2px 7px;
}

.topright {
  background-image: url("pics/topright.gif");
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 7px;
}

.bottomleft {
  background-image: url("pics/bottomleft.gif");
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  height: 5px;
}

.bottomright {
  background-image: url("pics/bottomright.gif");
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 5px;
  height: 5px;
}

.borderedInsideGreen {
  padding: 5px 5px 5px 5px;
  background-image: url("pics/green_gradient.jpg");
  background-repeat: repeat-x;
  background-color: #E9F3DF;
}
.borderedInsideGreen hr {
  background-color: #669932;
  color: #669932;
}

.borderedInsideBlueGradient {
  padding: 5px 5px 5px 5px;
  background-image: url("pics/blue_gradient.jpg");
  background-repeat: repeat-x;
  background-color: #E4EFF5;
  color: #006697;
}

.borderedInsideBlueGradient hr {
  background-color: #006699;
  color: #006699;
}

.borderedInsideBlueGradient td {
  text-align: left;
  background-color: #006697;
  color: #FFFFFF;
  font-weight: bold;
}

.borderedInsideBlue {
  background-color: #CFDEE5;
}

.borderedContent {
  width: 100%;
}