@import url('classes.css');
body {
	box-shadow: #000000;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 1em;
	font-weight: normal;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/circuitbkgrnd.gif');
	background-attachment: fixed;
	background-color: #FCFEFB;
}
h1 {
	color: black;
	text-align: center;
}
h2 {
	color: black;
	text-align: center;
}
h6 {
	color: black;
	text-align: center;
}
a {
	color: blue;
	text-align: left;
}
a:hover {
	color: red;
}
a:visited {
	color: purple;
}
#wrapper {
	vertical-align: top;
	width: 100%;
	border: 1px solid #000000;
	box-shadow: 0px 0px 7px 7px #C0C0C0;
	background-color: #FCFEFB;
}
#datebar {
	margin: 5px 0px 5px 0px;
	width: 100%;
	background-color: #FFFFFF;
	font-size: 1em;
}
#logo {
	padding: 0px;
	margin: 0px;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
#pagetitle {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#searchbar {
	text-align: center;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#navbar {
	padding: px;
	margin: 0px;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	background-color: #008000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#horizontalnav {
	display: inline-block;
	list-style-type: none;
	padding: 0px 3px 0px 3px;
	margin: 0px;
	background-color: white;
	width: 50%;
	text-align: center;
	vertical-align: middle;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #000000;
	border-left-color: #000000;
}
#hornav {
	padding: 0px 3px 0px 3px;
	margin: 0px;
	background-color: white;
	width: 50%;
	text-align: center;
	vertical-align: middle;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #000000;
	border-left-color: #000000;
}
#hornav a {
	text-decoration: none;
}
#hornav a:hover {
	background: #FFCC00;
	color: #000000;
}
#adbar {
	padding: 2px 0px 5px 0px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	margin-top: 5px;
}
#container {
	border-style: none;
	width: 100%;
}
#leftcol {
	width: 200px;
	float: left;
	clear: right;
	font-size: .85em;
	background-color: #FFFFFF;
}
#content {
	padding: 0px 3px 0px 3px;
	width: 56%;
	float: left;
	clear: right;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
}
#rightcol {
	vertical-align: top;
	text-align: right;
	width: 20%;
	float: right;
	background-color: #FFFFFF;
	height: 100%;
}
#translate-this {
	margin-top: .2em;
	margin-bottom: .2em;
}
#bottomadvbar {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #008000;
	width: 100%;
	float: none;
	clear: both;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#footer {
	font-size: .75em;
	text-align: left;
	background-color: #FFFFFF;
	width: 100%;
	font-family: "Times New Roman";
}
#disclaimer {
	width: 90%;
	margin-left: 5px;
}
hr {
	border: 1px solid #000000;
	padding: 0px;
	margin: 10px 13% 10px 13%;
	width: 75%;
}
#logo h1 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-style: italic;
}

