html { height: 100%; margin-bottom: 0.1em; }
body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-family: Verdana, "Lucida Grande", "Lucida", sans-serif;
	font-size: 0.78em;
	line-height: 1.5em;
	color: #333;
	background: #A0A0A0;
	}

body * {
	margin: 0;
	padding: 0;
	}

p, li, ul, ol, td, th {
	font-size: 0.9em;
	}

img {
	border: none;
	}

li {
	list-style: none;
	}

fieldset {
	border: none;
	}

fieldset:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html {margin-right: -3px;}
/* End hide from IE-mac */


/*
------------------------------------------------------------------------------
OVERALL LAYOUT
------------------------------------------------------------------------------*/

#wrap {
	width: 720px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	}

#header {
	display: none;
	height: 0px;
	}

#container, #shadow, #roundEdge, #roundEdgeHome {
	width: 720px;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* FLOAT */
.float {
	float: left;
	display: inline;
	margin-left: 0 !important;
	}

.dotRule {
	margin: 3 0 5px 0;
	height: 1px;
	font-size: 0;
	line-height: 0;
	background: url(/2006/images/html/dotted_line.gif) repeat-x;
	}

/*
------------------------------------------------------------------------------
HEADER
-----------------------------------------------------------------------------*/

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #header {
	margin-bottom: -3px;
	}
/* End hide from IE5/mac */

/*
------------------------------------------------------------------------------
CONTENT 
-----------------------------------------------------------------------------*/
.content {
	width: 720px;
	margin-bottom: 0;
	padding: 20px 0 0 0;
	}

.section {
	padding: 0 15px 15px 20px;
	}

.content p {
	margin: 10px 0 0 0;
	}

p.list {
	margin-bottom: 5px !important;
	}

.pageTop {
	color: #063061;
	font-size: 0.8em;
	background: url(/2006/images/html/bullet_top.gif) no-repeat center left;
	padding-left: 8px;
	margin-top: 20px !important;
	}

.pageTop a {
	font-weight: bold;
	text-decoration: none !important;
	}

/*
------------------------------------------------------------------------------
SIDEBAR 
-----------------------------------------------------------------------------*/

.sidebar {
	display: none;
	width: 0px;
	}

.headingTab {
	background: url(/2006/images/html/bg_page_heading.jpg) no-repeat;
	margin: 20px 0 0 25px;
	padding-top: 5px;
	} 

.whiteRoundTop {
	background: #eaeaea url(/2006/images/html/bg_sidebar_reg_top.jpg) no-repeat top left;
	margin: 0 16px 0 16px;
	padding: 3px 0 0 0;
	width: 220px;
	margin-bottom: 40px;
	}

.whiteRoundBtm {
	background: #ffffff url(/2006/images/html/bg_sidebar_reg_btm.jpg) no-repeat bottom left;
	padding-bottom: 2px;
	}

.special ul {
	background: #ffffff url(/2006/images/html/bg_sidebar_reg_btm.jpg) no-repeat bottom left !important;
	font-size: 0.8em;
	}

/*
------------------------------------------------------------------------------
TYPOGRAPHY
-----------------------------------------------------------------------------*/

h1 {
	width: 400px;
	font-weight: normal;
	font-size: 1.3em;
	margin: 0;
	color: #38627F;
	}

h2 {
	width: 130px;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.2em;
	color: #fff;
	margin: 0;
	padding: 0 0 0 10px;
	}

h3 {
	width: 450px;
	font-size: 1.2em;
	line-height: 1.5em;
	font-size: 1.0em;
	color: #ff9f00;
	margin: 10px 0 0 0;
	}

.colSecond h3, .colWideFirst h3, .colWideSecond h3 {
	width: 200px; 
	}

span {
	font-weight: bold;
	font-size: 0.85em;
	}
/*
------------------------------------------------------------------------------
LINKS
-----------------------------------------------------------------------------*/

a {
	color: #063061;
	text-decoration: none;
	}

a:hover {
	color: #ffffff;
	background-color: #063061;
	}

.content p a, .content li a {
	color: #063061;
	text-decoration: underline;
	}

.content p a:hover, .content li a:hover {
	color: #ffffff;
	background-color: #ff9f00;
	}

.top a {
	text-decoration: none !important;
	font-weight: bold;
	margin-left: -8px;
	}

.search a:hover {
	background: none !important;
	}

/*
------------------------------------------------------------------------------
LIST
-----------------------------------------------------------------------------*/
.content ul, .content ol {
	margin: 10px 0 10px 0;
	font-size: 1.0em;
	}

