﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family:Verdana,Helvetica, Arial, sans-serif;
	font-style: normal;
	background-color: #abc;
	background:#5981bd url('../images/bodybackground.gif') repeat-x;
	
}

/*forms --------------------------------------------------*/
fieldset
{
border:0;
margin-top:15px;
height:450px;
}

textarea {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
}

input {
	display: block;
	width: 220px;
	float: left;
	margin-bottom: 10px;
}

label {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 150px;
	padding-right: 20px;
}

textarea 
{
	padding-right: 20px;
	height:100px;

}

fieldset br{
clear:right;
}





#container {
	width: 670px;
	margin: 0 auto;
	background-repeat: repeat-y;
	border:10px #fff solid;
	padding:0;
	background-color:#fff;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 650px;
	padding-top: 0;
	background-color: #cde;
	height:252px;
	background:#cde url('../images/logo.gif') no-repeat;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	background:#a92421 url('../images/buttonbackground.gif') repeat-x;
	border-top:7px #fff solid;
	border-bottom:7px #fff solid;

}
#column_l {
	width: 420px;
	margin: 0 0 0 10px;
	padding: 10px 10px 10px 10px;
}
}
#column_r {
	width: 193px;
	margin: 0;
	float: right;
	background-color: #E4E9E5;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top:5px;
	padding-bottom:5px;
}


#footer {
	text-align: center;
	background-color: #E4E9E5;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #fff;
	font-size:1em;
	text-align: right;
	font-weight:bold;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align:middle;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	margin: 0 0px;
	padding: 5px;
	display: block;
	border-right: 1px solid #000;
	height:22px;
	width:97px;
	text-align:center;
	font-size:10pt;
	font-weight:bold;
}
#navigation a:hover {
	background:#5a81be url('../images/buttonbackground_hover.gif') repeat-x;

}
/* Styles for Content */
h1 {
	color: #a42924;
	font-size: 1.75em;
	display:block;
	border-bottom:1px #333333 solid;
}
h2 {
	color: #a42924;
	font-size: 1.5em;
	display:block;
	border-bottom:1px #333333 solid;

}
h3 {
	color: #a42924;
	font-size: 1.25em;
}
h4 {
	color: #a42924;
	font-size: 1em;
}
h5 {
	color: #a42924;
	font-size: 0.75em;
}
h6 {
	color: #a42924;
	font-size: 0.5em;
}
big {
	color: #a42924;
	font-size: medium;
}


#column_r img.centered
{
	text-align:center;
	border:4px double #C0C0C0;
	margin-left:20px;
	margin-top:15px;
}

#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 0 10px 10px 10px;
}
#column_r h3 {
	margin-bottom: 10px;
	text-align:center;
}
#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;
}
/* Styles for Footer */
#footer p {
	color: #000;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* 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;
}
.style_vert_align_middle
{
	vertical-align:middle;
	padding:5px;
}
