﻿
body, html
{
	font-family: "Trebuchet MS", "Trebuchet MS", sans-serif;
    font-size: 14px;
	background-color: #24558D;
	width: 100%;
	background-image: url('Images/background.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;

}
#wrap 
{
	width:1060px;
	background-color: White;
	margin:0px auto 0px auto;

}
#header
{
  float : left;
  width: 980px;
  height: 192px;

 }


#leftnavigation 
{
	float:left;
    width:194px;
    top: 0px;
}

#content 
{
	float:left;
	width: 860px;

} 
#footer
 {
	clear: both;
	/*width: 1060px;*/
	text-align:center;
	background-color: #24558D;
	color: White;
	font-size:medium;

 }
.menu_vertical
{
	padding: 0px;
	margin: 0px;
	border:0;
	display:block;
}
.header_top
{
	padding: 0px;
	margin: 0px;
	border:0;
	display: block;
}
.main_content_full 
{
	float:left;
	width: 860px;
	background-color: White;
	background-image: url('Images/blue_background.jpg');
	background-repeat: repeat-x;
	background-position: left top;

} 
img
{
	border:0; 
}
.image_border
{margin: 3px 3px 3px 3px; padding: 5px 5px 5px 5px; background-color:White;}

a:link 
{
    color: Black;
    text-decoration:none;
}

a:visited 
{
    color: Black;
    text-decoration: none;
}
a:hover 
{
    color: #F8C305;
    text-decoration: underline;
}
a:active
{
    color: #CACACA;
}
h1 {color:#0066A4; font-family: "Trebuchet MS", sans-serif; }
h2 {color:#0066A4; font-family: "Trebuchet MS", sans-serif; }
h3 {color:#0066A4; font-family: "Trebuchet MS", sans-serif; }
h4 {color:#0066A4; font-family: "Trebuchet MS", sans-serif; }
h5 {color:#0066A4; font-family: "Trebuchet MS", sans-serif; }













    




