﻿body
{
    font-family: Verdana, Sans-Serif;
    font-size: 11px;
    color: #000000;
    line-height: 16px;
    background-color: #080B3A;
}

h1
{
    font-size: 18px;
}

h2.singlenews
{
	font-size: 16px;
}

img
{
    border: 0;
}

img.left
{
    float: left;
    padding-bottom: 5px;
    padding-right: 5px;
}

img.right
{
    float: right;
    padding-bottom: 5px;
    padding-left: 5px;
}

a, a:visited
{
    color: #000000;
    text-decoration: underline;
}

/* Containers */

#cmsWrapper
{
    width: 816px;
    margin: 0 auto;
}

#container
{
    width: 816px;
    background-color: #ffffff;
    float: left;
    padding-bottom: 25px;
}

#header
{
    width: 796px;
    height: 55px;
    padding: 10px;
}

.logo
{
    width: 500px;
    height: 55px;
    float: left;
}

.links 
{
    float: right;
    width: 295px;
    height: 55px;
    text-align: right;
    color: #959595;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    line-height: 25px;
    font-weight: bold;
}

.links a, .links a:visited
{
   color: #959595;
   text-decoration: none;
}

.links a:hover
{
    text-decoration: underline;
}

#menu
{
    clear: both;
    float: left;
    height: 22px;
    width: 754px;
    padding-left: 60px;
    border-right: 1px solid #909090;
    border-left: 1px solid #909090;
    background: url('Images/menu-bg.gif') repeat-x;
}

.flashholder
{
    clear: both;
    float: left;
    width: 816px;
    height: 262px;
}

#main
{
    clear: both;
    float: left;
    width: 811px;
    padding: 5px 0 0 5px;
}

#leftCol
{
    width: 168px;
    float: left;
}

#centerCol
{
    margin-left: 15px;
    width: 411px;
    float: left;
}

#rightCol
{
    width: 202px;
    float: right;
    overflow: hidden;
}

.panelItem
{
    float: left;
    width: 190px;
    padding: 5px;
    color: #000000;
    line-height: 14px;
    background: #cccccc url('Images/slidingpanel-item-bg.gif') repeat-x bottom;
    font-size: 9px;
    border-left: 1px solid #acacac;
    border-right: 1px solid #acacac;
}

.panelItem a
{
    color: #10155e;
}

.panelItem a:visited, .panelItem a:hover
{
    color: #10155e;
    text-decoration: underline;
}
