body {
	position: relative;
	margin: 0; padding: 0;
	font-size: 1em;
	font: 76% Arial, Helvetica, Tahoma, sans-serif;
	background: none;
}
* html body { text-align: center; }

#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
* html #wrapper { text-align: left; }

/*********************************************************************/

h1, h2, h3, h4, form, dl, ul {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
small {display: block;}
fieldset, img {border: 0;}
h1 {display: none;}

/*********************************************************************/

#printVersion {
	position: absolute;
	top: 100px;
	left: 0;
}

#logo {
	display: none;
}

/*********************************************************************/

#nav {
	display: none;
}

/*********************************************************************/

#flash {
	position: absolute;
	top: 88px;
	left: 8px;
	width: 974px;
	height: 453px;
}

/*********************************************************************/

#white {
	position: absolute;
	top: 90px;
	left: 10px;
}
.invisible {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#side {
	display: none;
}
#left {
	width: 355px;
}
#LB {
	display: none;
}
#RT {
	display: none;
}

/*********************************************************************/

#text {
	padding: 20px 0 0 22px;
	font-size: .9em;
	color: #62686F;
}
#text p {
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 18px;
}
#text h2 {
	color: #1A628F;
	font-size: 1.2em;
	padding: 0 0 10px 0;
	margin: 0;
}
#text a {
	color: #1A628F;
	text-decoration: underline;
}
#text a:hover {
	color: #62686F;
	text-decoration: none;
}

#text table {
	border-collapse: collapse;
	border: 1px solid #DBEAF4;
	width: 99%;
	margin-bottom: 1em;
	margin-left: 1px;
}
* html #text table {
	font-size: 1em; 
	width: auto; 
	width/* */:/**/100%;
}
#text table[border="0"] {border: 0;}
#text table.noborder { border: 0; }
#text td {
	padding: 4px 5px;
	font-size: 1em;
	border-color: #DBEAF4;
	vertical-align: top;
}
#text tr.grey {background: #ECF5FC;}
#text th {
	padding: 4px 5px;
	text-align: left;
	border-color: #D7ECF9;
	background: #D7ECF9;
}
#text td p, #text th p {margin: 0;}

#text ul {
	padding: 0;
	list-style: none;
	margin-bottom: 1em;
}
#text ul li {
	display: block;
	padding: 0 0 0 30px;
	background: url('../images/bg-text-bullet.gif') no-repeat 13px 7px;
}
* html #text ul li {vertical-align: top; height: 1%;}
#text ul ul {margin: 0;}
#text ul ul li {
	padding-left: 20px;
	background: url('../images/bg-text-bullet.gif') no-repeat 0 7px;
}
#text ul ul ul {margin: 0;}
#text ul ul ul li {
	background: url('../images/bg-text-bullet.gif') no-repeat 0 7px;
}

#text ol {
	padding: 0 0 0 40px;
}
* html #text ol {padding: 0;}
*:first-child+html #text ol {padding: 0;}

#text ol ol {list-style-type: lower-alpha;}
#text ol li {padding: 0}

/*********************************************************************/

#hold {
	display: none;
}
#scrollbar {
	display: none;
    position: relative;
    right: -5px;
    top: 17px;
    width: 11px;
    height: 400px;
    z-index: 1;
}
#track {
    position: absolute;
    left: 0;
    top: 12px;
    width: 22px;
    height: 376px;
    background: url( "../images/nav/track.gif" ) #336 repeat;
    z-index: 1;
}
#dragBar {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 22px;
    height: 20px;
    /* background-color: #ceced6;*/ 
	background: url( "../images/nav/tab.gif" );
    z-index: 1;
}
#up {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
#down {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

/*********************************************************************/

#full-search {
	padding: 20px 0 0 20px;
	width: 100%;
}
#full-search h3 {
	color: #1A628F;
	font-size: 1.1em;
	padding: 0 0 20px 0;
	margin: 0;
}
#full-search form {
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
	font-size: .9em;
}
#full-search form fieldset {padding: 2px 0;}
#full-search form fieldset label {
	font-weight: bold;
	color: #62686F;
}
#full-search form fieldset.padding {padding: 10px 0 0 15px;}
#full-search form select {
	font-size: 1em;
	width: 100%;
	border: 1px solid #949898;
	padding: 1px 0;
	margin: 2px 0 0 0;
}

/*********************************************************************/

#menu {
	list-style: none;
	position: absolute;
	right: 0;
	top: 38px;
}
#menu li {
	float: left;
	padding: 3px 0 3px 30px;
}
#menu li a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
}
#menu li a.active {
	font-weight:bold;
}
#menu li.first {
	background: none;
}

/*********************************************************************/

#footer {
	position: absolute;
	left: 10px;
	top: 585px;
}
#footer p {
	padding: 0;
	margin: 0;
	font-size: .9em;
	color: #000;
}
#footer a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: none;
}

/*********************************************************************/
