@charset "utf-8";

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body {
	margin: 0px;
	padding: 0px;
}

a {color: #224673;}
a:hover {text-decoration:none}
a:visited{}


#container {
	margin: 0px auto;
	width: 850px;
}

/*  TOP LINE */

.topBlueLine {
	float: left;
	width: 35px;
	height: 3px;
	background-color: #789dca;
}

#logo {
	float: left;
	margin-left: 2px;
	width: 235px;
	height: 103px;
	background-image:url(../images/header.jpg);
}

ul#nav {margin-top: -13px;}

ul#nav li {
	display: inline;
	float: left;
	margin-left: 2px;
}

a.button {
	display: block;
	text-decoration: none;
	letter-spacing: 2px;
	text-align: center;
	width: 106px;
	height: 103px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
}

.adjust {
	padding-top: 65px;
	color: #224673;
}

.adjust:hover {color: #f1963e;}


#active {
	background-image: url(../images/navh.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	letter-spacing: 2px;
	text-align: center;
	width: 106px;
	height: 103px;
}

.activeAdjust {
	padding-top: 65px;
	color: #f1963e;
}


/* HEADER */

#header {
	padding-left:37px;
	padding-top: 10px;
	clear: left;
}

#headerText {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 5px;
	float: left;
	width: 214px;
	height: 19px;
	color: #224673;
	text-align:justify;
}

#headerImage {
	float: left;
	margin-left: 10px;
	background-image: url(../images/bheader.jpg);
	background-repeat: no-repeat;
	width: 537px;
	height: 195px;
}

/* CONTENT */

#content {
	clear: both;
	padding-left:37px;
	padding-top: 10px;
	width: 776 px;	
}

.titleBar {
	background-image:url(../images/titlebar.jpg);
	background-repeat: no-repeat;
	width: 776 px;
	height: 29px;
}

.titleText {
	padding-top: 7px;
	padding-left: 30px;
	color: white;
}

.blockN, .blockN1 {
	margin-top: 6px;
	width: 776px;
	line-height: 22px; 
}

.blockN {background-color: #ebf5ff;}
.blockN1 {background-color: #fff1b8;}

.blockText {
	padding: 10px;
}

.image {
	text-decoration:none;
	border: 2px solid #224673;
	padding: 2px;
	margin: 10px;
}

strong {
	color: #224673;
}

/* FOOTER */

#footer {
	clear: both;
	margin-top: 20px;
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 27px;
}

.footerText {
	padding-top: 6px;
	text-align: center;
	color: white;
}