body {background-color: #FFFFFF; text-align: center}

h1 {font-size: 12pt; color: white; font-family: verdana; font-weight: bold;}
h2 {font-size: 10pt; color: white; font-family: verdana; font-weight: bold;}
h3 {font-size: 8pt; color: white; font-family: verdana; font-weight: bold;}

p {font-size: 10pt; color: black; font-family: verdana; font-weight: normal;}

a:link     {text-decoration: none;}
a:visited  {text-decoration: none;}
a:hover    {text-decoration: underline; color: #0073C6;}
a:active   {text-decoration: none;}

a.white:link     {text-decoration: none;}
a.white:visited  {text-decoration: none;}
a.white:hover    {text-decoration: underline; color: #FFFFFF;}
a.white:active   {text-decoration: none;}

a.main:link     {text-decoration: none;}
a.main:visited  {text-decoration: none;}
a.main:hover    {text-decoration: underline; color: #FFFFFF;}
a.main:active   {text-decoration: none;}

table, table td {border: #FFFFFF;}

#container {
width: 950px;
background-color: #0073C6;
border: 0px solid #009F60; }

#banner {
text-align: center;
background-color: #FFFFFF;
border: 0px solid #0073C6; }

#content {
margin-left: 200px;
margin-right: 120px;
background-color: #FFFFFF;
border: 0px solid #0073C6; }
div#content { 
min-height:850px;
height:expression(this.scrollHeight > 852 ? "auto":"852px"); }

#left {
float: left;
width: 200px; }

#right {
float: right;
width: 120px;
border: 0px solid #0073C6; }

#footer {
clear: both;
text-align: center;
background-color: #FFFFFF;
border: 0px solid #0073C6; }