﻿@import url("layout.css");
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
/*	width: 620px;*/
	width: 710px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #036;
	width: 710px;
}
#navigation {
	background-color: #545454;
	overflow: hidden;
}
#page_content {
	clear: both;
	padding: 15px 15px 15px 15px;
}
#column_l {
	width: 440px;
	margin: 0;
	padding: 15px 15px 15px 15px;
	background-color: #ffffff;
}
#column_r {
	width: 210px;
	margin: 0;
	float: right;
	padding: 15px 15px 15px 15px;
	background-color: #cccccc;
	position: relative;
}
#footer {
	width: 710px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
/*	position: absolute;
	top: 15px;
	left: 210px;*/
	position: relative;
	top: 15px;
	left: 15px;
	float: left;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
#column_r ul {
	font-size: 11px;
}
/* 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: 5px;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	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;
}
#masthead a {
	color: #FFFFFF;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.leftimg {
	border: 0px;
	float: left;
	padding: 5px 5px 5px 5px;
}
.centerimg {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
table {
	margin-left: auto;
	margin-right: auto;
}
.centered_text {
	text-align: center;
}
.caption {
	font-size: small;
	font-weight: bold;
	text-align: center;
	margin-right: 90px;
	margin-left: 90px;
}
img {
	border: 0px;
}
#pdf_icon {
	list-style-image: url('../images/pdf-icon.png');
}
