﻿@import url(layout.css);
body {
	color: #333333;
	font-size: 0.7em;
	font-family: MS Reference Sans Serif, Arial, Helvetica, sans-serif;
	background-color: #EAEAEA;
}
#container {
	background-color: #fff;
	width: 1000px;
	margin: 0 auto;
	border-top: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #FFFFFF;
	width: 1000px;
	height: 300px;
	background-image: url('../images/BG.png');
}
#navigation {
	text-align: right;
	background-color: #003366;
	overflow: hidden;
}
#column_lN {
	width: 700px;
	height: auto;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
	overflow: hidden;
	border-bottom-style: dashed;
	border-bottom-color: #003366;
	border-bottom: 1px;
}
#column_l {
	border-right-style: dashed;
	border-right-color: #003366;
	border-right: 1px;
	width: 760px;
	height: auto;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 194px;
	margin: 0;
	float: right;
	padding: 0 5px;
	background-color: #FFFFFF;
	position: relative;
	border-left-style: dashed;
	border-left-color: #003366;
	border-left: 1px;

}
#footer {
	border-top-style: dashed;
	border-top-color: #003366;
	border-top: 1px;
	width: 1000px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url('../images/BG4.png');
	font-family: "MS Reference Sans Serif", Arial, Helvetica, sans-serif;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: small;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #EFEDEA;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #3399FF;
	text-decoration: none;
	background-color: #FFFFFF;
}
808080;
}
r Content */
h1 {
	font-size: 2em;
	color: #003366;
}
h2 {
	font-size: 1.75em;
	color: #003366;
}
h3 {
	font-size: 1em;
	color: #003366;
}
h4 {
	font-size: 1.1em;
	color: #003366;
}
h5 {
	font-size: 0.75em;
	color: #003366;
}
h6 {
	font-size: 0.5em;
	color: #003366;
}
/* Styles for Footer */
/* Styles for Footer */
#footer p {
	font-size: 9px;
	font-family: "MS Reference Sans Serif", Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #003366;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #003366;
	text-decoration: underline;
}
#footer a:hover {
	color: #808080;
	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;
}