
body {
	background-image: url(siteImages/sfMsa_bodyBg.gif);
	margin: 0;
}
div#navigation {
	position: absolute;
	top: 105px;
	left: 300px;
}
div#bodyContent {
	position: absolute;
	top: 200px;
	left: 25px;
	width: 1000px;
}
#bodyTable {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font: 10px sans-serif;
}
#bodyTable a {
	color: #b10000;
	text-decoration: none;
	font-weight: bold;
}
#bodyTable a:hover {
	color: #000080;
}
#bodyTable h1 {
	font: bold 16px sans-serif;
	margin: 0 0 8px 0;
	color: #483d8b;
	padding-top: 15px;
	text-align: center;
}
p.chapterApp {
	margin:  0 0 10px 0;
	font: 16px sans-serif;
	text-align: center;
}
p.info {
	margin: 0 15px 8px 60px;
	font-size: 13px;
	line-height: 120%;
	text-align: center;
}
#listTable { 
	margin-left: 10px;
	padding-right: 5px;
}
.headers {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-right: 5px;
}
.vendorAwardYr {
	padding-right: 0px;
}
#webmaster {
	position: absolute;
	bottom: -50px;
	left: 340px;
}
#webmaster p {
	text-align: center;
	font: 10px sans-serif;
	background-color: #e3e3e3;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

/**** Documents page ****/
#docsList {
	margin-top: 20px;
	margin-left: 360px;
	font-family: sans-serif;
	width: 450px;
} 
#docsList h1 {
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #483d8b;
	padding-top: 15px;
}
#docsList ul li, #minsList ul li {
	margin: 16px 0;
	list-style-type: none;
}
#docsList ul li a, #docsList ul li a:visited,  #minsList ul li a, #minsList ul li a:visited {
	color: #b10000;
	font-size: 14px;
	text-decoration: none;
}
#docsList ul li a:hover, #minsList ul li a:hover {
	color: #000080;
	text-decoration: none;
}
#minsList {
	margin-top: 20px;
	margin-left: 280px;
	font-family: sans-serif;
}
#minsList h1 {
	padding-top: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #483d8b;
	text-align: center;
}
#minsList div {
	float: left;
	margin-right: 15px;
}
#minsList ul li {
	margin: 8px 15px;
	list-style-type: none;
}
