﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #aabbcc;
}

/*	background-color: #9EACB9; */

#container {
	width: 646px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background-image: url("images/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}


#masthead {
	border-bottom: 1px #C0C0C0 solid;
	width: 626px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-image: url("images/header7c.jpg");
	background-attachment: scroll;
	background-color: #bbddee;
}

#sidebar {
	float: left;
	width: 150px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
	padding: 0;
	border: 0;
	display: inline;
}

#content {
	background-color: #FFFFFF;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	float: right;
	width: 456px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	border: 0;
	position: relative;
}
#footer {
	font-size: 80%;
	text-align: center;
	clear: both;
	width: 626px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	border: 0;
	overflow: auto;
	background-color: #689;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 80%;
	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: 90%;
	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: 90%;
	color: #ffffff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
#tag p {
	float: right;
	font-size: 80%;
	color: #000000;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
}
.image_right {
	border: 1px solid #C0C0C0;
	float: right;
	overflow: auto;
}
.style_italic {
	font-style: italic;
}
.small_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-style: italic;
	font-weight: bold;
}
.style_bold {
	font-weight: bold;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.style4 {
	background: #E4E4E4;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-indent: 10px;
}
.TinyType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.HorizontalBar {
	color: #C0C0C0;
}

.float_right {
	float:right;
}
.product {
	background-color: #FFFFFF;
	width: 420px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.product p {
	float:left
}
.product img {
	float:right
}
.product_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


