
a {
    text-decoration: none;
    color: blue;
}
a:hover {
    text-decoration: underline;
}

.footer {
    clear: both;
    position: relative;
    min-width: 766px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: white;
    background-color: black;
}
.footer a { color: white; }
.footer a:hover { color: #66F; text-decoration: none; }


.fixedwidth {
    width: 746px;
}

body {
    #background-color: #F7F7F7;
    margin: 0px;
}

.content {
    clear: both;
    position: relative;
    min-width: 746px;
    padding: 10px;
}

.content h1 {
    margin-top: 4px;
    margin-bottom: 0px;
}


.newsTop {
    background: url("newsletter/images/box_side.jpg") repeat-y;
}

.newsBody {
    clear:both;
    width: 726px;
    padding: 5px 10px 0 10px;
}

.newsBodyLeft {
    float: left;
    width: 325px;
}

.newsBodyRight {
    float: left;
    width: 325px;
    margin-right: 0px;
    margin-left: 66px;
}

.rightSideBox {
    clear: right;
    float: right;
    width: 310px;
    padding: 0 5px 5px 5px;
    margin: 10px 0 10px 10px;
    background-color: #EEE;
    border: solid blue;
}
.rightSideBox h3 {
    margin-top: 5px;
}
.rightSideBox h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.figure {
    clear: right;
    float: right;
    padding: 5px 5px 0 5px;
    margin: 10px 0px 10px 10px;
    background-color: #EEE;
    border: solid blue;
}

.box {
   padding: 5px;
   position: relative;
   background-color: #CCC;
   text-align: center;
}

.box h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

body, P,OL,TD,TH,UL,DL,DD {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.boxbody h1,h2,h3,h4,h5,h6 {
    margin-top: 4px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Arial, Helvetica, sans-serif, Times New Roman;
}

h1 {
  font-size: 24pt;
  font-weight: bold;
}

h2 {
  font-size: 18pt;
}

h3 {
  font-size: 14pt;
  margin-bottom: 5px
}

h4 {
  font-size: 12pt;
  margin-bottom: 5px;
}

h5 {
  font-size: 10pt;
}

P, DT, DD, OL, TD, TH, UL {
  font-size: 10pt;
}

DT {
    font-family: Arial, Helvetica, sans-serif, Times New Roman;
    font-weight: bold;
    font-size: 12pt;
    margin-top: 10px;
}

DD DT {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    margin-top: 0px;
}

PRE {
  font-size: 10pt;
  line-height: 13pt;
  font-weight: bold;
}

