body	{
	position: relative;
	background: #5B8CAB url(/images/bg3.gif) left top repeat-y;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #000000;
}

html, body {
	height: 100%;
}

acronym	{
	border-bottom: 1px dotted black;
	cursor: help;
}

#container	{
	position: relative;
	width: 765px;
	height: 100%;
}

#logo	{
	width: 235px;
	height: 110px;
	padding: 0;
	margin: 0;
	background-color: #9ABF3A;
	float: left;
	position:absolute;
	top: 0;
	left: 0;
	text-align: center;
}

#box-nav	{
	float: left;
	position: absolute;
	top:0;
	left: 235px;
	background-color: #7C6993;
	color: #FFFFFF;
	height: 25px;
	width: 500px;
	text-align: right;
}

#header-pic	{
	width: 500px;
	height: 105px;
	padding: 0;
	margin: 0;
	background-color: #666699;
	float: left;
	position:absolute;
	left:235px;
	right: 0;
	top: 25px;
	bottom: 0;
}

#navblock	{
	width: 235px;
	height: 125px;
	padding: 0;
	margin: 0;
	background-color: #FFCC33;
	float: left;
	position:absolute;
	top: 130px;
	left: 0;
}

#navblock ul	{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navblock li	{
	border-bottom: 1px solid #FFF7D9;
	margin: 0;
}

#navblock li a	{
	display: block;
	padding: 5px;
	border-left: 10px solid #EBBE38;
	background-color: #FFCC33;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
}

html>body #navblock li a {
	width: auto;
	}

#navblock li a:hover	{
	background:#FFCC33 url('../images/nav-gradient2.gif') repeat-y right center;
	border-left:10px solid #FFE698;
	color: #000000;
	font-weight: bold
}

#content	{
	width: 500px;
	max-width: 500px;
	min-width: 500px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 235px;
	top: 130px;
	background-color: #FFFFFF;
	float: left;
}

#special1	{
	border:3px solid #BD593A;
	width: 205px;
	height: 100px;
	padding: 0;
	margin-left: 15px;
	float: left;
	position: absolute;
	left: 0;
	top: 340px;
	background-color: #FFFFFF;
	color: #000000;
	margin-right:0;
	margin-top:0;
	margin-bottom:0
}

#special2	{
	border:3px solid #006699;
	width: 205px;
	height: 100px;
	padding: 0;
	margin-left: 15px;
	float: left;
	position: absolute;
	left: 0;
	top: 425px;
	background-color: #FFFFFF;
	color: #000000;
	margin-right:0;
	margin-top:0;
	margin-bottom:0
}

#footer	{
	border-top:1px solid #909090;
	background-color: #F8FFE6;
	clear: both; 
	text-align: right;
	padding: 0; 
	margin: 15px 0 0 0;
	color: #F8FFE6;
}

h1	{
	padding: 3px;
	background-color: #336699;
	color: #FFFFFF;
	font-size: 125%;
	padding-left:15px;
	padding-right:15px;
}

h4	{
	background-color: #9ABF3A;
	color: #FFFFFF;
	font-size: 105%;
	padding-left:15px;
	padding-right:15px;
}

h5	{
	background-color: #666699;
	color: #FFFFFF;
	font-size: 95%;
	font-weight: bold;
	padding-left:15px;
	padding-right:15px;
}

p	{
	padding: 0 15px 0 15px;
}

hr	{
	color: #336699;
}

#citation	{
	padding-left: 13px; 
}

p.citation-primary	{
	padding-left: 30px;
	padding-right: 35px; 
}

p.citation-secondary	{
	padding-left: 40px;
	padding-right: 35px; 
}

ul.spaced-bullet li	{
	padding-bottom: 10px; 
}

ol.spaced-bullet li	{
	padding-bottom: 10px; 
}

span.citation	{
	padding-left: 30px; 
}
