﻿@import url('layout.css');
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;

	/*background-color: #abc;*/
}
#container {
	width: 780px;
	margin: 0 auto;
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	width: 780px;
	padding: 0;
}
#navigation {
	background-color: #1B3780;
	overflow: hidden;
	color: white;
	height: 22px;
	width: 780px;
}
#breadcrumb {
	margin-right: 10px;
	margin-left: 15px;
	color: #1B3780;
}
#breadcrumb_sub {
	margin-right: 10px;
	margin-left: 2px;
	color: #1B3780;
}
#column_l {
	width: 565px;
	padding: 0 0 0 5px;
}
#column_r {
	width: 198px;
	margin: 0;
	float: right;
	position: relative;
	padding-top: 10px;
}
/* Styles for Footer */
#footer {
	text-align: center;
	background-color: #89a;
	overflow: hidden;
	padding: 2px;
}
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
#left_nav {
	width: 150px;
	margin: 0 0 0 0px;
	padding: 25px 10px 0px 0;
	background-color: #89a;
	float: left;
	position: relative;
	clear: both;
	display: inline;
}
#column_m {
	margin: 0 0 0 5px;
	padding: 0 5px 5px 5px;
}
#column_r_sub {
	width: 145px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
	right: 0px;
	padding-right: 0px;
	padding-left: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	margin: 0 1px;
/*padding: 5px;*/	padding-left: 5px;
	padding-right: 10px;
	display: block;
	border: 1px solid #1B3780;
}
#navigation a:hover {
	/*	background-color: #f2f2f2;*/
background-color: #2449AA;
	border: 1px solid #f2f2f2;
}
/* Styles for Content */
h1 {
	color: #965;
	font-size: 2.0em;
}
h2 {
	color: #965;
	font-size: 1.75em;
}
h3 {
	color: #1B3780;
	font-size: 1.25em;
}
h4 {
	color: #1B3780;
	font-size: 1.1em;
}
/*h5 {
	color: #965;
	font-size: 0.75em;
}*/
h5 {
	color: maroon;
	font-size: 1.0em;
	padding-left: 5px;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: .8em;
	text-align: justify;
	margin: 0;
	padding: 0px 5px 5px 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
#column_r_sub ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r_sub ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.cal_1_1_italic {
	font-style: italic;
	font-size: 1.1em;
	font-family: Calibri;
}
.cal_1_2_bold {
	font-weight: bold;
	font-size: 1.2em;
	font-family: Calibri;
}
.cal_1_0 {
	font-size: 1.0em;
	font-family: Calibri;
}
.cal_1_1 {
	font-size: 1.1em;
	font-family: Calibri;
}
.style_justify {
	text-align: justify;
}
.cal_1_1_justify {
	text-align: justify;
	font-family: Calibri;
	font-size: 1.1em;
}
.cal_1_0_justify {
	text-align: justify;
	font-family: Calibri;
	font-size: 1.05em;
}
.cal_9_justify {
	text-align: justify;
	font-family: Calibri;
	font-size: .9em;
}
.cal_1_2_bold_blue_padding {
	color: #1B3780;
	font-size: 1.2em;
	font-family: Calibri;
	padding: 6px 0px 6px 0px;
	font-weight: bold;
}
.cal_1_2_bold_blue_bottom_padding {
	color: #1B3780;
	font-size: 1.2em;
	padding: 0 0 8px 0;
	font-family: Calibri;
	font-weight: bold;
}
.cal_1_4_blue_header_w_line {
	border-bottom: thin solid #720335;
	vertical-align: bottom;
	font-size: 1.4em;
	font-family: Calibri;
	height: 34px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	color: #1B3780;
	padding: 6px 0px 6px 0px;
	font-weight: bold;
}
.tableRow1 {
	font-family: Calibri;
	font-style: italic;
	font-size: .9em;
	color: #1B3780;
}
.TableRowH {
	font-family: Calibri;
	font-weight: bold;
	color: #1B3780;
	font-size: 1.2em;
}
.detail_italic {
	font-style: italic;
	padding-left: 5px;
	font-size: .9em;
}
.p_indent {
	text-align: justify;
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 0px;

)
}
.style_maroon {
	color: maroon;
	font-size: 1.0em;
	padding-left: 5px;
	font-weight: bold;
}
.style_maroon a {
	text-decoration: none;
	color: maroon;
}
.style_maroon a:hover {
	text-decoration: underline;
}
.style_blue {
	color: #1B3780;
	font-size: 1.0em;
	padding: 6px 0px 6px 0px;
	font-weight: bold;
}
.style_blue_bar {
	background-color: #1B3780;
	color: white;
}
.style_blue_bar a {
	text-decoration: none;
	color: white;
}
/*--------------------------*/
.cal_1_1_blue_back_center {
	background-color: #1B3780;
	text-align: center;
	font-family: Calibri;
	font-size: 1.1em;
	color: white;
}
.cal_1_4_purple {
	font-family: Calibri;
	font-size: 1.4em;
	font-weight: bold;
	color: #720335;
	text-align: center;
}
.cal_1_3_purple {
	font-family: Calibri;
	font-size: 1.3em;
	font-weight: bold;
	color: #720335;
}
.hr_purple {
	color: #720335;
	height: .1em;
}
.img_format {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	border-width: 0px;
}
}
.cal_1_4_blue_header_w_line {
	font-family: Calibri;
	font-size: 1.4em;
	font-weight: bold;
	color: #1B3780;
	height: 34px;
	border-bottom: thin solid #720335;
	border-bottom-width: thin;
	border-bottom-style: solid;
	vertical-align: bottom;
	padding: 6px 0px 6px 0px;
}
.cal_1_0_italic {
	font-style: italic;
	font-size: 1.0em;
	font-family: Calibri;
}
.cal_1_1_head_link {
	font-family: Calibri;
	font-size: 1.1em;
	font-weight: bold;
}
.cal_1_1_head_link a {
	text-decoration: none;
	color: black;
}
.cal_1_1_head_link a:hover {
	text-decoration: underline;
}
.cal_1_1_head_link_purple {
	font-family: Calibri;
	color: #720335;
	font-size: 1.2em;
	padding-left: 5px;
	font-weight: bold;
}
.cal_1_1_head_link_purple a {
	text-decoration: none;
	color: #720335;
}
.cal_1_1_head_link_purple a:hover {
	text-decoration: underline;
}
.cal_1_4_blue_bold {
	font-size: 1.4em;
	font-family: Calibri;
	color: #1B3780;
	padding: 6px 0px 6px 0px;
	font-weight: bold;
}
