﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;	
	line-height:20px;
	color: #000;
	background-color: #abc;
}
#container {
	width: 800px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_03.GIF");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 785px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color:#426BBA;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #d3d3d3;
	position: relative;
	margin-left: 10px;
	display: inline;
}
#sidebar1 {
	float: right;
	width: 149px;
	background-color: #d3d3d3;	
	position:relative;
	margin-right:5px;
}
#content {
	float: left;
	width: 456px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 785px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color:#426BBA;
}
#masthead img {
	float: left;
}
#masthead p {		
	margin-top: 7px;
	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: #111188;
	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;
}
#sidebar1 ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar1 li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar1 {
	font-weight: normal;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
}

/* 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;
}

/*Styles for text*/
#Title1{
	font-size:18px;
	font-weight: bold;
	color:#118;
	text-align:center;
	padding-top:5px;
	padding-bottom:10px;
}
#InfoDate{
	font-size:10px;
	font-weight: normal;
	color:#111188;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;	
}
#Logotext{
	font-family:"Cachet Std Book";
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	color:#7DBA00;
}
#LogoSmallText{
	font-family:"Cachet Std Medium";
	font-size: 17px;
	font-weight: normal;
	text-align: right;
	color:white;
}

.style1 {
	font-weight: normal;
	font-size: medium;
	text-align: center;
}
.style2 {
	color: #111188;
	font-family: Arial;
	font-size: large;
}
.style3 {
	font-weight: normal;
	text-align: justify;
}
.style4 {
	text-align: center;
	text-decoration:none;
}
.style4 a{
	text-decoration:none;
	border-style:none;
	border:0px;
	color:black;
	border-bottom: 0px;
}
.style4 a:visited{
	text-decoration:none;	
	border-style:none;
}
.style5 {
	color: #111188;
}
.style5 a:link{
	text-decoration:none;
	border-style:none;	
}
.style5 a:visited{
	text-decoration:none;	
	border-style:none;
}
.style6 {
	font-size: xx-small;
}
.style6 a:link{
	text-decoration:none;	
	border-style:none;
}
.style6 a:visited{
	text-decoration:none;	
	border-style:none;
}
.style7 {
	text-align: left;
}

