﻿@import url("layout.css");

/* CSS PAGE STYLES */
#left {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:black;
	background-color:silver;
}
#container {
	width: 900px;
	margin: 0 auto;
	background-color:white;
	position:relative;
}
#downloads {
	float: left;
	width: 180px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#downloads ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#downloads li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#downloads a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#downloads a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
#downloads p {
	background-color:white;
	text-align:center;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #f2f2f2;
}

/* Styles for mailto*/
#mailto {
	float: left;
	width: 180px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#mailto p {
	background-color:white;
	font-weight:bold;
	text-align:center;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #f2f2f2;
}
#mailto ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#mailto li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#mailto a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#mailto a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
#adds1 {
	float: left;
	width: 180px;
	background-color:white;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#adds2 {
	float: left;
	width: 180px;
	background-color:white;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#adds2 a {
	color:black;
	font-weight:bold;
	text-align:center;
	margin-top: 0;
	margin-bottom: 0;
}
#adds2 p {
	background-color:white;
	font-weight:bold;
	text-align:center;
	margin-top: 0;
	margin-bottom: 0;
}
#masthead {
	width: 880px;
	margin: 0 auto;
	background-color: #668899;
	padding:10px;
	padding:10px;
}
#masthead H1 {
	font-size: x-large;
	margin-top: 0;
	margin-bottom: 0;
	color:white;
}
#masthead H2 {
	font-size: medium;
		margin-top: 0;
	margin-bottom: 0;
	color:white;
}
#masthead p {
	font-size: 0.8em;
	color: white;
	margin: 2px;
	text-align:right
}
#NavTop {
	width: 900px;
}
#sidebar {
	width: 195px;
	float:left;
	padding:5px;
}

#Body {
	width: 660px;
	float:left;
	backgroun;d-color:white;
	margin-top: 10px;
	margin-bottom:10px;
	margin-right:10px;
	text-align:justify;
}
#BodyContent {
	width: 680px;
	margin: 0 auto;
	margin-top: 10;
	margin-bottom: 0;
	background-color:white;
	padding: 10px;
}
#BodyContent p {
	margin-top: 0;
	margin-bottom: 0;
}

#footer {
    clear: both;
	width: 880px;
	margin: 0 auto;
	text-align: center;
	padding:10px;
	overflow: auto;
	background-color: #689;
	
}
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
