﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
	background-image: url('../images/background.gif');
}
#container {
	border-style: none;
	width: 950px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #73B5E0;
	color: #FFFFFF;
}
#masthead a {
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;
}
#masthead a:hover {
	color: #FF5900;
	text-decoration: underline;
}
#navigation {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#page_content {
	border-color: #3D6698;
	position: relative;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
}
#column_l {
	width: 72%;
	position: relative;
	margin: 0px;
	padding: 2%;
	background-color: #fff;
	float: none;
	border-right-style: inset;
	border-right-width: 1px;
	border-right-color: #808080;
}
#column_r {
	float: none;
	width: 20%;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	background-color: #FFFFFF;
	position: absolute;
	right: 0px;
	top: 0px;
	border-left-style: none;
}
#column_r ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0 0px 10px 10px;
	background-color: #FFFFFF;
}

#footer {
	background-color: #4F81BD;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-align: left;
	font-size: x-small;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: auto;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #4F81BD;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma;
	font-size: small;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px none #ed9;
	background-color: #4F81BD;
}
/* Styles for Content */
h1 {
	font-size: xx-large;
	color: #393939;
}
h2 {
	font-size: x-large;
	color: #469;
}
h3 {
	font-size: large;
	color: #469;
}
h4 {
	font-size: medium;
	color: #469;
}
h5 {
	font-size: small;
	color: #469;
}
h6 {
	font-size:  xx-small;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: left;
	color: #FFFFFF;
	margin: 10px;
	padding: 1px;
	text-decoration: none;
	background-color: #4F81BD;
}
#footer a {
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;
	background-color: #4F81BD;
	text-align: left;
}
#footer a:hover {
	color: #FF5900;
	background-color: #4F81BD;
	font-weight: bold;
}

/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

