﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	/*background-color:#99CCFF;*/
/*	background-image:url('../images/backgrounds/rainbowback.png');*/
	background-image:url('../images/backgrounds/lightbluestripes1.jpg');
}
#hoverimage {
	z-index: 1000;
	top: 125px;
	left: 675px;
	height: 220px;
	width: 443px;
	background-image: url('../images/msfp_smbus2_03.jpg');
	background-repeat: no-repeat;
}
#container {
	width: 1138px;
	margin: 0 auto;
	background-color:#FF99CC;
/*	background-image:url('../images/backgrounds/blueflowers.jpg');
	background-repeat:repeat;*/

}
#masthead {
	text-align: right;
	width: 1138px;
	overflow: auto;
	background-color: #fff;
}
#adbar {
	float: none;
	vertical-align: top;
	width: 163px;
	position: relative;
	clear: both;
	display: inline;
}
#sidebar {
	float: left;
	width: 240px;
	/*background-image:url('../images/backgrounds/widestripes.png');
	background-repeat:repeat;*/
	position: relative;
	clear: both;
	display: inline;
}
#sidebar1 {
	float: left;
	width: 240px;
	/*background-image:url('../images/backgrounds/widestripes.png');
	background-repeat:repeat;*/
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 697px;
	padding: 15px;
	overflow: auto;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 1138px;
	background-color: #FFFF99;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead {
	
	background-image:url('../images/sitebanner.jpg');
	background-repeat: no-repeat;
	height: 200px;  /*was 170*/
	}
}
#masthead  p {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 42pt;
	font-family: "Chick";
}
/* Styles for sidebar Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	height: 17px;
/*	background-image:url('../images/backgrounds/pinkbagbuttonnoback.png');*/
	text-align: center;
}
#sidebar a {
	font-weight: normal;
	font-size: small;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#0033CC;
}
/* Styles for sidebar1 Navigation */
#sidebar1 ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar1 li {
	display: block;
	height: 52px;
/*	background-image:url('../images/backgrounds/pinkbagbuttonnoback.png');*/
	text-align: center;
}
#sidebar1 a {
	font-weight: bold;
	font-size: large;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
}
#sidebar1 a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #60BAFF;
}
/* Styles for Footer */
#copyright{
font-size: 0.9em;
color: #000;
text-align: center;
}
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
	color: #000;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}