﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000080;
	background-color: #abc;
	background-image: url('../images/dcmetrobackgrnd.jpg');
	background-attachment: fixed;
}
#container {
	width: 720px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	margin: 0 10px 0 10px;
	background-position: center top;
	width: 700px;
	overflow: auto;
	background-color: #bde;
	background-image: url('../images/washdcpageheader.jpg');
	height: 175px;
	padding-top: 5px;
}
#sidebar {
	padding: 2px;
	float: left;
	width: 155px;
	background-color: #D63831;
	position: relative;
	clear: both;
	margin-left: 12px;
	display: inline;
}
#content {
	float: right;
	width: 515px;
	padding: 10px;
	background-color: #fff;
	position: relative;
	margin-right: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 700px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}
#masthead img {
	float: left;
}
#masthead p {
	margin: 10px;
	font-size: small;
	text-align: left;
	color: #000080;
	font-weight: 600;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0px;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 2px;
	border: 1px inset #808080;
	text-align: center;
	background-color: #FFFFCC;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 6px;
	border-bottom: 1px solid #f2f2f2;
	border-bottom-width: 0px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	border-bottom: 1px solid #f2f2f2;
	background-color: #FFFF9C;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	font-style: italic;
}
/* Styles for Footer */
#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;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#masthead h2 {
	font-size: large;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	margin-left: 10px;
	padding-left: 5px;
}
#container H2 {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #BD414A;
}
.tblbkgdstyle {
	background-color: #FFFF99;
	padding-left: 10px;
	border: thin #D63831 groove;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
