body
{
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%; /* fixes bug in IE. can be any number. */
  background-color: #CCCCCC;
  background-image:url(images/background.gif);
}

h1, h2, h3, h4, h5, h6
{
  color: #335274;
  font-family: "Times New Roman", Times, serif;
  margin-top: 1em;
  margin-bottom: 0;
}

p
{
  margin-top: 0;
  margin-bottom: 1em;
}

form
{
  margin: 0;
}

img
{
  border: none;
}

.clearall
{
  clear: both;
  overflow: hidden;
  height: 1px;
}

/*
  Use row styles like this:
  <div class="row">
    <span class="lcol">Or use label here</span>
    <span class="rcol">right column</span>
  </div>
*/
.row
{
  clear: both;
  padding-top: .1em;
  width:425px;
}

.row .lcol,
.row label
{
  display: block;
  float: left;
  text-align: right;
  width:160px;
}
.row .center
{
	display:block;
	text-align:center;
	float:left;
	width:200px;
}
.row .rcol
{
  display: block;
  text-align: left;
  float: left;
  width:260px;
}

.row .rcol label
{
  display: inline;
  float: none;
  text-align: inherit;
}

.smaller
{
  font-size: 90%;
}

#container
{
	width: 760px;
	margin: auto;
	background-image:url(images/content-background.gif);
	background-repeat:repeat-y;
	border:1px solid #11202C;
}

#header
{
	background-image:url(images/header-760-altr3.png);
	width:760px;
	height:120px;
	
}

#flash-email
{
	float:right;
}

#contact{
	z-index:90;
	position:absolute;
	left: 702px;
	top: -1px;
	width: 152px;
	height: 124px;
	border:1px solid #990000;
}
#main
{
}

/* IE Hack */
<!--[if not IE 7]-->
#container > #main
{
	margin-top:-8px;
}

#container > #header
{
	padding-bottom:9px;
}
<!--[endif]-->
/* End Hack */

.headerText {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #335274;
}
.smallText {
	font-size: 11px;
	color: #333333;
}
.mediumTextUnbold {
	font-size: 10pt;
	color: #333333;
}
.mediumText {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.leftNav 
{
	font-size: 11px;
	color: #CCCCCC;
	line-height: normal;
	float:left;
	width:150px;
	margin:0px;
}

.leftNav ul
{
	margin-left:0px;
	padding-left:0px;
}

.leftNav ul li
{
	border-bottom:1px #666 solid;
	min-height:30px;
	list-style-type:none;
	padding-top:3px;
	padding-left:3px;
	font-weight:bold;
}

.leftNav ul li.first
{
	border-top:1px #666 solid;
}

.leftNav ul li a
{
	color:#CCC;
	text-decoration:none;
}

.leftNav ul ul
{
	font-size:100%;
	margin-left:.5px;
	padding-left:.5px;
}

.leftNav ul li ul li
{
	border:none;
	list-style-type:disc;
	list-style-position:inside;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:2px;
	min-height:0px;
	
}

#content
{
	float:right;
	width:600px;
	border:1px solid #dbdbdb;
}

#homepage_video
{
	text-align:center;
	padding:5px;
	border:1px solid black;
	background-color:#999999;
	width:320px;
	
}

#homepage_video_larger
{
	padding:5px;
	border:1px solid black;
	background-color:#999999;
	width:480px;
	
}

.collage a
{
	color: #335274;
	text-decoration:none;
}

#footer
{
	font-size: 11px;
	color: #333333;
	text-align:center;
	background:none;
}
