﻿@import url(layout.css);

@import url(a_form.css);

body {

	color: #000;

	font-family: Arial, Helvetica, sans-serif;

	font-size: small;

	font-style: normal;

	background-color: #fff;

}



#container {

	width: 100%;

	margin: 0;

	background-color: #fff;

	position: relative;

}

#masthead {

	text-align: inherit;

	width: 100%;

	color: #004685;

}

#navigation {

	background-color: #004685;

	overflow: hidden;

}

#page_content {

	position: relative;

	width: 100%;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #F0C73D;

}

#column_l {

	position: relative;

	margin: 0 350px 0 0;

	padding: 10px;

	background-color: #fff;

	float: none;

	color: #000000;

}

#column_ll {

	position: relative;

	margin: 0 0 0 0;

	padding: 10px;

	background-color: #fff;

	float: none;

	color: #000000;
	
}

#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #F0C73D;
	position: absolute;
	right: 0px;
	top: 0px;

}

#footer {

	background-color: #004685;

	padding-bottom: 5px;

}

/* Styles for Masthead */

#masthead img {

	float: left;

	margin: 0;

	padding: 0;

}

#masthead p {

	font-size: medium;

	text-align: right;

	color: #004685;

	margin: 10px 10px 0px 0;

	padding: 0;

}

/* Styles for Navigation */

#navigation ul {

	list-style-type: none;

	width: 100%;

	margin: 0;

	padding: 0;

}

#navigation li {

	float: left;

}

#navigation a {

	color: #F0C73D;

	text-decoration: none;

	display: block;

	padding: 5px;

	border: 1px solid #F0C73D;

	background-color: #004685;

	font-size: large;

}

#navigation a:hover {

	color: #000;

	text-decoration: none;

	border: 1px solid #ed9;

	background-color: #ed9;

}

/* Styles for Content */

h1 {

	font-size: 2em;

	color: #004685;

}

h2 {

	font-size: 1.75em;

	color: #004685;

}

h3 {

	font-size: 1.5em;

	color: #004685;

}

h4 {

	font-size: 1.25em;

	color: #004685;

}

h5 {

	font-size: 0.75em;

	color: #004685;

}

h6 {

	font-size: 0.5em;

	color: #004685;

}

/* Styles for Footer */

#footer p {

	font-size: inherit;

	text-align: center;

	color: #F0C73D;

	margin: 10px;

	padding: 1px;

}

#footer a {

	color: #F0C73D;

	text-decoration: underline;

	font-size: small;

}

#footer a:hover {

	color: #000;

	text-decoration: none;

}

/* Styles for Links */

a {

	color: #004685;

	text-decoration: underline;

}

a:hover {

	color: #000;

	text-decoration: underline;

}

.style_bold {

	font-weight: bold;

}

.style_italic {

	font-style: italic;

}

.hp1 {
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}

blockquote {
	margin: 5px 0;
	text-decoration: none;

}

img {
	border: none;
	margin-left: 65px;
	margin-top: 10px;
	
	
}
