﻿@import url(layout.css);
body {
	color: black;
	font-size: .9em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
	background-image: url('../images/bkgrnd.jpg');
}
#container {
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	background-image: url('../images/backgrad.jpg');
}
#masthead {
	text-align: right;
	width: 790px;
	
}
#navigation {
	background-color: #003300;
	overflow: hidden;
}
#navigationV {
	background-color: #FFFFCC;
	overflow: hidden;
}

#column_l {
	width: 585px;
	margin: 0;
	padding: 5px;
	
}
#column_r {
	width: 195px;
	margin: 0;
	float: right;
	padding: 5px;
	position: relative;
	background-color: #EEDD99;

}
#footer {
	width: 790px;
	text-align: left;
	background-color: #003300;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* 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;
}
#calendarbox {
	background-color: silver float: right;
	background: #D3D9D6;
	margin: 2px 2px 2px 2px;
	padding: 2px;
	border: medium #333333
}
/* 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 solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
#navigationV ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigationV li {
	float: none;
}
#navigationV a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigationV a:hover {
	color: #800000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* styles for textbox */
#boxR {
	border: 1px #008000 groove;
	float: right;
	margin: 3px 3px 3px 3px;
	padding: 3px;
	background-color: #800000;
}
#boxR p{
	font: normal normal normal .9em serif;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
#boxNest {
	background-color: #FFFFCC;
	float: inherit;
	margin: 3px 3px 3px 3px;
	padding: 3px;
	
}
#boxNest p{
	float: inherit;
	font: normal normal normal .9em serif;
	font-family: "Times New Roman", Times, serif;
	text-align: left;

}
#boxNest li{
	font: normal normal normal .9em serif;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	
}
#boxL {
	float: left;
	margin: 3px 3px 3px 20px;
	padding: 3px;
	background-color: #FFFFCC;
}
#boxL p{
	font: normal normal normal .9em serif;
	font-family: "Times New Roman", Times, serif;
	text-align: left;

/* Styles for Footer */
#footer p {
	font-size: 1em;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#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;
}