﻿@import url(layout.css);
body {
	color: #000;
	font-family: Calibri;
	font-size: medium;
	font-style: normal;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #FFFFFF;
	position: relative;
}
#masthead {
	border-style: none;
	text-align: right;
	width: 100%;
	background-color: #1C3380;
	color: #FFFFFF;
	overflow: hidden;
}
#navigation {
	background-color: #1C3380;
	overflow: hidden;
	color: #FFFFFF;
}
#page_content {
	border-style: solid;
	border-width: thin;
	position: relative;
	width: 100%;
	border-top-color: #000000;
}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #FFFFFF;
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: Calibri;
	color: #000000;
}
#footer {
	background-color: #1C3380;
	padding-bottom: 5px;
	color: #FFFFFF;
}
/* Styles for Masthead */
#masthead img {
	border: thin solid #000000;
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: medium;
	text-align: right;
	color: #FFFFFF;
	margin: 10px 10px 0px 0px;
	padding: 0;
	font-family: Calibri;
}
#masthead a{
	font-size: small;
	text-align: right;
	color: #FFFFFF;
	margin: 10px 0px 10px 0px;
	padding: 0;
	font-family: Calibri;	
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #1C3380;
}
#navigation li {
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
}
#navigation a {
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #FFFFFF;
	background-color: #1C3380;
	font-family: Calibri;
}
#navigation a:hover {
	color: #1C3380;
	text-decoration: none;
	border: 1px solid #1C3380;
	background-color: #D7E0EC;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #1C3380;
	font-family: Calibri;
	text-align: left;
	margin-bottom: 6px;
	text-decoration: none;
	background-color: #D7E0EC;
}
h2 {
	padding: 0px;
	font-family: Calibri;
	font-size: 1.75em;
	color: #1C3380;
	text-align: left;
	margin-bottom: 6px;
	text-decoration: none;
	background-color: #D7E0EC;
}
h3 {
	font-size: 1.25em;
	font-family: Calibri;
	color: #1C3380;
	text-align: left;
	margin-bottom: 6px;
	background-color: #D7E0EC;
}
h4 {
	padding: 0px;
	font-family: Calibri;
	font-size: 1.25em;
	color: #1C3380;
	text-align: left;
	font-family: Calibri;
	margin-bottom: 6px;
}
h5 {
	font-size: 0.75em;
	color: #1C3380;
	text-align: left;
}
h6 {
	font-size: 0.5em;
	color: #1C3380;
	text-align: left;
}


#column_l a {
	font-family: Calibri;
	color: #1C3380;
	margin: 0;
	text-decoration: underline;
	text-align: left;
	font-weight: bolder;
}
#column_l li {
	font-family: Calibri;
	color: #000000;
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 8px;
	text-indent: inherit;
}

#column_r a{
	font-family: Calibri;
	color: #1C3380;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	list-style-type: disc;
}
#column_r li{
	font-family: Calibri;
	color: #000000;
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 8px;
	font-size: medium;
	list-style-type: disc
}
#column_r h3{
	font-size: 1.5em;
	margin-top: 3px;
}

.nolinklist{
	font-size: medium
}
.picture {
	padding: 0px;
	margin-bottom: 6px;
	margin-top: 12px;
	font-family: Calibri;
	font-size: small;
}

/* Styles for Boxes */
.sidebarbox {
	border: thin solid #1C3380;
	padding: 6px 6px 6px 6px;
	margin: 12px 0px 12px 0px;
	background-color: #D7E0EC;
	font-family: Calibri;
}
.image_right {
	margin: 0px 0px 6px 10px;
	float: right;
	border: thin solid #000000;
}
.image-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: thin none #000000;
}
.image_right-no-border {
	border-style: none;
	border-width: thin;
	margin: 0px 0px 6px 6px;
	float: right;
}

.pullquote {
	padding: 6px;
	font-size: medium;
	font-weight: bold;
	background-color: #D7E0EC;
	border: thin solid #000000;
	font-family: Calibri;
	margin-right: 25px;
	margin-left: 25px;
}
.calendaritem{
	font-size:medium
}
/*Styles for Tables*/
th {
	background-color:#D7E0EC;
	font-size: medium;
}

th {
	background-color:#D7E0EC;
	font-size: medium;
}

td	{
	border:thin;
	border-color:black;
	font:Calibri;
	font-size: small;
	padding:6px;
	vertical-align:middle;
}
.oddrow{
	background-color:#D7E0EC;
}
.item_name{
	border-right:thin;border-right-style:solid;border-right-color:#1C3380;
}

/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #ed9;
	text-decoration: underline;
}
/* Styles for Links */
a {
	color: #1C3380;
	text-decoration: underline;
	text-align: left;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.image-center-no-border {
	border-width: inherit;
	border-style: none;
	border-color: #FFFFFF;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
