BODY {
	margin: 0;
	padding: 0;
	background-color: #0099CC;
	color: black;
	font: small Arial, Helvetica, Verdana, sans-serif;
	}
a {
	text-decoration: none;
	color: blue;
	font-weight: bold;
}
a:visited {
	color: blue;
}
a:hover {
	color: #000080;
}	
}
#wrapper {
	background-color: #FDF8F2;
	color: white;
	margin: 30px 40px 30px 40px;
	padding: 10px;
}
#header p{
	font-weight: bold;
	color: #000080;
}
#themegraphic {
	border: 1px solid #B9D2E3;
	margin: 0 0 0 240px;
	background-color: white;
	border-bottom-color: white;
}

#main {
	position: relative;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 10px;
}
#content {
	margin: 0 0 0 240px;
	background-color: white;
	border: 1px solid #B9D2E3;
	border-top-color: white;
	color: black;
	padding: 10px;
}
#content ul {
	font-size: 110%;
}
#content li {
	margin-bottom: 12px;
}
#content p {
	font-size: 110%;
}
#content p.emphasis {
	color:red;
	text-transform: uppercase;
	text-align: center;
	font-size: 130%;
}
#content p.citation {
	font-size: 75%;
	margin-top: -15px;
}
#content li li {
	list-style-type: disc;
}
#content ol {
	font-size: 110%;
}
#expository {
	font-style: italic;
}
#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 100%;
	margin: 0;
	padding: 0;
	color: black;
	font-size: 80%;
}
#sidebar ul {
	list-style-type: none;
	font-weight: bold;
	margin-left: 6px; padding-left:6px;
}
#sidebar li {
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 10px;	
	font-size: 90%;
}

#next {
	font-weight: bolder;
	font-size:150%
}
#content a {
	font-weight: normal;
	text-decoration: underline;
}