﻿body
{
    background: url('../Images/Gfx/gfx_body_bg.jpg') repeat-x;
    /*background-repeat: repeat-x;*/
    background-color: #004573;
    font-family: Calibri, Trebuchet MS, Verdana, Arial;
    font-size: 10pt;
    height: 100%;
    padding: 0px;
    margin: 0px 0px 1px 0px;
}
a img 
{
    border: 0px;
}
div.Wrapper
{
    margin: auto;
	position: relative;
	/* 802px is the bare minimum! */
	width: 802px;
	
}
#PageContainer
{
    text-align: center;
    margin: 0px
}
/*0082D8*/
#SiteBackgroundBR
{
    background: #0064A7 url('../Images/Gfx/gfx_body_bg_br.jpg') repeat-y 100% 0;
    position: relative;
}
#SiteBackgroundBL
{
    background: transparent url('../Images/Gfx/gfx_body_bg_bl.jpg') repeat-y 0 0;
    position: relative;
}
#SiteBackgroundTR
{
    background: transparent url('../Images/Gfx/gfx_body_bg_tr.jpg') no-repeat 100% 0;
    position: relative;
}
#SiteBackgroundTL
{
    background: transparent url('../Images/Gfx/gfx_body_bg_tl.jpg') no-repeat 0 0;
    /* The second padding value here needs to be equal to the width of the
       "shadow" images bordering the main body. */
    padding: 0px 30px;
    position: relative;
}
#Header
{
    background: #FFFFFF url('../Images/Gfx/gfx_header_bg.png') repeat-x;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    padding: 0px;
    margin: 0px;
    text-align: left;
    height: 90px;
}
#NavigationBar {
	height: 31px;
	background: url('../Images/Gfx/gfx_nav_bg.png') repeat-x;
	border: solid 1px #000000;
	position: relative;
}
#MainNavigation
{
    background: url('../Images/Gfx/gfx_nav_sep.png') 0 0 no-repeat;
}

#MainNavigation li {
	background: url('../Images/Gfx/gfx_nav_sep.png') 100% 0 no-repeat;
}

#MainNavigation li a {
	color: #fff;
}

#MainNavigation a:hover {
	color: #d1d5dd;
}

#MainNavigation {
	margin: 0 0 0 16px;
	padding: 0;
	height: 31px;
}

#MainNavigation ul {
	padding: 0;
	margin: 0;
	margin-left: 0px;
}

#MainNavigation li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

#MainNavigation a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 0.8em;
}
#MainNavigation li a {
	display: block;
	float: left;
	height: 31px;
	line-height: 31px;
	padding: 0 10px;
}
#MainContent
{
    background: #FFFFFF;
    padding-top: 2px;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
}
#Footer
{
    background: #dddddd;
    padding-top: 2px;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    height: 14px;
    line-height: 14px;
    font-size: 0.75em;
    font-weight: bold;
}
