﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;

}
#container {
	width: 906px;
	margin: 0 auto;
	/*background-image: url("../images/msfp_smbus2_01c.jpg");*/
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-attachment: scroll;

}
#masthead {
	background-color: #FFFFFF;
	background: #FFFFFF;
	width: 896px;
	height: 90px;	
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-right: 0px;
	/*border-bottom: 2px dotted #f2f2f2; */
	background-image: url("../images/head_bg.jpg");
	margin-left: 0px;
	overflow: auto;
}
#sidebar {
	float: left;
	width: 130px;
	background-color: #FFFFFF;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: right;
	width: 716px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #FFFFFF;
	position: relative;
}

#content a {
	color: #666699;
}

#content a:hover {
	color: #9999CC;
}

#footer {
	text-align: center;
	clear: both;
	width: 906px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
	overflow: auto;
	background-color: #323566;
}
#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.8em;
	display: block;
	margin: 0;
	padding: 3px;
	border: 1px solid #FFFFF;

}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #668899;
	display: block;
	padding: 0px;	
	border-bottom: 2px dotted #f2f2f2; 
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
/*	border-bottom: 1px dotted #f2f2f2; */
	background-color: #f2f2f2;
}
/* Styles for Footer start */
#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;
}
/* Styles for Footer end */


/* Styles for tables alternating color start */
tr.dh td {
	background-color: #ffcf00; color: black; text-align: center; font-weight:normal; font-size:  x-small;
}
tr.d0 td {
	background-color: #333366; color: white; text-align: left; vertical-align:top; font-weight:normal; font-size:  x-small;
}
tr.d1 td {
	background-color: #9f9fbf; color: white;text-align: left; vertical-align:top; font-weight:normal; font-size:  x-small;
}
/* Styles for tables alternating color end */


/* Styles for header start */
.style1 {
	text-align: center;
}
.style5 {
/* style for header image */
	border-width: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.style10 {
/* style for nav image */
	border-width: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}




