﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}

h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #003366;
	font-size: large;
	text-align: left;
	vertical-align: top;
	margin-top: 5px;
}
h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
	font-size: x-large;
	text-align: center;
	letter-spacing: 5pt;
}


#container {
	background-color: #fff;
	width: 750px;
	margin: 0 auto;
	border-top: 2px solid #003366;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #113962;
	width: 750px;
}

#cutline {
	background-color: #003366;
	overflow: hidden;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	padding-bottom: 5px;
	text-align: left;
	padding-right: 0px;
	padding-left: 5px;
	font-style: normal;
}
#navigation {
	background-color: #99CCFF;
	overflow: hidden;
}
#column_l {
	width: 430px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 280px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #99CCFF;
	position: relative;
}
#footer {
	width: 750px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	padding-left: 0px;
	padding-top: 3px;
	z-index: 0;
	left: 0px;
	right: 0px;
}
#masthead p {
	font-size: 10pt;
	color: #FFFF66;
	margin: -15px 10px 5px 10px;
}
#column_l p {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	left: 0;
	text-align: justify;
	line-height: 150%;
}
#column_l img {
	border-style: none;
	float: right;
	padding-right: 50px;
}
#column_r img {
	z-index: 10;
	right: 0px;
	left: 80px;
	top: 0px;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: -40px;
}

#column_r p {
	font-size: 10pt;
	margin: 7px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 150%;
	text-align: justify;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #113962;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	letter-spacing: 1pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}