﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #111188;
}
#container {
	width: 746px;
	margin: 0 auto;
	background-image: url('../images/edges_backgnd.gif');
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 726px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #FFFFFF;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: right;
	width: 556px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
}
#googlecontent {
	width: 726px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
	padding: 10px;
	background-color: #fff;
	position: relative;
	clear: both;
}


#content table {
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	text-align: center;
	margin-bottom: 8px;
}
#footer {
	text-align: center;
	clear: both;
	width: 726px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #a2a2a1;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#masthead h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 255px;
	margin-top: 5px;
	margin-right: 20px;
	text-align: center;
	font-size: 1.2em;
}
#masthead h3 {
	margin: 5px 5px 5px 255px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	width: 450px;
	font-size: 1.5em;
}
#masthead h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 255px;
	margin-top: 5px;
	margin-right: 20px;
	text-align: center;
	font-size: 2em;
}
#masthead h1 {
	margin: 5px 20px 7px 255px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	font-size: 2.4em;
	width: 450px;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 3px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Footer */
#index div.pages {
	text-align: center;
}
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.leftCol_ctrText {
	float: left;
	padding: 2px;
	margin: 2px;
	height: auto;
	width: 266px;
	z-index: 1;
	text-align: center;
}
.rightCol_ctrText {
	float: right;
	padding: 2px;
	margin: 2px;
	height: auto;
	width: 266px;
	z-index: 1;
	text-align: center;
}
.TopBotMar5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.style_bold {
	font-weight: bold;
}
.bold_center {
	font-weight: bold;
	text-align: center;
}
.bold_underline {
	font-weight: bold;
	text-decoration: underline;
}
.style_italic {
	font-style: italic;
}
.text_center {
	text-align: center;
}
.red {
	color: #FF0000;
}
h4 {
	margin: 5px 5px 5px 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	font-size: 12pt;
}
h3 {
	margin: 5px 5px 5px 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	font-size: 14pt;
}
h2 {
	margin: 5px 5px 5px 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	font-size: 16pt;
}
h1 {
	margin: 5px 5px 5px 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	font-size: 2.4em;
}
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	padding: 0 2em 0 0;
}
#content li {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.text_left {
	text-align: left;
}

