﻿@import url("layout.css");
body {
	font-family: Eurostyle, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #001224;
}
#container {
	background-repeat: repeat-y;
	background-attachment: scroll;
	background: #001224;
	width: 626px;
	margin: auto;
/*background-image: url("../images/msfp_smbus2_01.gif");*/	color: #FFFFFF;
}
#masthead {
	background-position: right;
	width: 626px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #455B81;
	color: #FFFFFF;
	font-family: Eurostile;
	background-image: url('../images/head6 [].jpg');
}
#sidebar {
	/*float: left;*/
	width: 626px;
	background-color: #d3d3d3;
	position: relative;
	left:10px;	
	clear: both;
	margin-left: 0px;
	display: inline;
	text-align: left;
}
#content {
	/*float: left;*/
	width: 626px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #001224;
	color: #FFFFFF;
	position: relative;
	font-family: Eurostile;
}
#footer {
	font-family: Eurostyle;
	text-align: center;
	clear: both;
	width: 626px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #455B81;
	background-image: url('../images/head4 [].jpg');
}
#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;
	padding-top:6px;
	padding-bottom:6px;
	width: 100%;
	/*display: block;*/
	margin: 0;
	padding: 0;
	overflow:hidden;
}
#sidebar li {
	display:inline;
	/*font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;*/
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #455B81;
	display: inline;
	padding: 6px;
	border-bottom: 1px solid #f2f2f2;
	font-family: Eurostile;
	bottom: auto;
}
#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;
	font-family: Eurostile;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	font-family: Eurostile;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}