﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #fff;
	background-image: url("../images/background3.jpg");
}
#container {
	width: 80%;
	margin: 0 auto;
	background-color: white;
}
#masthead {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #fff;
}
#navigation {
	width: 96%;
	background-color: #d3d3d3;
	padding: 10px 10px 10px 10px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
}
#content {
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	position: relative;
	text-indent: 10px;
	font-size: larger;
}
#content form {
	text-align: left;
	border: medium blue solid;
	padding: 10px 10px 10px 10px;
}
#footer {
	text-align: center;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: smaller;
	text-align: right;
	margin-top: 5px;
	margin-right: 5px;
}

#masthead hr {
	text-align: right;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation li {
	font-size: 0.9em;
	display: inline;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: inline;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: red;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}

/* Styles for Content */
#content h1 {
	color: maroon;
}

#content h2 {
	color:navy;
	font-size: x-large;
}

#content ul li {
	padding-bottom: 15px;
}
#content div {
	background-color:maroon;
	width: 200px;
	color: #DCDCDC;
	padding: 10px 10px 10px 10px;
	margin:  10px 10px 10px 10px;
	float: right;
	font-size: small;
	width:35%;
}

#content div h2 {
	font-variant: small-caps;
	padding: 5px 5px 5px 5px;
	text-indent: 0px;
	color: #DCDCDC;
}

#content div li {
	padding:0px 0px 0px 0px;
}

#content div p {
	font-size:larger;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}


/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}