﻿@import url(layout.css);
body {
	background-color: #FFFFFF;
	background-position: top;
	background: #0E5284;
	color: #000;
	font-size: medium;
	font-family: Calibri,Arial,Helvetica;
	font-style: normal;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-image: url('../images/blue_background.png');
}
#container {
	width: 800px;
	margin: 0 auto;
	background: #fff url(../images/bkgd_tile.gif) top;
	background-repeat: repeat-y;
	border-top-color: #C0C0C0;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 5px;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 650px;
	padding: 0;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	overflow: hidden;
	color: gray;
	font-family: Arial;
	font-weight: bold;
	font-size: small;
}
#dpb {
	width: 420px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	background-color: #FFFFFF;
	color:gray;
	font-family: Arial; 
	font-size:1.75em;
	font-weight:bolder;	
}
#column_l {
	width: 420px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_r {
	border: 1px #D3D3D3 solid;
	width: 198px;
	margin: 0;
	float: right;
	background-color: #F0F0F0;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: small;
}
#footer {
	text-align: center;
	background-color: #040671;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* 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;
	font-family: Calibri;
	font-size: large;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #808080;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px 6px 5px 7px;
	display: block;
	border: 1px dotted #d3d3d3;
	border-bottom-style: solid;
	background-color: #FFFFFF;
	vertical-align: middle;
	height: 30px;
}
#navigation a:hover {
	border-bottom-style: solid;
	background-position: bottom;
	border: 1px dotted #d3d3d3;
	border-bottom: 1px #CF000F solid;
	background-color: #F0F0F0;
	color: #CF000F;
	background-image: url('../images/menubtnOrangeX.png');
	background-repeat: repeat-x;
}

#navigation_r a {
	color: #000;
	margin: 0 1px;
	padding: 5px;
	font-size:medium;
	color: #040671;
	text-decoration:none;
}

#column_r img {
	border: 1px #D3D3D3 solid;
	font-size: small;
	vertical-align: text-top;
}


#navigation_r a:hover {
	text-decoration:underline;
	color:#D9988E;
}


/* Styles for Content */
h1 {
	color: #040671;
	font-size: 1.3em;
}
h2 {
	color: #81729E;
	font-size: 1.2em;
}
h3 {
	color: #CF000F;
	font-size: 1.1em;
}
h4 {
	color: #040671;
	font-size: 1.30em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_l p {
	text-align: justify;
	vertical-align: top;
}

#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;
	color: #D9988E;
}
/* Styles for Footer */
#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: #0ff;
	text-decoration: none;
}

#column_l a {
	border-bottom: 1px;
	color: #CF000F;
	font-size: 1.5em;
	font-weight: bold;
}

/* 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;
}