/* ================================================= global tag, tag/class and special definitions */
body {
	background-color: #FFFFFF
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	line-height: 2;
}
img, button {
	border-style: none;
	background-color: transparent;
	overflow: hidden;
}
p {
	margin-top: 7px;
	margin-bottom: 7px;
}
p.divider {
	margin: 7px 0px;
	padding: 0px;
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #EEE8C1;
	overflow: hidden;
}
h2.sIFR-replaced, h3.sIFR-replaced {
	margin-bottom: -5px;
}
h2 + h3 {
	margin-top: 5px;
}
h2 + h3.sIFR-replaced {
	margin-top: 0;
}
h3 + p {
	margin-top: 0;
}
ul + h2 {
	margin-top: 10px;
}
h2 + ul {
	margin-top: 10px;
}
a[href$='.pdf'] { 
	padding-right: 20px;
	background: transparent url(../img/acrobat_img.png) no-repeat center right;
}
a.nobg, a.nobg img {
	background-color: transparent !important;
	padding: 0px !important;
	border-style: none !important;
}

/* ================================================= global class definitions */
.center {text-align: center;}
.hide {display: none;}
.show {display: block;}
.right {float: right;}
.left {float: left;}
.error {display: none;}
.jHide {
	display: block !important;
}
/* ================================================= global id definitions, sorted in source code order */
#browseBox {
	display: none;
}
#mainBox {
}
#content {
}
#container {
}
#rColIndx {
}
#rColIndxBg {
}
#altContent {
}
#indexSwf {
	display: none;
}
div.boxIndx {
}
div.boxIndx li {
	font-size: 20px;
}
#rCol {
}
#rColTop {
}
#rColTop h1 {
	font-size: 35px;
	font-weight: normal;
}
#banrImg {
	display: none;
}
#rColBot {
}
#rColBot h2 {
	font-size: 18px;
	font-weight: normal;
	clear: both;
}
#rColBot h3 {
	font-size: 17px;
	font-weight: normal;
	clear: both;
}
#rColBot a:link, #rColBot a:visited, #rColBot a:focus, #rColBot a:hover, #rColBot a:active {
	text-decoration: underline;
}
#rColBot div blockquote img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#rColBot div span.video {
	display: none;
}
#rColBot img.print {
	display: none;
}
#rColBot dl {
	display: none;
}
#lCol {
	display: none;
}
#footer {
	display: none;
}
#mast {
	display: none;
}
/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}