﻿body 
{
background-image: url('images/bg.jpg');
background-repeat: repeat-x; 
background-color: #cecece;
font-family: verdana, arial, sanf-serif;
font-size: 12px;
line-height: 20px;
text-align:center;
}

#container {
  margin: 0 auto;
  width: 900px;
  text-align: left;
  background-color: #fff;
  } 
  
#content {
  padding: 0 10px 0 10px;
}

.main {
  padding: 0 10px 0 10px;
}

A:link {
	COLOR: #233d87; TEXT-DECORATION: none
}

A:visited {
	COLOR: #233d87; TEXT-DECORATION: none
}

A:active {
	COLOR: #ff0000; TEXT-DECORATION: none
}

A:hover {
	COLOR: #ff0000; TEXT-DECORATION: underline
}

hr {
border: 2px solid #aaaba9;
clear:both;
}

h1 {
font-size: 1.5em;
font-weight: bold; 
}

h2 {
font-size: 1.4em;
font-weight:bold;
color: #054682;
line-height: 20px;
}

h3 {
COLOR: Gray; 
font-weight: bold;
line-height: 20px;
}

.formfield{
font : normal 11px verdana, arial, Helvetica, sans-serif;
color : Black;
background-color : #FFFFFF;
border : 1px solid #233d87;
}

#list-menu {
width: 175px;
font-family: verdana, arial, sanf-serif;
font-size: 12px; 
font-weight: bold;
text-align:left;
}

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
} 

#list-menu li {
margin: 0px;
} 

#list-menu a {
display: block;
width:175px;
padding: 2px 2px 2px 10px;
border-bottom: 2px dotted #dcd3b8;
background: #f4f2ec;
text-decoration: none;
line-height: 25px;
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #223c84;
}

#list-menu a:hover {
border-bottom: 2px dotted #dcd3b8;
background: #dcd3b8;
} 

.PressContact
{
    font-family: verdana;
    font-style: normal;
    font-size: 10pt;
    font-weight: normal;
}
.PressTitle
{
    font-family: verdana;
    font-style: normal;
    font-size: 11pt;
    font-weight: bold;
    text-transform:uppercase;
}
.PressSubTitle
{
    font-family: verdana;
    font-style: italic;
    font-size: 10pt;
    font-weight: normal;
}
.PressText
{
    font-family: verdana;
    font-size: 10pt;
    font-weight: normal;
}
.PressTitleHome
{
    font-family: verdana;
    font-style: normal;
    font-size: 10pt;
    font-weight: bold;
    text-transform:uppercase;
}
.PressSubTitleHome
{
    font-family: verdana;
    font-style: italic;
    font-size: 10pt;
    font-weight: normal;
}
.PressTextHome
{
    font-family: verdana;
    font-size: 10pt;
    font-weight: normal;
}

.wrapper
{
    border: 1px solid #ccc; 
    padding:10px; 
    margin: 10px 0px; 
    clear:both
    }
    
.wrappersub
{
    border: 1px solid #ccc; 
    padding:15px
    }
    
.wrapperfloatleft
{
    border: 1px solid #ccc; 
    padding:10px; 
    margin-right: 10px; 
    margin-bottom: 10px; 
    float: left
    }
    
.wrapperfloatright
{
    border: 1px solid #ccc; 
    padding:10px; 
    margin-left: 10px; 
    margin-bottom: 10px; 
    float: right
    }
    
.wrapperlink
{
    border: 1px solid #ccc; 
    padding:5px; 
    margin: 10px; 
    background-color: #eadecf; 
    float: left; 
    font-size: 1em; 
    font-weight:bold
    }

.homeheader {
border-bottom: 2px solid #506a69;
border-top: 2px solid #506a69;
color: #506a69;
background: #f4f2ec;
line-height: 30px;
padding-left: 10px;
} 

.weeklyupdate {
border: 1px solid #506a69;
padding: 10px;
} 

    .formbox 
    {
    background-color:#fff799;
    border-color:#233d87;
    border-style:solid;
    border-width: thin;
    padding:3px;
    }