﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}
#container {
	width: 845px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}

#masthead {
	width: 850px;
	margin-bottom: 0;
	padding: 0;
	
}
#navigation {
width: 850px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #d3d3d3;
	overflow: hidden;
}

#sidebar {
	float: left;
	width: 150px;
	background-color: #d3d3d3;
	border:3px;
	position: relative;
	clear: both;
	margin-left: 0px;
	display: inline;
}
#sidebarsearch {
	float: left;
	width: 150px;
	background-color: #d3d3d3;
	border:3px;
	position: relative;
	clear: both;
	margin-left: 0px;
	margin-top:3px;
	display: inline;
	border:3px;
	border-color:#CCCCCC;
	color: #fff;
	
	font-family:Arial;font-size:small; font-weight: bold;


}
#sidebardate {
	float: left;
	width: 150px;
	background-color: #747D7B;
	border:3px;
	position: relative;
	clear: both;
	margin-left: 0px;
	margin-top: 3px;
	display: inline;
	color: #fff;
	
	font-family:Arial;font-size:small; font-weight: bold;
}
#sidebartop {
	float: left;
	width: 700px;
	background-color: #747D7B;
	position: relative;
	clear: both;
	margin-left: 0px;
	margin-top: 3px;
	display: inline;
	color: #fff;
}

#sidebarng {
	float: left;
	width: 150px;
	
	background-color: #CE0421;
	position: relative;
	clear: both;
	margin-left: 0px;
	margin-top:10px;
	display: inline;
	border: 1px solid #d3d3d3;
	font-size: 0.9em;
	padding:5px;

}
#content {
	float: right;
	width: 693px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	margin-top:3px;
	position: relative;
}

#footer {
text-align: center;
	clear: both;
	width: 850px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 5;
	overflow:hidden;
	background-color: #CD0521;
	
}


#masthead img {
	float: left;
}
/* 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 #747D7B;
}
#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;
}
#tdh {



margin-left:3px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
   font-weight: bold;
   
    color: #118;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Styles for Content */

/* 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;
}

.a {

	font-weight: bold;
	text-decoration: none;
	color: #CD0521;
	
}
.a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CD0521;
	
}

.homepage {

 padding:4px;
	
}

