body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #fff;
	background-color: #dddddf;
	padding-top: 6em;
	padding-left: 50px;
	margin: 0;
}
h1, h2, h3, h4 {
	font-weight: bold;
	color: #036;
	margin: 0;
	clear: both;
}
h1 {
	font-size: 160%;
	border-bottom: 1px solid #ccc;
	padding: 1.5em 0 0 0;
}
h2 {
	font-size: 130%;
	padding: 1em 0 0 0;
}
h3 {
	font-size: 110%;
	padding: 1em 0 0 0;
}
h4 {
	font-size: 100%;
	padding: 1em 0 0 0;
}
a {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	
}
a:hover {
	border-bottom-style: solid;
}
a.txtLink {
	color: #555;
	border-bottom-color: #555;
}
a.txtLink:hover {
	color: #0051ba;
	border-bottom-color: #0051ba;
}
a.lightLink {
	color: #f9f9f9;
	border-bottom-color: #f9f9f9;
}
a img {
	border: 0;
}
.center {
	text-align: center;
}
.emph{
	/*color: #036;*/
	font-weight: bold;
}
.supscript {	font-size: smaller;
	vertical-align: super;
}
#header {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 70em;
	height: 64px;
	color: #000;
	background-image: url(../images/header_black_glossy.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #000;
	border-left-color: #000;
	border-right-style: solid;
	border-left-style: solid;
}
#header img {
	padding: 10px;
}
#header ul#mainMenu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	left: 300px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}
#header ul#mainMenu li  {
	display: inline;
	list-style: none;
}
#header ul#mainMenu a, #header ul#mainMenu span {
	width: 6.5em;
	display: block;
	float: left;
	padding: 4px 0;
	margin-top: 1px;
	margin-right: 2px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
#header ul#mainMenu span {
	border: 1px solid #aaa;
	border-bottom: none;
	background: #036;
	padding-bottom: 6px;
	margin-top: 0;
}
#header ul#mainMenu a {
	background: #444;
	border: 1px solid #777;
	border-bottom: none;
}
#header ul#mainMenu a:hover {
	margin-top: 0;
	border-color: #aaa;
	background: #069;
	padding-bottom: 5px;
}
#header p#location, #header p#onThisPage {
	position: absolute;
	left: 20px;
	padding-bottom: 2px;
	margin: 0;
	font-size: 90%; 
}
#header p#location {
	bottom: -2em;
	color: #dfdfdf;
}
#header p#onThisPage {
	bottom: -42px;
/*	color: #dfdfdf;*/
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	background-color: #036;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #aaa;
	border-right-color: #000;
	border-left-color: #000;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	padding-top: 2em;
	width: 70em;
	/*min-height: 600px;*/
	clear: both;
}
#contents {
	padding: 2em 2em 2em 2em;
	margin: 0;
	border: 0;
	background-color: #fff;
}
#contents p {
	/*line-height: 150%;*/
	padding: 1em 0 0 0;
	margin: 0;
}
#contents div#related {
	position: relative;
	top: 1.2em;
	width: 12em;
	margin: 0 1em 1em 0;
	border: #ccc 1px solid;
	padding: 0.5em;
	float: left;
	background-color: #fbfbfb;
}
#contents div#related p {
	padding: 0;
}
#contents div#related p + p {
	padding-top: 0.2em;
}
#contents div.syndication {
	width: 90%;
	height: 100px;
	margin: 2em 0 1em 0;
	border: #ccc solid 1px;
}
#contents div.syndication img {
	float: left;
	border-right: #ccc solid 1px;
	padding: 0;
}
#contents div.syndication p {
	padding: 3px 10px 5px 139px !important; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#contents div.largeIllustratedBox {
width: 85%;
height: 110px;
border: #ccc solid 1px;
}
#contents div.largeIllustratedBox img {
float: left;
border-right: #ccc solid 1px;
padding: 0;
}
#contents div.largeIllustratedBox p {
padding: 0 10px 0 129px !important; 
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
}
#contents div.largeIllustratedBox ul {
padding: 0 10px 0 145px; 
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
}
#contents div.mediumIllustratedBox {
width: 85%;
height: 85px;
border: #ccc solid 1px;
}
#contents div.mediumIllustratedBox img {
float: left;
border-right: #ccc solid 1px;
padding: 0;
}
#contents div.mediumIllustratedBox p {
padding: 0 10px 0 100px !important; 
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
}
#contents .note {
	background-color: #eee;
	padding: 0.5em;
	border: 1px solid #000;
	margin: 1em;
}
#contents .important {
	color: #000;
	/*background-color: #ddd;*/
	font-weight: bold;
	text-align: center;
	padding: 0.5em;
	border: 2px solid #c00;
	margin: 1em;
}
#contents .infoBox {
	color: #000066;
	background-color: #C1D7FF;
	font-weight: normal;
	text-align: justify;
	padding: 0.5em;
	border: 2px solid #039;
	margin: 1em;
}
#contents img.decorationLeft {
	margin-right: 0.5em;
	float: left;
	clear: both;
}
#contents img.decorationRight {
	margin-left: 0.5em;
	float: right;
}
#contents ol, #contents ul {
	color: #036;
	/*font-weight: bold;*/
	line-height: 150%;
	padding-top: 0;
	margin-top: 0;
}
#contents ol span, #contents ul span {
	color: #000;
	font-weight: normal;
}
#contents ol span.emph, #contents ul span.emph {
	color: #036;
	font-weight: bold;
}
#contents ol li {
	padding: 1em 0 0 0;
}
#contents ul li {
	list-style-type: square;
	padding: 0;
}
#footer {
	height: 1.5em;
	padding: 0.5em;
	border: 0;
	margin: 0;
	background: url(../images/header_black_glossy.gif) repeat-x 0px -15px;
}
#footer p {
	padding-left: 2em;
	margin: 0;
	color: #fff;
}
#footer a {
	color: #fff;
	border: 0;
}
