body
{
margin: 0px;
min-width: 850px;
}

body, td
{
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 8.5pt;
color: #000000
}

p, OL, UL
{
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 8.5pt;
line-height: 1.3;
color: #000000
}
.fltL {
	float: left;
	margin: 0 20px 10px 0;
}
.none {
display:none;
}

.ChartHd
{
font-size: 10pt;
color: #ffffff;
font-weight: bold
}

.ChartText
{
font-size: 8pt;
color: #000000;
}

.ChartHeaders
{
font-size: 11pt;
font-weight: bold;
color: #FFF;
background-color:#004584;
padding:3px;
width:80%;
}

.ChartHeaders2
{
font-size: 11pt;
font-weight: bold;
color: #666666;
background-color:#eaeaea;
padding:3px;
width:80%;
margin-top:12px;
}

.bulletHolder {
float: left;
width:10px;
margin-top:3px;
clear:left;
}

.bulletContent {
float: left;
width:146px;
margin-bottom:5px;
}

.Grey
{
font-size: 8pt;
color: #666666;
font-weight: bold
}

.White
{
color: #FFFFFF;
}

.SmallText
{
font-size: 7.5pt;
color: #000000;
}

h1	
{
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 12pt;
line-height: 1;
color: #034985;
}

h2
{
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 11pt;
color: #353535;
}

h3
{
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 10pt;
font-weight: bold;
color: #666;
}

a:link.LargeText, 
a:visited.LargeText, 
a:active.LargeText,
.LargeText
{
font-size: 10pt;
font-weight: bold

}

a:link.news, 
a:visited.news, 
a:active.news,
.news	
{
text-decoration: underline; 
font-size: 8pt;
color: #034985;
}

.newsHd
{
color: #034985;
font-weight:bold;
padding-bottom:6px;
padding-top:8px;
}

.searchHolder {
background-color: #f0f0f0;
margin-top:8px;
width:160px;
padding:10px;
}

.searchBtn {
vertical-align:middle;
margin-top:-4px;
}

.newsHolder {
background-color: #dce7f5;
padding-bottom:20px;
width:175px;
padding-left:5px;
}

a:link.global, 
a:visited.global, 
a:active.global,
.global	
{
font-family: arial, helvetica, sans-serif; 
text-decoration: none; 
font-size: 9pt;
color: #ffffff;
font-weight: bold;
}

a:link.small, 
a:visited.small, 
a:active.small,
.small	
{
text-decoration: underline; 
font-size: 8pt;
color: #006DA9
}

img {
margin: 0; padding: 0; border: 10;
}

a:link, 
a:visited, 
a:active	
{
text-decoration: underline; 
color: #006DA9
}

a:hover,
a:hover.anchor,
a:hover.trail,
a:hover.anchor.trail,
.trial,
a:hover.news,
a:hover.global
{
text-decoration: underline;
color: #000000
}

.tierHeaderText {
color:#f39834;
text-align:right;
font-size:15px;
font-weight:bold;
letter-spacing:1px;
}

.tierHeaderHolder {
border-bottom-width:1px;
border-bottom-color:#d0d0d0;
border-bottom-style:solid;
}

.acrobatHolder {
border-width:1px;
border-color:#008E7F;
border-style:solid;
float:right;
padding:5px;
width:170px;
clear:both;
margin: 20px 0 20px 20px;
}

.acrobatHolderHd {
padding:2px;
width:166px;
font-weight:bold;
color:#ffffff;
background-color:#008E7F;
text-align: center;
}

.footer
{
    margin-top:20px;
    margin-left:30px;
	font-family:  verdana, arial;
	font-size: 8pt;
	color: #666666;
}


.clear { clear: both; }

#mainContainer {
min-height: 300px;
background-image: url(images/bg-margin-top.gif);
background-repeat: no-repeat;
background-position: 0px 28px;
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
background: #0e7fc4;
border-bottom: 6px solid #004584;
padding: 3px;
text-align:center;
color:#FFFFFF;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
border-left: 197px solid transparent; /*** This is the width and the color for our left column ***/
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width: 100%; 
}
* html .inner {
/*** No need for hacking IE on this layout ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/
.float-wrap {
float: left;
width: 100%;
margin-left: -197px; /*** Same length as .outer border-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
margin-right: -197px;  /*** Same length as .outer border-left but with negative value ***/
width: 100%;
}
* html #content {
position: relative;
}

.contentWrap {
min-width: 640px;
background-image:url(images/bg-topsearch.gif);
}

.contentWrap2 {
margin-left:10px;
width: 95%;
}

.promoWrap {
float:right;
width:146px;
margin-left:15px;
border: 1px solid #0006a9;
height: 525px;
}


table.baseTable {
	margin: 10px 0 0 0;
}
table.baseTable th {
	text-align: left;
	background: #e3e3e3;
	padding: 6px 10px;
}
table.baseTable td {
	text-align: left;
	padding: 2px 10px;
}
table.baseTable tr.odd {
	background: #b8d888;
}




/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 197px;
min-height: 250px;
height: 100%;
background-image: url(images/bg-margin-top.gif);
}
* html #left {
position: relative;  /*** IE needs this  ***/
height: 250px;
}

a.current {
	 color: #eb2d14;
}  


/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
