﻿@import url(layout.css);
body {
	background-attachment: fixed;
	background: #516090 url('../images/bg_blue 1600.jpg');
	color: #000055;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial;
	line-height: 18px;
	margin-top: 4px;
	text-align: center;
}
#container {
	background-color: #fff;
	width: 930px;
	margin: 0 auto;
	border: 1px #B2A791 solid;
	text-align: left;
	text-indent: 20px;
}
#masthead {
	font: 18px serif;
	text-align: right;
	width: 930px;
	background-image: url('../images/header_dblu_may.jpg');
	letter-spacing: 2px;
	height: 81px;
}
#navigation {
	background-color: #808080;
	overflow: hidden;
	background-image: url('../images/ToolbarBG.jpg');
	color: #000080;
	width: 1000px;
	position: relative;
}
#column_l {
	width: 610px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
	text-align: justify;
}
#column_lenq {
	width: 75%;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}

#column_r {
	border-bottom: 1px #B2A791 solid;
	border-left: 1px #B2A791 solid;	
	border-right: 0;
	border-top: 0;
	width: 25%;
	margin: 4 8 4 4;
	float: right;
	padding: 4px;
	background-color: #F6F7FC;
	position: relative;
}

#column_renq {
	border: 1px #B2A791 solid;
	width: 30%;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #D7D7D7;
	position: relative;
}

#footer {
	border-bottom: 1px #B2A791 solid;
	border-left: 0;
	border-right: 0;
	border-top: 1px #B2A791 solid;
	width: 100%;
	text-align: center;
	background-color: #F6F7FC;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

/* Styles for Masthead */
#masthead img {
	float: left;
	background-image: url('../images/bg_masthead.jpg');
}
#masthead p {
	font-size: 11px;
	font: 18px Verdana, Helvetica, Arial;
	color: #E9E6E0;
	margin: 14px 10px 0 10px;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
	font-family: Verdana, Helvetica, Arial;
	color: #211783;
}

}
#column_r ul {
	font-size: 11px;
	margin: 16px;
	font-family: Verdana, Helvetica, Arial;
	color: #211783;
	padding-left: 10px;
	list-style-image: url('../images/ul_image.gif');
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	height:30px
}
#navigation a {
	color: #211783;
	text-decoration: none;
	display: block;
	padding: 4px;
	border: 1px solid #c9c9c9;
	font-family: Verdana, Helvetica, Arial;
}
#navigation a:hover {
	color: #A0814B;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-image: url('../images/bg_hovernav.gif');
}
/* Styles for Footer */
#footer p {
	font: 100%;
	font-size: 9px;
	line-height: 12px;
	color: #B39B55;
	margin: 1px;
	padding: 1px;
	font-family: Verdana, Helvetica, Arial;
	text-align: center;
}
#footer a {
	color: #211783;
	text-decoration: none;
	line-height: 24px;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
/* Styles for Links */
a {
	color: #D7D7D7;
	text-decoration: underline;
}
a:hover {
	color: #D01022;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* SETS HEADING PROPERTIES */

h1 {
	font-family: Verdana, Helvetica, Arial;
	color: #0098E0;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	line-height: 22px;
	padding-top: 4px;
}

h2 {
	font-family: Verdana, Helvetica, Arial;
	color: #d01022;
	font-size: 17px;
	font-weight: normal;
	margin-top: 4px;
}

h3 {
	padding: 0 0 0 10px;
	font-family: Verdana, Helvetica, Arial;
	color: #080290;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}

h6 {
	font-family: Verdana, Helvetica, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #A49977;
	padding-left: 10px;
}

h5 {
	font-family: Verdana, Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #615DA4;
	padding-left: 10px;
}

h4 {
	font-family: Verdana, Helvetica, Arial;
	font-size: 18px;
	color: #000055;
	letter-spacing: 1px;
}

.rightimage {
	float: right;
	padding: 2px 2px 10px 12px;
}
.leftimage {
	float: left;
	padding: 2px 14px 2px 12px;
}
.style1 {
	text-align: right;
	font-size: small;
}
.style2 {
	font-size: x-small;
}
.style3 {
	text-align: center;
}
.style4 {
	margin-top: 0px;
}
.style5 {
	text-align: center;
	margin-top: 19px;
}
.red {
	font: Verdana;
	color: red;
}
.calculator {
	text-align: left;
	vertical-align: middle;
	font-family: Verdana, Helvetica, Arial;	
	font-size: 10pt;
}
.form {
	border-color: #AD8A52;
	border-style: solid;
	border-width: 1px;
	position: inherit;
}