/* CSS Document */
body {
 margin-top: 0px;
 margin-bottom: 0px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #F1F1F1 url(images/body-bg.jpg) center repeat-y;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 color: #466978;
 font-weight: bold;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #466978;
 font-weight: bold;
}
a {
 color: blue;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
table#header {
 margin: 0px;
 padding: 0px;
 width: 874px;
 text-align: center;
 background: #fff;
 border-left: 1px solid #fff;
 border-right: 1px solid #fff;
}
td#logo {
 background: #fff url(images/header-bg.jpg) center bottom no-repeat;
}
td#topnav {
 margin: 0px;
 padding: 5px 3px;
 text-align: center;
 border-bottom: 2px solid #b0b0b0;
 background: #fff url(images/topnav-bg.jpg) top repeat-x;
}
#topnav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 font-weight: bold;
 text-decoration: none;
}
#topnav a:hover {
 color: #b0b0b0;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 874px;
 text-align: left;
 border-left: 1px solid #fff;
 border-right: 1px solid #fff;
}
td#main-col {
 margin: 0px;
 padding: 5px;
 background-color: #fff;
 text-align: left;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 874px;
 background-color: #fff;
 text-align: left;
 border-left: 1px solid #fff;
 border-right: 1px solid #fff;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
}
#footer td {
 padding: 5px;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
a.read-more {
 color: #E4A600;
 text-decoration: underline;
}
a.read-more:hover {
 text-decoration: none;
}

