@charset "utf-8";
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0B2862;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	background-color: #D1D7E9;
	margin: 0;
}
#containerShadow {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-dropshadow.jpg);
	background-repeat: repeat-y;
}

#container  {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
#header  {
	margin: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
	height: 251px;
	width: 900px;
} 
#headerp   {
	font-size: 14px;
	font-weight: bold;
	width: 145px;
	color: #0B2862;
	position: fixed;
	padding: 0px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 750px;
	float: none;
}
#navigationText {
	width: 150px;
	margin-top: 300px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#navigationTextFeeSchedule {
	width: 155px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 210px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#mainContent  {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 170px;
	width: 730px;
	padding: 0;
} 
#mainContentText {
	float: left;
	width: 700px;
	background-color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#mainContentPictures   {
	float: right;
	width: 180px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: center;
	margin-top: 0px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer  {
	margin: 0px;
	height: 150px;
	width: 900px;
	padding: 0;
	background-image: url(images/bg_bottom.jpg);
	background-repeat: repeat-y;
} 
#footerLine  {
	background-image: url(images/lines.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	height: 100px;
	width: 900px;
}
#footerText  {
	font-size: 12px;
	margin-left: 170px;
	margin-top: 0px;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 730px;
	height: 20px;
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #A6C0D7;
}
#footerLinks  {
	font-size: 10px;
	width: 730px;
	margin-left: 170px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #A6C0D7;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.darkbluetext {
	color: #0B2862;
}
.ltbluetext {
	color: #39F;
}
.largefont {
	font-size: 14px;
}



	
.smalltext {
	font-size: 9px;
}
li {
	font-size: 16px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #0B2862;
}

h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
	color: #0B2862;
}



a:link {
	color: #39F;
	text-decoration:underline;
}

a:visited {
	color: #39F;
	text-decoration:underline;
}
a:active {
	color: #5FB0DD;
	text-decoration:none;
}
a:hover {
	color: #CCC;
	text-decoration:underline;
}
