@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}
#container {
	width: 900px;
	margin: 0 auto;
	background-image: url('../images/msfp_smbus900.gif');
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	margin: 0 15px 0 15px;
	width: 870px;
	overflow: auto;
	background-image: url('../images/sumbanna900.gif');
	background-repeat: no-repeat;
}
#sidebar {
	float: left;
	width: 125px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 18px;
	display: inline;
}
#content {
	float: right;
	width: 714px;
	margin-top: 0;
	margin-right: 18px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
	height: -4px;
}
#footer {
	text-align: center;
	clear: both;
	width: 872px;
	margin-left: 14px;
	padding: 0 0 4 0;
	overflow: auto;
	background-color: #808080;
	position: relative;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: xx-large;
	text-align: center;
	margin-top: 25px;
	margin-right: 10px;
	font-family: Pristina;
	font-weight: bold;
	color: #666699;
}
/* 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 #d3d3d3;
	text-align: center;
}
#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;
}
/* 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;
}
.bold-purple-centerdCopy {
	color: #800080;
	text-align: center;
}
.centeredCopy {
	text-align: center;
}
.smalltext {
	font-size: smaller;
}
.rightcallout {
	font-size: small;
	text-align: left;
	padding: 6px;
	margin: -90px -10px 4px 4px;
	background-color: #C0C0C0;
	width: 171px;
	float: right;
	overflow: auto;
}

