html {
    margin: 0px;
    padding: 0px;
}

body {
    background: #304671;
    font: 12px georgia,verdana, sans-serif;
    color: #3B3F37;
    margin: 0px;
    padding: 0px;
}

#banner{
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
    width:500px;
    height:230px;
    overflow:hidden;
    border: 1px solid #000;
}

p {
    margin-top:0px;
}

h2 {
    font: italic normal 14pt georgia,verdana, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #0D054F;
    border-bottom:2px solid #46454F;
    text-shadow: #000 2px 2px 6px;
}

h3 {
    font: italic normal 15px georgia,verdana, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0px;
    color: #0D054F;
}

.shadow{
    text-shadow: #000 2px 2px 6px;
}
.info{
    font-weight:bold;
}

#container {
    width:850px;
    margin-left:auto;
    margin-right:auto;
    padding: 0px;
    background:white;
    border:1px solid #000;
}

#intro {
    width: 155px;
    float:left;
}

#pageHeader {
    margin-top:0px;
    padding-top:0px;
    margin-bottom: 0px;
    padding-bottom:0px;
}

#pageHeader h1 {
    background: transparent url("../images/logo/logo.gif") no-repeat top left;
    margin-top: 10px;
    width: 155px;
    height: 105px;
}

#pageHeader h1 span {
    margin-left:2000px;
    display:none
}

#quickSummary {
    margin-top: 10px;
    margin-left:10px;
    padding-right:12px;
    width: 120px;
    
}

#quickSummary p {
    font: italic 10pt/18pt georgia,verdana, sans-serif;
    text-align:center;
}

#supportingText {
    width:520px;
    min-height:450px;
    margin-left:160px;
    margin-top:0px;
    padding-top:5px;
    margin-bottom: 0px;
    font: 14px/18px georgia,verdana, sans-serif;
    margin-top: 0px;
    text-align: justify;

}

#nav{
    font-size:14px;
    float:right;
    margin-right:4px;
    margin-top:5px;
    padding:0px;
    background:#eaeaea;
    border:1px solid #000
}

#nav ul {
    margin: 0px;
    padding: 0px;
}


#nav ul li {
    list-style-type: none;
    border-bottom:1px solid #000;

}

#nav ul li.sectionBreak {
    padding:5px;
    font-size:16px;
    border-bottom:1px solid #000;

}

#nav ul li a {
    color: #00029F;
    text-decoration: none;
    display:block;
    padding:3px 5px 3px 5px;
}
#nav ul li a:hover {
    color:#FFF;
    background: #00029F;

}

.bold{
    font-weight:bold;
}


.dataTable {
    font:inherit;
    border: 1px solid #e0e0e0;
}

.dataTable th {
    font:inherit;
    background: #93C9DC;

}


.dataTable td{
    border-top:1px solid #DBD5BE;
}

#disclaimer{
    font-size:8pt;
    color:#242424;
}


#activityImg1{
    float:right;
    width:250px;
    height:200px;
    border:1px solid #000;
}


div#quickSummary p.notice{
    font: bold 10pt/18pt georgia,verdana, sans-serif;
    margin-top:-15px;
    border:1px solid #c0c0c0;
    background:#FFEC9F;
}

ul li a.altSites{
    color:blue;
}
a.imgSwap{
    color:#BF5500;
    text-decoration:none;
    border-bottom:1px dotted #BF5500;
}

.special{
 border: 1px solid #eaeaea;
 background:#DFFFE9;
 padding:3px;
}

img{
    border:0px;
}

.rates{
  color:#000;
  font-size:13px;
  font-weight:bold;
}

#mgrNotes{
  margin-left:2px;
  padding-top:5px;
  border:1px solid #000;
  min-height:150px;
  width:140px;
  font: normal 10pt/18pt georgia,verdana, sans-serif;
  text-align:center;
  color: #304671;
  background:#eaeaea;
}

.smallNote{
    font-size:11px;
    font-weight:bold;
}