﻿body 
{
	background-color: #2c56a3;
}
td.buttonbox
{
	background-color: #bccae4;
}
div.headerbox
{
    position: relative;
    padding: 0px 0px 0px 0px;
	width: 598px;
	height: 165px;
    left: 50%;
    margin-left: -300px;
    background-color: #ffffff;
}
div.footerbox
{
    position: relative;
    padding: 0px 0px 0px 0px;
    width: 598px;
    left: 50%;
    margin-left: -300px;
    background-color: #ffffff;
}
div.contentbox
{
    position: relative;
    padding: 1px 0px 30px 0px;
    width: 598px;
    min-height: 400px;
    left: 50%;
    margin-left: -300px;
    background-color: #ffffff;
}
* html div.contentbox
{
	width: 500px;
	height: 400px;	
}
.headline
{
	width: 100%;
	height: 100%;
    font-weight: bold;
    font-size: 18px;
    font-family: Arial;
    color: White;
    text-align: right;
    margin: 28px 0px 0px -20px;
}
.article_header
{
    font-size: 15px;
    font-family: Arial;
    color: #003366;
    font-weight: bold;
}
.article_date
{
    font-size: 15px;
    font-family: Arial;
    color: #3366cc;
    font-style: italic;
}
.article
{
    font-size: 15px;
    font-family: Arial;
    color: Black;
    padding: 0px 50px 1px 50px;
}
ul
{
	margin-left: 20px;	
}
a { text-decoration: none; border-bottom: 1px dotted blue; }
a:visited { color: #003399; border-bottom: 1px dotted #003399; }
a:hover { color: red; border-bottom: 1px dotted red; }
a.button { border-bottom: 0px solid black; }
a img { border-bottom: 0px solid black; }