﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}
#container {
	width: 646px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-color: #E6F2F1;
}
#masthead {
	border-color: #006699;
	border-width: medium;
	width: 626px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #7CA8AF;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-style: groove;
}
#masthead h1 {
	border: thick double #000000;
	padding: 2px;
	margin: 20px 25px 10px 25px;
	font-family: "Bodoni MT Black";
	font-size: 45px;
	font-weight: bolder;
	color: #000000;

	letter-spacing: normal;
	font-variant: normal;
	font-style: normal;
	text-align: center;
	background-image: url('../pawprint.jpg');
	background-repeat: repeat;
}
#content h1 {
	font-family: "Bodoni MT Black";
	font-size: x-large;
	text-decoration: none;
	text-align: center;
}
#content h2 {
	font-family: "Bodoni MT Black";
	font-size: x-large;
	color: #000000;
}
#content h3 {
	font-family: Forte;
	font-size: x-large;
	font-weight: bolder;
	color: #005151;
}
#content h4 {
	font-family: Verdana;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}
#content h5 {
	font-family: verdana;
	font-size: large;
	text-decoration: none;
	text-align: center;
}
#content h6 {
	margin: 5px;
	text-decoration: none;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-align: right;
}
#content h7 {
	font-family: "Comic Sans MS";
	font-size: medium;
	color: #FF0000;
}
#content h8 {
	font-family: "Bodoni MT Black";
	font-size: medium;
	text-align: center;
}
#content p {
	font-family: verdana;
	font-size: medium;

}
#masthead h6 {
	margin-top: 0px;
	margin-right: 0px;
	text-decoration: none;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
#sidebar {
	float: left;
	width: 130px;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: right;
	width: 474px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #DBEADD;
	position: relative;
}
#footer {
	margin: 5px 10px 0px 10px;
	text-align: center;
	clear: both;
	width: 626px;
	padding: 10 5 10 5;
	overflow: auto;
	background-color: #689;
	text-decoration: none;
}
#footer a:link {
	font-family: verdana;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
}

#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* Styles for Navigation */
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #2D73B9;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #000;
}
#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:hover {
	color: #000000;
	text-decoration: none;
	font-family: verdana;
	font-size: x-small;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#footer a:visited {
	font-family: verdana;
	font-size: x-small;
	text-decoration: none;
	color: #000080;
}

