﻿body 
{
	color: #000000; 
	background:#C0C0C0;
	font-family: verdana; 
	margin: 0px; 
	font-size: 12px; 
}

/* Layout, divs with more */
#around
{
	width: 814px;
	text-align: left;
	border: solid 1px #ADADAD;
	background-color: #FFFFFF;
}
#top
{
	background-color: #2A2A2A;
	background-image: url('images/menubg.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 5px;
}
#header
{
	clear:both;
	width: 100%;
	height: 70px;
	color: #004B8A;
	vertical-align: middle;
	background-image: URL('images/header.png');
	background-repeat: repeat-x;
}
#menu
{
	clear:both;
	width: 100%;
	height: 20px;
	color: #E6E6E6;
	text-align: left;
	background-color: #2A2A2A;
	background-image: url('images/menubg.png');
	background-repeat: repeat-x;
}
#main
{
	width: 100%;
	height: 207px;
	background-image: url('images/4v2.png');
	text-align:right;
}
#slide
{
	float:right;
	text-align:right;
	width: 257px;
	height: 100%;
}
#content
{
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 579px;
}
#contentRIGHT
{
	float: right;
	width: 215px;
	background-color: #DDDDDD;
}
#footer
{
	clear: both;
	border-top: solid 1px #EDEBE4;
	width: 100%;
	height: 20px;
	color: #233A79;
	font-size: 10px;
	vertical-align: bottom;
	text-align: right;
}
#Footer-Left
{
	float:left;
	width: 20%;	
	height: 100%;
 	text-align: left;
	vertical-align: middle;
}
#Footer-Right
{
	float:right;
	width: 80%;
	height: 100%;
 	text-align: right;
	vertical-align: middle;
}
/* Headlines */
h1
{
    /*font-family: trebuchet ms;    color: #000000;      font-weight: bold; */
    font-family: Calibri; 
    font-size: 32px; 
	line-height: 100%;

	 
}

h2
{
	font-family: Calibri; 
    border-right: medium none;
    padding-right: 6px;
    border-top: medium none;
    margin-top: 0px;
    padding-left: 6px;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 5px;
    padding-bottom: 2px;
    border-left: medium none;
    padding-top: 0px;
    border-bottom: medium none;
    letter-spacing: 0.1em;
    background-color: transparent
} 

/* General Link Colors */
#menu a { 
	color: #E6E6E6; 
}
a:link { 
	color: #1e4267; 
}
a:visited { 
	color: #1e4267; 
}
a:hover { 
	color: #aa0000; 
}
a:active { 
	color: #ff0000; 
}
#footer a {
	color: #233A79;
