﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	background-color: #AABBCC;
	line-height: 1.3em;
}
#container {
	width: 646px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	font-family: Arial, Helvetica, sans-serif;
}
#masthead {
	width: 626px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #6B7D8F;
	height: 180px;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
}
#content {
	float: right;
	width: 456px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* Styles for Headings in Content */
#content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	color: #800000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000080;
	padding-bottom: 3px;
	line-height: 1.5em;
}
#content h2 {
	border-style: solid solid dotted solid;
	border-width: medium medium 1px medium;
	border-color: #FFFFCC #FFFFCC #800000 #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: 200;
	color: #FF0000;
	border-bottom: 1px #FF0000 dotted;
	background: #FFFFCC;
	text-align: left;
	padding-right: 0px;
	margin-right: 0px;
	line-height: 1.3em;
}
#content h3 {
	border-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #800000;
	background-color: #FFFFFF;
	text-align: left;
}
#content h4 {
	border-style: solid;
	border-width: medium medium medium thin;
	border-color: #D5DDE6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	background: #D5DDE6;
}

/* Unvisited links in content */
#content a:link {
	color: #000080;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* Visited links in content */
#content a:visited {
	color: #800080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
}
/* Hover links in content */
#content a:hover{
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C4C4FF;
	font-weight: bold;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0000FF;
}
/* Active link in content */
#content a:active{
	color: #3E3EFF;
	font-family: Arial, Helvetica, sans-serif;
}



#footer {
	text-align: center;
	clear: both;
	width: 626px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}
#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;
}




#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
	background-color: #6B7D8F;
}
#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;
}
#h2 {
	font-family: sans-serif;
	font-size: medium;
	font-weight: 200;
	color: #FF0000;
	border-bottom: 1px #FF0000 dotted;
	background: #FFFFCC;
	text-align: left;
	border-bottom-color: #800000;
}
#h3 {
	border-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #800000;
	background-color: #FFFFFF;
	border-bottom: 1px #000082 dotted;
	text-align: center;
}
#h5 {
	font-family: sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFCC;
	border-bottom: 1px #FF0000 dotted;
	background: #FF0000;
	text-align: left;
	border-bottom-color: #FFFFCC;
	border-bottom-style: solid;
}

