@charset "iso-8859-1";
@import url("layout.css");
body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:medium;
	color: #000;
	background-color: #ffffff; 
}
/* 	from body - background-color: #abc; */
img{
	border:0;
}
dt { font-weight: bold;
	  color: Maroon; 
}
dd {
	margin-bottom: 10px;
}

span.announcements{
	color:#D31803;
	font-size:18px;
	
}

#container {
	width: 745px;
	margin:0 auto;
	background-image:url('../images/msfp_smbus2_01.gif');
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 705px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
	overflow:hidden;
	background-color: #fff;
	border-bottom:3px;
	border-bottom-color:#bde;
	border-bottom-style: solid; 
}
#mastheadline{
	margin-top: 10px;
	height: 5px;
	width: 145px;
	float: left;
	position: relative;
	
}
#line{
	height:5px;
	background-color:#bde;
	color: #bde;
}
#page_content{	
	width: 705px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 25px;
	background-color: #fff;
	height:auto;
}
#pagename {
	margin-right:10px;
	padding-right:10px;
	top: -15px;
	left: -10px;
	position:relative;
	width:340px;
	height:45px;
	float:right;
	background-color:#bde;
	margin-top: 10px;
}

#sidebar {
	float: left;
	width: 170px;
	height:350px;
	background-color: #ffffff;
	position: relative;
	clear: both;
	margin-left: 0px;
	margin-top:0px;
	display: inline;
	border-top:8px,#3399FF,solid;
}
#banner {
	float:left;
	width:535px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: relative;
	float:left;
}

#banner p{
	margin: 0;
	padding: 0;
	text-indent:0pt;
	text-align:center;
	font-size:20.0pt;
	color:#3399FF;

}
.separator {
	color:#000;
	height:2px;
	background-color:#000;
	width:520px;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	margin-top:5px;
	padding:0;
}

.content {
	float:left;
	width:245px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 4px;
	padding-left: 10px;
	padding-top: 5px;
	background-color: #fff;
	position: relative;
	float:left;
}
.content p {
	font-size:16px; 
}
.content h3 {
	font-size:18px;
	color:#3399FF;
	text-align:center;
}
.content p.details {
	font-size: 14px;
}

#columns {
	width:520px;
	height:800px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 5px;
	background-color: #fff;
	position: relative;
	float:left;
	padding-left: 10px;
}
#columns h3 {
	font-size:18px;
	color:#3399FF;
}

.two_column{
	float:left;
	position:relative;
}
.emphasized{
	font-style:italic;
	text-decoration:underline;
}

#footer {
	text-align: center;
	clear: both;
	width: 730px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 18pt;
	color:teal;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#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: 14px;
	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;
}

