﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	background-color: #abc;
	line-height: 1.4em;
}
#container {
	width: 646px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_01.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	margin: 0px 0px 0px 5px;
	width: 626px;
	padding-top: 20px;
	overflow: auto;
	background-color: #6b7d8e;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
}

#masthead img {
	padding: 0px 5px 0px 5px;
	margin: 0px;
	float: none;
	text-align: center;
	clear: both;
}
#masthead p {
	margin: 0px;
	font-size: 1em;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	font-family: arial, Helvetica, sans-serif;
	font-weight: 600;
}



#sidebar {
	float: left;
	width: 150px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}
#content {
	float: right;
	width: 456px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}

/* Styles for Headings in Content */
#content h1{
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #800000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000080;
	line-height: 1.5em;
}
#content h2 {
	font-family: sans-serif;
	font-size: 1.3em;
	font-weight: 200;
	color: #FF0000;
	border-bottom: 1px #FF0000 dotted;
	background: #FFFFCC;
	text-align: left;
	border-bottom-color: #800000;
}
#content h3 {
	border-width: 0px 0px 1px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #800000;
	background-color: #FFFFFF;
	text-align: left;
	border-bottom-style: dotted;
	border-bottom-color: #000080;
}
#content h4 {
	font-family: sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px #FF0000 dotted;
	background: #D5DDE6;
	border-bottom-width: 0px;
}

/* Unvisited links in content */
/* Visited links in content */
#content a:visited {
	color: #800080;
	font-weight: 200;
	text-decoration: none;
}
/* Hover links in content */
#content a:hover{
	border-style: solid;
	border-color: #FFFFFF #FFFFFF #3F4A54 #FFFFFF;
	border-width: 2px 1px 1px 1px;
	color: #0000FF;
	background-color: #FFFFFF;
	font-weight: 400;
	text-decoration: none;
}
/* Active link in content */
#content a:active{
	color: #3E3EFF;
}
#content a:link {
	color: #000080;
	text-decoration: none;
	font-weight: 400;
}



#footer {
	text-align: center;
	clear: both;
	width: 626px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}


/* 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;
}
#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 type="text/css">
.largeType {
	color: #000000;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
.missionStyle {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 5px 10px 5px;
	margin: 20px 35px 20px 35px;
	background-color: #D5DBE1;
	background-repeat: repeat-x;
	border: medium solid #FFFFFF;
	font-weight: 100;
	font-size: 1.1em;
	text-align: center;
	line-height: 1.3em;
}
.centerRedoutline {
	padding: 15px 5px 15px 5px;
	margin: 15px 95px 15px 95px;
	border: 0.1em solid #FF0000;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.style2 {
	margin-left: 20px;
	margin-right: 20px;
}
</style>

#home a:link {
	text-decoration: none;
}

