﻿@import url(layout.css);
body {
	padding: 0 0 0 80px;
	color: #004EA1;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FCFCFC;
}
#container {
	width: 819px;
	overflow: hidden;
	margin: 0px;
	background-color: #FFFFFF;	
}
#masthead {
	width: 100%;
	height: 11px;
	overflow: hidden;
	background-color: #005faf;
	margin-bottom: 1px;
	margin-top: 1px;
}
#navigation {
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}
#page_content {
	overflow: hidden;
}
#page_content img {
	border: 0px
}
#footer {
	background-position: top;
	width: 100%;
	height: 105px;
	overflow: hidden;
	background-color: #005faf;
	background-image: url('../images/banner_bottom.jpg');
	background-repeat: no-repeat;
	margin-bottom: 10px;
	text-align: center;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}

#navigation img {
	border: 0px none;
	float: left;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-right: 1px;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #99cc33;
	text-decoration: underline;
}
/* Styles for Links */
a {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #99cc33;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
