/* CSS Document */

a:link, a:visited, a:hover
{
  font-weight:bold;
  color:#03196F
}


a.topnav:link, a.topnav:visited {color: #FFFFFF; background-color: #03196F; padding-top: 12px; padding-bottom: 12px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration : none; }

a.topnav:hover { text-decoration : none; color:#C2DEFF; } 

a.lowernav:link, a.lowernav:visited, a.lowernav:hover {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#F1FF55; background-color : #253881; padding-left : 5px; text-decoration : none; }
.separator { background-color : #253881; }

h1
{
  font-size : 14pt;
  font-weight : bold;
  font-family: Arial, Helvetica, sans-serif;
  color : #000000;
}

.blueheader
{
  font-size : 10pt;    
  color : #10398B;
  font-weight : bold;
}

h3
{
  font-size : 10pt;    
  color : #000000;
  font-weight : bold;
}

.bodytext, body, p, td
{
  color : #737373;
  font-family: Arial, Helvetica, sans-serif;
  font-size : 8pt;    
  margin-right:10px;
}

body
{
  margin : 0px;
}

.welcomecontent
{
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  border-bottom : 5px;
  border-bottom : solid #D2D2D2 1px;
}

.middlecontent
{
  padding : 10px;
}

a.middlelink:link, a.middlelink:visited, a.middlelink:hover
{
  color : #0BAAEF
}

table.maintable
{
  border-bottom : solid #03196F 2px;
  border-right : solid #03196F 2px;
}

table.contacttable
{
  border-top : solid #D2D2D2 2px;
}

table.contactcard
{
  margin : 10px;
}

a.headline:link, a.headline:visited, a.headline:hover
{
  text-decoration : underline;
  color : #445885;
  font-weight : 0;
}

.headline
{
  text-decoration : underline;
  color : #445885;
}



.darkheader
{
  color : #424242;
  font-weight : 800;
}

.imageborder
{
  border : solid #7B797B 3px;
}

a:link.newslink, a:visited.newslink, a:hover.newslink
{
  color : #004AB4;
}

.newsbox
{
  border-bottom: solid #CACACA 1px; 
  margin-bottom:10px;
}

.footertext
{
  color:#CACACA
}

.img-shadow {
 clear: both;
 float:left;
 background: url(shadowAlpha.png) no-repeat bottom right !important;
 background: url(shadow.gif) no-repeat bottom right;
 margin: 20px 0 0 17px !important;
 margin: 20px 0 0 8px;
}

.img-shadow img {
 display: block;
 position: relative;
 background-color: #fff;
 border: 1px solid #a9a9a9;
 margin: -6px 6px 6px -6px;
 padding: 4px;
}


