﻿@import url("layout.css");
body {
	border-style: solid;
	border-width: 1px;
	padding: 1px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: navy;
}
#container {
	width: 900px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 900px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	overflow: auto;
	background-color:silver;
}
#sidebar {
	float: left;
	width: 200px;
	background-color:silver;
	position: relative;
	clear: both;
	margin-left: 0px;
	display: inline;
}
#content {
	float: right;
	width: 200px;
	height:532px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: white;
	position: relative;
	top: 1px;
	left: 2px;
	text-align: center;
}
#content1 {
	float: right;
	width: 700px;
	height:781px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: white;
	position:relative;
	font-weight: 700;
	font-family: Calibri;
	font-size: large;
}
#content2 {
	float: right;
	width: 200px;
	height:700px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: white;
	position:relative;
	text-align: left;
}
#content3 {
	float: right;
	width: 700px;
	height:1631px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: white;
	position:relative;
	top: 1px;
	left: 1px;
	font-size: large;
	font-family: Calibri;
	font-weight: 700;
}
#content4 {
	float: right;
	width: 350px;
	height:902px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: white;
	position:relative;
	top: 0px;
	left: -1px;
	font-family: Calibri;
	font-size: medium;
	text-align: left;
	font-weight: 700;
}
#content5 {
	float: right;
	width: 200px;
	height:1382px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: white;
	position:relative;
	text-align: center;
}
#content6 {
	float: right;
	width: 200px;
	height:653px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: white;
	position:relative;
	text-align: center;
}
#content7 {
	float: right;
	width: 200px;
	height:2498px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: white;
	position:relative;
	text-align: center;
}
#content8 {
	float: right;
	width: 700px;
	height:2747px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: white;
	position:relative;
	top: 0px;
	left: -1px;	font-size: large;
	font-family: Calibri;
	font-weight: 700;
}
#content9 {
	float: right;
	width: 200px;
	height:1590px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: white;
	position: relative;
	top: 1px;
	left: 2px;
	text-align: center;
}
#content10 {
	float: right;
	width: 700px;
	height:1839px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: white;
	position:relative;
	font-weight: 700;
	font-family: Calibri;
	font-size: large;
}

#footer {
	text-align: center;
	clear: both;
	width: 900px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	overflow: auto;
	background-color: silver;
}
#masthead img {
	float: none;
	vertical-align: middle;
	position: relative;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: medium;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
	font-family: Calibri;
	font-size: medium;
	}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Footer */

#footer a {
	font-weight: bold;
	font-size: medium;
	color: #118;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #118;
	text-decoration: none;
	border-bottom: 1px solid #f2f2f2;	
	background-color: #f2f2f2;
}

