﻿@import url(layout.css);
body {
	background-position: left center;
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFE1;
	background-image: url('../images/Screen%20sho3.png');
	background-repeat: no-repeat;
}
#container {
	padding: 1px;
	background-color: #408080;
	width: 620px;
	margin: 0 auto auto auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	border-style: solid ridge solid ridge;
	border-width: 1 medium 1 medium;
	border-color: #b7b7b7;
	
}
#masthead {
	border-bottom: medium solid #FFFFFF;
	text-align: right;
		background-color: #FFFFFF;
		width: 620px;
	background-image: url('../images/header.png');
		background-repeat: no-repeat;
}
#navigation {
	background-color: #408080;
	overflow: hidden;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #FFFFFF;
	margin-bottom: 4px;
	padding-bottom: 0px;
}
#column_l {
	width: 375px;
	padding: 0;
	background-color: #fff;
	left: 3px;
	color: #993300;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
}
#column_r {
	width: 215px;
	float: right;
	padding: 5px;
	background-color: #4B698C;
	position: relative;
	right: 3px;
	color: #FFFFFF;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
}
#footer {
	width: 620px;
	text-align: center;
	background-color: #B7B7B8;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin-top: 8px;
	margin-left: 10px;
	margin-bottom: 8px;
}
#masthead p {
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 18px;
	margin-right: 10px;
	margin-left: 10px;
}
/* Styles for Navigation */
#navigation ul {
	border-style: none;
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding-bottom: 5px;
}
#navigation li {
	float: left;
}
#navigation a {
	border-style: none;
	border-width: 1px;
	border-color: #c9c9c9;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	border-style: none solid none none;
	border-width: 1px;
	color: #000;
	text-decoration: none;
	background-color: #ABC254;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
#column_r a {
	text-decoration: none;
	color: #FFFFFF;
}
#column_r a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#column_l a {
	text-decoration: none;
	color: #0000FF;
}
#column_l a:hover {
	color: #B7B7B7;
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#column_l p {
	margin: 5px;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	color: #000000;
}
#column_r p {
	margin: 5px;
}