
body 
{
    background-color: #597ca4;
    background-image: url(images/background.png);
    background-position: top;
    background-attachment: scroll;
    background-repeat: repeat-x;
    text-align: center;
    font-size: 14px;
    padding: 0;
    font-family: Verdana;
    margin-top: 0;
    margin-right: auto; 
    margin-left: auto;
}

a:link { 
	color: #333333;
	}
a:visited {
	color: #333333;
	}
a:hover {
	color: #999;
	text-decoration: none;
	}
a:active {
	color: #333333;
	}

.header
{
    width: 840px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border-left-color: #000;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #000;
    border-right-style: solid;
    border-right-width: 1px;
}
.navbar
{
    width: 840px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border-left-color: #000;
    border-right-color: #000;
    border-right-style: solid;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
}
.content
{
    font-family: Verdana;
    background-color: #FFFFFF;
    width: 830px;
    text-align: justify;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border-left-color: #000;
    border-left-style: solid;
    border-right-color: #000;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
}
.cbimg
{
    width: 840px;
    text-align: center;
    background-color: #FFFFFF;
    border-left-color: #808080;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #808080;
    border-right-style: solid;
    border-right-width: 1px;
}
.footer
{
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 840px;
    font-size: small;
    background-color: White;
    font-family: Verdana;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
.navigation {
	padding:0 0 0 0px;
	margin:0 auto;
	border:0px;
	list-style:none;
	height:30px;
	width:840px;
	background:#1841c8 url(navigation/nav_background.png);
	background-position: left;
}
.navigation li {
    float: left;
}
.navigation li a {
	display:block;
	float: left;
	height:30px;
	line-height:30px;
	color:#000000;
	text-decoration: none;
	font-family:arial, verdana, sans-serif;
	text-align:center;
	padding:0 10px 0 10px;
	font-size:14px;
	
}
.navigation li a b {
	float: left;
	display:block;
	padding:0 15px 0 15px;
}
.navigation li.current a {
	color:#FFFFFF;
	background:url(navigation/nav_hover.png);
}
.navigation li a:hover {
	color:#FFFFFF;
	background: url(navigation/nav_hover.png);
}
.navigation li a em {
	display:block;
	float:left;
	width:0px;
	height:30px;
}
.accHeader
{
    padding:0 0 0 0px;
	margin:0 auto;
	border:0px;
	list-style:none;
	height:30px;
	background:#1841c8 url(navigation/nav_background.png);
	background-position: left;
}
.accHeader a em
{
	display:block;
	float:left;
	width:0px;
	height:30px;
}
.accHeader.current a {
	color:#FFFFFF;
	background:url(navigation/nav_hover.png);
}
.accHeader a
    {
    display:block;
	height:30px;
	line-height:30px;
	color:#000000;
	text-decoration: none;
	font-family:arial, verdana, sans-serif;
	text-align:left;
	padding:0 10px 0 10px;
	font-size:14px;
    }
.accHeader a:hover
{
    color:#FFFFFF;
    background:url(navigation/nav_hover.png);
}
.accCont
{
    background-color: White;
    text-align: left;
    font: Verdana, 14px;
    
}