﻿@import url("layout.css");
@import url(https://fonts.googleapis.com/css?family=Handlee);
@import url(https://fonts.googleapis.com/css?family=Satisfy);
@import url(https://fonts.googleapis.com/css?family=Allura);
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #A4A373;
}
#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: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #666633;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #A4A373;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: right;
	width: 770px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
	min-height: 500px;
}
#footer {
	text-align: center;
	clear: both;
	width: 940px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #999933;
}
#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 li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px #A4A373 solid;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border-bottom: 1px #666633 solid;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #666633;
	border-bottom: 1px #DCE2C0 solid;
	background-color: #DCE2C0;
}
/* 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;
}
/*#content ul {
	list-style-image:url('../images/bullet_1.gif')
} */
#content ul ul {
	list-style-image:url('../images/bullet_2.gif')
}
#content ul ul ul {
	list-style-image:url('../images/bullet_3.gif')
}
h1 {
	font-size:24pt;
	color:green
}
h2 {
	font-size: 20pt;
	color: #666633
}
h3 {
	font-size: 18pt;
	color: #800000
}
h4 {
	font-size:14pt;
	color:green
}
h5 {
	font-size: 12pt;
	color: #800000
}
h6 {
	font-size: 10pt;
	color: #666633
}
hr {
	height: 2px;
	border: 0px;
	color: #333399;
	background-color: #333399;
}