﻿@import url("layout.css");
body {
	background-color:#330000;
	font-family: "Arial", Times, serif;
	font-size: 0.8em;
	color: #800000;
}

a {
	color: #008000;
	text-decoration: underline;
}
a:hover {
	color: #00FFFF;
	text-decoration: underline;
}

#container {
	width: 646px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	background-color: #ffffcc;
	width: 626px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
}
#sidebar {
	float: left;
	width: 119px;
	background-color: #ffffcc;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
	overflow: hidden;
}
#content {
	float: right;
	width: 475px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #ffffcc;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 626px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #ffffcc;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	padding-bottom: 9px;
}
#sidebar li {
	font-size: small;
	display: block;
	margin: 0;
	padding: 0;
	border: 0px solid #990000;
	padding-bottom: 9px;
}
#sidebar a {
	background-image: url('../images/button-lnav.gif');
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 7px;
	border-bottom: 0px solid #990000;
	overflow: visible;
	padding-bottom: 9px;
}
#sidebar a:hover {
	background-image: url('../images/button-lnav-hover.gif');
	font-weight: bold;
	text-decoration: none;
	color: #800000;
	border-bottom: 0px solid #990000;
	background-color: #ffffcc;
	padding-bottom: 9px;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #800000;
	text-decoration: underline;
}
#footer a:hover {
	color: #111188;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