.content ul li {
	background: #ffffff url(/2006/images/html/bullet_view.gif) no-repeat 0px 8px;
	padding-left: 8px; 
	margin-bottom: 8px;
	}

.latest ul {
	padding: 0 0 7px 0;
	}

.latest li {
	background: #ffffff url(/2006/images/html/bullet.gif) no-repeat 5px 10px;
	padding: 5px 5px 5px 15px;
	font-size: 1.0em;
 	}

.floatList li {
	float: left;
	display: inline !important;
	padding-right: 10px;
	}

.indent li {	
	margin: 0 0 0 15px !important;
	font-size: 0.85em;
	}

.indentD li {
	margin: 0 0 0 25px !important;
	font-size: 0.9em;
	}

.list {
	padding-bottom: 10px;
	}

.list li { 
	margin: 0 !important;
	}

.content ol {
	padding: 0 0 10px 20px;
	}

.content ol li {
	list-style: decimal;
	margin-bottom: 8px;
	}


/*
------------------------------------------------------------------------------
IMAGES
-----------------------------------------------------------------------------*/
.floatImgRight {
	width: 120px;
	display: block;
	margin: 15px 10px 10px 15px;
	padding: 5px;
	float: right;
	font-size: 0.85em;
	border: 1px solid #ccc;
	}

.floatImgRight p {
	width: 80px;
	background: url(/2006/images/html/bullet_view.gif) no-repeat center left;
	padding: 5px 0 5px 8px; 
	}

.floatImgRight a {
	text-decoration: none !important;
	}

/*
------------------------------------------------------------------------------
COLUMNS
-----------------------------------------------------------------------------*/
.colFirst {
	float: left;
	width: 100px;
	padding: 15px 0 10px 0;
	}

.colSecond {
	margin-left: 100px;
	width: 370px;
	padding-top: 6px;
	}

.colWideFirst {
	float: left;
	width: 220px;
	}

.colWideSecond {
	margin-left: 250px;
	width: 200px;
	}

.logo {
	height: 80px;
	}

.logo .colWideSecond {
	padding-top: 15px;
	}

/*
------------------------------------------------------------------------------
TABLE
-----------------------------------------------------------------------------*/	 
table {
	margin: 15px 0;
	font-size: 0.95em;
	width: 480px;
	}

td, th  {
	border-bottom: 1px solid #acacac;
	border-right: 1px solid #acacac;	
	padding: 5px;
	}

table .line {
	border-right: none;
	}

table .noHr {
	border: none !important;
	}

th {
	color: #fff;
	text-align: left;
	background: #38627F;
	}

/*
------------------------------------------------------------------------------
FORM
-----------------------------------------------------------------------------*/	 
.formRow {
	height: 20px;
	padding: 3px 0 7px 0;
	padding-left: 80px;	
	}

#login label {
	float: left;
	display: block;
	width: 100px;
	font-size: 0.95em;
	font-weight: bold;
	color: #ff9f00;
	}

#login input {
	width: 160px;
	}

#login span {
	font-weight: bold;
	font-size: 0.95em;
	}

.login {
	padding-left: 180px;
	}

.button {
	width: 80px !important;
	}

form.calculator input {
	width: 50px;
	}

form.calculator input.smallT {
	width: 25px !important;
	}

form.calculator table.normalT input {
	width: 80px;
	}
/*
------------------------------------------------------------------------------
BREADCRUMB
-----------------------------------------------------------------------------*/

#searchBread {
	width: 720px;
	height: 62px;
	margin: 0 11px 0 11px;
	border-bottom: 1px solid #c4c4c4;
	}

#searchBread .search {
	display: none;
	}

#searchBread .hiddenTitle {
	display: block;
	width: 310px;
	font-size: 18px;
	}

#searchBread .breadcrumb {
	padding: 25px 25px 0 0;
	text-align: right;
	}

#breadcrumb {
	text-align: right;
	}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #searchBread .breadcrumb { margin-right: -10px; }
/* End hide from IE5/mac */

/*
------------------------------------------------------------------------------
FOOTER
-----------------------------------------------------------------------------*/

#footer {
	border-top: 1px solid #333;
	padding: 30px 0;
	margin: 0;
	}

#footer p {
	color: #cccccc;
	font-size: .78em;
	text-align: center;
	}

#footer a {
	color: #cccccc;
	text-decoration: none;
	}

#footer a:hover {
	color: #fff;
	background-color: #666;
	}

/*
----------------------------------------------------------------------------- 
FLASH TEXT REPLACEMENT
-----------------------------------------------------------------------------*/

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

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

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