﻿@import url(layout.css);
body {
	border: thin #003366 solid;
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #036;
	border-top-width: thick;
}
#container {
	background-color: #fff;
	width: 620px;
	margin: 0 auto;
	border-top: 0;
	border-bottom: 0;
}
#masthead {
	text-align: right;
	background-color: #FFFFFF;
	width: 620px;
	height: 216px;
	border-bottom-color: #003366;
	border-bottom-style: dashed;
	border-bottom-width: medium;
	background-image:url('../images/logo-revised.jpg');
	background-repeat:no-repeat;
}
#navigation {
	background-color: #008000;
	overflow: hidden;
}

.main	{
margin: 20px;
}
#column_l {

	margin: 0;
	padding: 0;
	background-color: #fff;
}
.column_r {

	width: 192px;

	margin: 0;
	margin-left:4px;

	padding: 8px;

	color:white;

	background-color: #003366;

	position: relative;

	border-bottom-color: #003366;

	border-bottom-style: dashed;

	border-bottom-width: medium;

	border-top-color: #003366;

	border-top-style: dashed;

	border-top-width: medium;

}



.column_r a {

	color: #FFF;

	text-decoration: underline;

}

.column_r a:hover {
	color: #808080;
	text-decoration: underline;
}


#footer {
	width: 620px;
	text-align: center;
	background-color: #008000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0px;
	margin-top:5px;
	border-top-color: #003366;
	border-top-style: dashed;
	border-top-width: medium;

}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px #008000 solid;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #F7CF18;
	background-color: #F7CF18;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
	border-top-width: thick;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

img	{
	border:thin navy solid;
	padding:2px;
	background-color:white;
	margin:2px;
}
