body {
 background: #0cabe6;
 text-align: center;
}
td {
 font-family: Verdana;
 font-size: 12px;
}
table.main {
 width: 500px;
 margin-left: auto;
 margin-right: auto;
}
td.top {
 height: 20px;
}
td.center {
 padding-left: 10px;
 padding-right: 10px;
 vertical-align: top;
 text-align: center;
 background-color: #FFFFFF;
}
table.body {
 width: 100%;
}
td.banner {
 height: 120px;
}
td.navigation {
 height: 30px;
 padding-left: 10px;
 padding-right: 10px;
 background: url('images/navigation.png');
 text-align: right;
}
table.contentBody {
 width: 100%;
 margin-bottom: 20px
}
td.left_content {
 width: 190px;
 height: 100%;
 text-align: center;
 vertical-align: top;
}
td.center_content {
 width: 100%;
 height: 100%;
 text-align: right;
 vertical-align: top;
}
table.recent {
 width: 190px;
 margin-bottom: 5px;
}
td.recent_Header {
 font-size: 14px;
 font-weight: bold;
 color: #555555;
 height: 30px;
 background: url('images/recent_articles.png');
 padding: 5px;
}
td.recent_list {
 text-align: left;
 padding-left: 2px;
 padding-right: 2px;
}
table.article {
 margin-right: 0px;
 margin-left: auto;
 width: 580px;
 margin-bottom: 5px;
}
td.article_header {
 font-size: 14px;
 font-weight: bold;
 color: #555555;
 height: 30px;
 background: url('images/article_title.png');
 padding: 5px;
}
td.article_content {
 padding-left: 2px;
 padding-right: 2px;
}
table.copy {
 width: 100%;
}
td.copyright {
 height: 30px;
 text-align: center;
 font-weight: bold;
 font-size: 10px;
 color: #555555;
 background: url('images/copyright_section.png');
}
td.bottom {
 height: 20px;
}
a:link, a:visited, a:active {
 font-weight: bold;
 text-decoration: none;
 color: #555555;
}
a:hover {
 font-weight: bold;
 color: #000000;
}
a.navigation:link, a.navigation:visited, a.navigation:active {
 margin-right: 10px;
 font-weight: normal;
 text-decoration: none;
 color: #000000;
}
a.navigation:hover {
 margin-right: 10px;
 font-weight: normal;
 text-decoration: underline;
 color: #555555;
}
