*
{
padding: 0em;
margin: 0em;
}

html, body 
{
	height:100%; /* needed for container min-height */
}

body 
{
	padding: 0px; 
	color: #297B9B;
	font-size: 0.9em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width:100%; 
	margin: 0; 
	background-image: url('images/background2.jpg');
	background-position: center;
	background-repeat: repeat-y;
	background-color: #88c0d6;
	text-align: center
}

/* This ensures that the website sits in the middle of the screen */
.wrapper 
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto;     /* center, not in IE5 */
	width: 1000px;
	text-align: left;
	background: white;
    height: auto !important;      /* for modern browsers */
    height: 100%;                /* for IE5.x and IE6   */
    min-height: 100%;            /* for modern browsers */
    color: black;
}

/* These styles define the various sections of the web page */
.header
{
	width: 987px;
	height: 120px;
	text-align: left;
	padding-top: 10px;
	padding-left: 13px;
	background-color: #88c0d6;
	color: white;
	background-image: url('images/blue-hdr.gif');
	background-repeat: repeat-x;
}

.header h1
{
	color: white;
	font-size: 2.2em;
	padding-top: 35px;
	padding-left: 35px;
}

.header .header-images { float: left; width: 355px;}
.header .header-title { float: left; width: 600px;}

.container 
{ 
	width: 1000px; 
	padding-top: 20px;
	background-color: white;
}

.menu 
{ 
	width: 230px; 
	height: 100%;
	float: left; 
	margin-left: 0;
	padding-left: 15px;
	padding-top: 20px;
	list-style: none;
	font-size: 0.9em;
	background-color: white;
}

.menu ul { list-style: none; padding-left: 0px;}

.menu li
{
	height: 40px;
	padding-top: 5px;
	padding-left: 15px;
	background-image: url('images/green-button.gif');
	background-repeat: no-repeat;
}

.page-body 
{ 
	width: 740px; 
	float: left; 
	padding-left: 0px;
	padding-right: 15px;
	color: #297B9B;
	background-color: white;
}

.video-area
{
	width: 215px;
	vertical-align: bottom;
	padding-right: 15px;
	padding-top: 40px;
}

div.scrolling-text
{
	width: 730px;   /* needs to match the dimensions specified in the javascript for the scrolling region */
	float: left;
	padding: 5px;
	padding-top: 0px;
	clear: left;
	text-align:center;
	background-image: url('images/scroll-bak.gif');
	background-repeat: no-repeat;
	background-position:center; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.scrolling-text td 
{ 
	font-size: 0.9em; 	
	color: #000080;
}

/* Generic hyperlink styles */
a              {color: #297B9B; font-weight: bold; text-decoration: none; }
a:link         {color: #297B9B; }
a:visited      {color: #297B9B; }
a:hover        {color: #000; }
a:active       {color: #000; }

/* Main heading */
h1 
{
	color: #297B9B;
	font-size: 1.0em;
	letter-spacing: 1px;
	padding-bottom: 16px;
	line-height: 100%;
}
/* Secondary headings */
h2
{
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 4px;
	line-height: 100%;
}
h3
{
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 100%;
}

img 
{
	border: 0px none;
}

.inlineimage
{
	float: right;
	width: 280px;
	margin: 0 0 5px 15px;
}
ul
{
padding-left: 30px;
}

.txtarea 
{
padding-top: 12px;
padding-bottom: 12px;
}