﻿/* CSS layout */

.body {
	margin: 0;
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;
	text-align: center;
	background-color: #F0F3F7;
}
.pagecontainer {
	margin: 0 auto;
	position: relative;
	width: 900px;
}

/*masthead*/
.masthead {
	margin-top: 10px !important;
	background-color: #34689A;
}

.sub {
	background-image: url('images/subheadersemifull.jpg');
	background-repeat: no-repeat;
	background-color: #34689A;
}

ul.topnav {
	display: block;
	list-style: none;
	margin: 0 auto;
	width: 95%;
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}

ul.topnav li {
	display: inline;
	margin: 0;
	float: right;
	width: 12%;
}

ul.topnav li a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.topnavcontainer>ul.topnav li a { 
	width: auto;
}

/*end masthead*/

/*begin container*/

.leftcol{
	float: left; /* since this element is floated, a width must be given */;
	width: 180px;
	min-height: 750px !important; /*Firefox height*/
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: "Trebuchet MS";
	font-size: small;
	color: #000;
	text-align: left;
	background-color: #F0F3F7;
}

.leftcol h1 {
	color: #34689A;
	font-size: large;
	font-family: "Trebuchet MS";
}

.leftcol a {
	color: #34689A;
}

ul.leftnav {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #34689A;
	font-weight: bold;
}

ul.leftnav li {
	display: block;
	margin: 0;
	text-align: left;
}

ul.leftnav li a {
	display: block;
	padding: 0.5em;
	border-width: 1px 1px medium 1px;
	text-decoration: none;
	color: #34689A;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
}

.leftnavcontainer>ul.leftnav li a { 
	width: auto;
}

ul.leftnav li a:hover {
	color: #C9CBC8;
	border-color: #aaab9c #fff #fff #ccc;
	padding: 0.5em;
	color: #FFFFFF;
	background-color: #34689A;
}

.pagecontent {
	background-color: #F0F3F7;
	background-image: url('images/watermark.jpg');
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
	width: 720px;
	min-height: 750px !important; /*Firefox height*/;
	font: 12px Verdana, sans-serif;
	text-align: justify;
	line-height: 1.5;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.pagecontent a {
	color: #34689A;
}
.pagecontent h1{
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #ffffff;
	background-color: #34689A;
}
.pagecontent h2{
	font-family: "Trebuchet MS";
	font-size: large;	
	color: #306680;
}

.pagecontent h3{
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #306680;
}
/*end container*/
.footer {
	margin: auto auto auto 20px;
	padding: 10px;
	font-size: 12px;
	font-family: Verdana, arial, sans-serif;
	color: #000000;
	width: 900px;
	text-align: center;
}
.footer a {
	color: #000;
}

