﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	background-color: #FFFFFF;
}
#container {
	width: 686px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	margin: 0 0px 0 10px;
	background-position: left;
	width: 686px;
	overflow: auto;
	background-color: #bde;
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
}
#pagecontent {
	width: 626px;
	border-top: medium;
	border-top-style: solid;
	border-top-color: #336699;
	border-top-width: medium;
}
#sidebar {
	float: left;
	width: 120px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
}
#content {
	position: relative;
	float: right;
	width: 490px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #D9E6F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: justify;
}
#intro {
	border-width: thin;
	border-color: #000000;
	top: 0px;
	margin: 0px;
	padding: 5px 5px 10px 5px;
	width: 450px;
	background-color: #D9E6F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
}
#statistics  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	font-weight: bolder;
	font-style: italic;
	color: #000000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}
#footer {
	text-align: center;
	clear: both;
	width: 666px;
	margin-right: auto;
	margin-left: 10px;
	padding: 0;
	overflow: hidden;
	background-color: #689;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
#match  {
	margin: 0px;
	width: 100%;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0 0 0 15px;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	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 Content*/

#intro ul {	
	list-style-type: circle;
	list-style-position: inside;
}
#intro li {	margin: 0 0 7px 0;
	padding: 0;
	text-indent: 0px;
	list-style-type: circle;
	list-style-position: inside;
}
#content ul {
	list-style-type: decimal;
	list-style-position: inside;
}
#content li {
	margin: 0 0 7px 0;
	padding: 0;
	text-indent: 0px;
	list-style-type: none;
	list-style-position: outside;
}	
#printform {
	padding: 10px;
	border: thin solid #3872A5;
	font-size: 10.5pt;
	text-align: center;
	font-weight: bold;
	width: 200px;
	right: auto;
	left: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#mailing  {
	text-align: center;
}
#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11 pt;
	font-weight: normal;
	text-align: center;
}
	
/* 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;
}