﻿td
{
	border-spacing: 0px;
	padding: 0px;
}
body
        {
            margin: 0;
            padding: 0;
            background: #eee;
            font-size: 12px;
            font-family: Arial, Verdana, Sans-Serif;
            text-align: center;
        }
        ul.mainmenu
        {
            left: 5px;
            padding: 0px;
            font-size: 12px;
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 5px;
            margin-left: 0;
            border-top-width: 0px;
            border-right-width: 0px;
            border-bottom-width: 0px;
            border-left-width: 0px;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
            width: 150px;
            font-family: Arial;
            font-weight: bold;
            color: #FFFFFF;
            list-style-type: none;
        }
        ul.mainmenu a
        {
            width: 100%;
            display: block;
            color: #FFFFFF;
            text-decoration: none;
            padding-top: 15px;
        }
        ul.mainmenu :hover
        {
            background-color: #285591;
            color: #FFFFFF;
        }
        ul.mainmenu li
        {
            text-indent: 5px;
            text-align: left;
            padding-bottom: 1px;
            margin-top: 1px;
            margin-right: 1px;
            margin-bottom: 1px;
            margin-left: 10px;
            border-left-width: 6px;
            border-left-style: solid;
            border-left-color: #CDC8CC;
            height: 30px;
        }
        ul.mainmenu li.menu1
        {
            background-color: #4A81CB;
        }
        ul.mainmenu li.menu2
        {
            background-color: #3E76BB;
        }
        ul.mainmenu li.menu3
        {
            background-color: #386CAB;
        }
        ul.mainmenu li.menu4
        {
            background-color: #33629B;
        }
.top
{
	background-image: url('../Images/top.gif');
	background-repeat: no-repeat;
	height: 5px;
	line-height: 1px;
	width: 720px;
	margin: 10px auto 0px;
	overflow : hidden;
}
.centered
        {
	margin: 0px auto;
	width: 720px;
	background: url(../images/center_bg.gif) #eee repeat-y 0px 0px;
	position: relative;
}
.header
        {
	margin: 0px 5px;
	height: 111px;
	position: relative;
	text-transform: uppercase;
	color: #FFFFFF;
	overflow: hidden;
}
.SSBLogo
        {
	float: left;
	width: 235px;
	height: 111px;
	overflow: hidden;
}
.PageBanner
        {
	background-image: url('../Images/header_bg.jpg');
	color: #FFFFFF;
	font-weight: bold;
	height: 111px;
	text-align: center;
	font-size: xx-large;
	background-repeat: no-repeat;
	line-height: 100px;
	margin-left: 235px;
}
.mainmenu
        {
        	
	margin: 0px 5px;
	background-color: #eee;
	float: left;
	width: 150px;
}
.maincontent
        {
            overflow: hidden;
	margin-right: 6px;
		margin-top: 10px;
	background-color: #FFFFFF;
	margin-left: 168px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	text-align: left;
}
.footer
        {
    background-image: url('../Images/footer_bg.gif');
    height: 56px;
    background-repeat: no-repeat;
    clear: both;
    text-align: right;
}
.footertext, .footertext a
{
    padding-right: 10px;
    padding-top: 2px;
    color: #0D4DAC;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
