﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #5b3c15;
	background-color: gray;
}
#container {
	width: 800px;
	margin: 0 auto;
	/*background-image: url("../images/msfp_smbus2_01.png");*/
	background-repeat: repeat-y;
	background-attachment: scroll;
	/*background-color: white;*/
	background-color: #d3c090;
}
#masthead {
	width: 780px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #d3c090;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: right;
	width: 610px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #d3c090;
}
#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 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;
}
h2{
	color: #262626;	
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_italic_bold {
	font-weight: bold;
	font-style: italic;
}
.style_title1 {
	color: #262626;
	font-variant:small-caps;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size:3em;
}
.style_title2 {
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-style:italic;
	font-size:1.5em;
}
.style_titlebg2 {
	background-color: #BC7E40;
	border-bottom: 2px white solid;
	border-top: 2px white solid;
}
.style_titlebg3 {
	background-color: #8b4513;
	font-size: .77em;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-variant:small-caps;
	
	
}
.style_content_img {
	clear: left; 
	margin-top: 3px; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	float: left;
}
.style_contact_sidebar {
	color:#fff; 
	font-family:arial, sans-serif; 
	font-size:12px; 
	margin-left: 7px;
	margin-top: 300px;

}

.style_home_content_image {

	background-color: white;	
}
