﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}

.left {float:left}
.right {float:right}
.imgleft {float:left; margin:0 10px 0 0; clear:both;}
.imgright {float:right; margin:0 0 0 10px; clear:both;}	
.imageleft-border {margin: 0 10px 0 0; float: left; border: 3px double #c2c2c2;}
.imageright-border {margin: 0 0 0 10px; float: right; border: 3px double #c2c2c2;}
.indent { text-align:left; line-height:130%; margin-left:25px; margin-right:25px; margin-top:5px;
margin-bottom:5px}

.bluebox {
background-color: #D5E2F2;
color: #000000;
text-align: left;
padding: 5px 5px 5px 5px;
border: 1px solid #000000;
}

.small{color:#000000; font-style:normal; font-size:11px; font-family:arial, helvetica, sans-serif;}

h6 {font-family: Arial Black; color: #6C000A;}
h5 {font-family: Arial Black; color: #6C000A;}
h4 {font-family: Arial Black; color: #6C000A;}
h3 {font-family: Arial Black; color: #6C000A;}
h2 {font-family: Arial Black; color: #6C000A;}
h1 {font-family: Arial Black; color: #6C000A;}
#container {
	width: 960px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 940px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #ffffff;
}
#sidebar {
	float: left;
	width: 170px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: right;
	width: 700px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 940px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}


#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.9em;
	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 li {
	font-size: 0.9em;
	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;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* 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;
}

