body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #333333;
 background: #EEEEE6 url(images/background.gif) top left repeat-x;
 padding: 0px;
 margin: 0px;
 margin-top: 7px;
}

a {
 color: #77250B;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

a img {
 border: 0px;
}

#contentWrapper {
 margin: 0 auto;
 width: 710px;
}

h1, h2, h3, h4, h5, p {
 padding: 0px;
 margin: 0px;
}

.article h1, .article h2, .article h3, .article h4, .article h5, .articleTop h1, .articleTop h2, .articleTop h3, .articleTop h4, .articleTop h5 {
 font-family: Century Gothic, Trebuchet MS, Arial, Helvetica, sans-serif;
 margin-bottom: 5px;
}

h1 {
 font-size: 14pt;
}

h1 a, h2 a, h3 a {
 color: black;
}

h2 {
 font-size: 12pt;
}

h3 {
 font-size: 10pt;
}

h4 {
 font-size: 10pt;
}

h5 {
 font-size: 10pt;
}

p {
 margin-bottom: 15px;
}

.article {
   background-color:white;
   padding-right:10px;
   margin-bottom:10px;
}

.article img.image {
   float: left;
   margin-right: 5px 
}

.article ul
{
   list-style-position:inside;
}

div.header {
   background:transparent url(images/header_bg.gif) no-repeat scroll left top;
   height:45px;
   padding: 10px 20px;
}

div.logo {
   float: left;
}

div.mslogo {
   float: right;
}

.menu {
   background-color: #90A2A5;
   color: white;
   border-top: solid 1px gray;
   border-bottom: solid 1px gray;
   height:20px;
   line-height:20px;
   padding-left:10px;
   padding-right:10px;
   margin-bottom: 10px;
}

.menu ul {
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
   margin:0px;
   padding:0px;
}
.menu ul li.current {
   background-color: #77250B;
}

.menu ul li {
   float:left;
   padding-left:10px;
   padding-right:10px;
}

.menu a {
   color: white;
}

.infostation {
   padding-top:10px;
   padding-bottom:10px;
   background-color:white;
}

.infostation h2 {
   font-size:10pt; 
}

.infostation ul {
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
   margin:0px;
   padding:0px;
}

.infostation ul li.first {
   border-left:none;
}

.infostation ul li {
   top: 0;
   float:left;
   width:200px;
   padding: 0 10px;
   border-left:solid 1px gray;
}

.footer {
   margin-top:10px;
   text-align:right;
   font-size:8pt;
}

.clear {
   clear: both;
}

