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
}

.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:6px;
margin-top:3px;
background-color:inherit;
clear:left;
}

.bulletContent {
float: left;
width:146px;
background-color:inherit;
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: 11pt;
line-height: 1;
font-weight: bold;
color: #008E7F
}

H2
{
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 9pt;
line-height: 1.2;
color: #004584
}

H3
{
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 10pt;
font-weight: bold;
line-height: 0;
color: #666666
}

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: #ffffff
}

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:#008E7F;
border-bottom-style:solid;
}

.acrobatHolder {
border-width:1px;
border-color:#008E7F;
border-style:solid;
float:right;
padding:5px;
width:170px;
clear:both;
margin-top:15px;
}

.acrobatHolderHd {
padding:2px;
width:166px;
font-weight:bold;
color:#ffffff;
background-color:#008E7F;
text-align: center;
}

.footer
{
	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: #007c6c;
border-bottom: 6px solid #004584;
padding: 3px;
text-align:center;
color:#FFFFFF;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
border-left: 180px 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: -180px; /*** 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: -180px;  /*** 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;
}

/**************************
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: 180px;
min-height: 250px;
height: 100%;
background-image: url(images/bg-margin-top.gif);
}
* html #left {
position: relative;  /*** IE needs this  ***/
height: 250px;
}