body
{
    margin: 0;
    padding: 0;
    background-image: url(images/bg_gradient.jpg);
    background-repeat: no-repeat;
    text-align: center;
    font-family: Helvetica, Tahoma;
    font-size: 10pt;
}
a:link { color: Red; }
a:visited { color: Red; }
a:hover { color: Red; }
a:active { color: Red; }
img {border: none}
div.wrapper 
{
    margin-left: auto;
    margin-right: auto;
    width: 799px;
    border-left: solid 1px #dddcdc;
    border-right: solid 1px #dddcdc;
    text-align: center;
    min-height: 600px;
}
div.Navigation
{
    margin-left: 286px;
}
div.Navigation ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
div.Navigation li
{
    float: left;
    margin: 0 0.15em;
}
div.Navigation li a:hover
{
    background-image: url(images/nav_bg.jpg);
    display: block;
}
div.LeftContent
{
    clear: both;
    float: left;
    width: 430px;
    text-align: left;
    margin-left: 30px;
    min-height: 265px;
    z-index: 105;
}
div.RightContent
{
    float: right;
    width: 330px;
    text-align: right;
    background-position: right center;
    background-image: url(images/quick_links.gif);
    background-repeat: no-repeat;
    height: 444px;
}
div.RightContent ul
{
    list-style: none;
    margin-top: 200px;
    margin-right: 18px;
}
div.FullContent
{
    clear: both;
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
    min-height: 100px;
}
div.newsTitle
{
	padding-top: 20px;
	font-size: 16pt;
}
div.newsDate
{
	font-size: 8pt;
	color: gray;
	font-style: italic;
}
div.newsContent
{
	padding-top: 20px;
	padding-bottom: 75px;
	border-bottom: dashed 1px #dddddd;
}
div.Footer
{
	padding-right: 110px;
    clear: both;
    color: Gray;
    font-size: 8pt;
}