body {
	margin: 0;
	padding: 0;
	font-family: georgia, tahoma, sans-serif;
	font-size: 13px;
	background-color: #9e4648;
}
#container {
	border-left: 20px solid #FFFFFF;
	border-right: 20px solid #FFFFFF;
	width: 700px;
	margin: 0 auto;
	padding: 0;
	background: #f8edb9; 
}
#pageHeader {
	padding: 0;	
	margin: 0;
	width: 700px;
	height: 349px;
	background: url(images/logo.jpg) no-repeat; 
}
#pageHeader h1 {
	top: 0;
	width: 450px;
	position: absolute;
	text-align: center;
	margin-top: 260px;
	color: #750000;
	font-size: 20px;
}
#pageHeader h2 {
	top: 0;
	width: 350px;
	position: absolute;
	text-align: center;
	margin-top: 295px;
	margin-left: 50px;
	color: #750000;
	font-size: 13px;
}
#linkList {
	position: absolute;
	top: 359px;
	margin-left: 500px;
	width: 200px;
	padding: 0px 0px 0px 0px;
}
#quickSummary, #subheader1, #supportingText {
	text-align: justify;
	width: 530px;
}
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}
#footer {
	height: 45px;
	line-height: 25px;
	text-align: center;
	width: 700px;
	font-size: 12px;
	background: #ffffff; 
}
#footer a {
	margin-right: 20px;
	width: 700px;
	color: #750000;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	background: transparent;
	text-decoration: underline;
	color: #9e4648;
}
#text {
	margin-left: 10px;
	margin-right: 10px;
	font-family: georgia, tahoma, sans-serif;
	font-size: 13px;
}
p {
	line-height: 14px;
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 2px;
}
h5 {
	padding-left: 10px;
	color: #750000;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
}
li {
	line-height: 14px;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-right: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 5px;
	border-left-style: solid;
	text-align: left;
}
a:link.c, a:active.c, a:visited.c {
		font-weight: bold;
		color: #497F1C;
		text-decoration: none;
}
a:hover.c {
		text-decoration: underline;
}
a:link, a:active, a:visited {
		font-weight: bold;
		color: #750000;
		text-decoration: none;
}
a:hover {
		text-decoration: underline;
                color: #9e4648;
}
#subheader1 h3 {
	background: #750000;
}
#subheader2 h3 {
	background: #9e4648;
}
#subheader3 h3 {
	background-color: #b66a6c;
}
#subheader4 h3 {
	background-color: #d3a09d;
}
#requirements h3 {
	background: #9c4b4a;
}
#lselect h3 {
	width: 150px;
	margin-left: 40px;
	margin-bottom: 0;
	background: #750000;
}
#lselect li {
	border-color: #750000;
}
#larchives h3 {
	width: 150px;
	margin-left: 40px;
	margin-bottom: 0;
	background: #9e4648;
}
#larchives li {
	border-color: #9e4648;
}
#lsponsors h3 {
	width: 150px;
	margin-left: 40px;
	margin-bottom: 0;
	background: #b66a6c;
}
#lsponsors li {
	border-color: #b66a6c;
}
#lresources h3 {
	width: 150px;
	margin-left: 40px;
	margin-bottom: 0;
	background: #684729;
}
#lresources li {
	border-color: #684729;
}
img.floatLeft { 
    float: left;
    margin: 10px;
}
img.floatRight { 
    float: right; 
    margin: 10px; 
}

