﻿* {
}

body
{
  background: url(/whc/images/blueStripe.jpg) #fff fixed repeat-x left top;
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
  font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	color: #666666;
  text-align: center;
}

/*  layout  */

#Wrapper {
	margin: 0px auto;
	width: 900px;
	text-align: left;
}

#Header
{
    height: auto;
}

/* Content - MainContent - ExtraContent */
#Content {
	position: relative;
	min-height: 350px;
}

#MainContent {
	width: 540px;
	float: left;
}

#ExtraContent
{
  width: 285px;
  float: right;
}

#Footer {
  clear: both;
}


/*  look and feel  */

#Wrapper {
	background-color: #fff;
	border-left: solid 3px #aaa;
	border-right: solid 3px #aaa;
	border-bottom: solid 3px #aaa;
}

#Header
{
    background-color: #23408F;
    color: White;
    background-position: left top;
    background-image: url(/whc/Images/Headers/MetaStock_HeaderTemplate.jpg);
    background-repeat: no-repeat;
}

/* Content - MainContent - ExtraContent */
#Content {

}

#MainContent {

	background-color: White;
	border-right: dashed 1px #ccc;
	padding: 0 10px 0 0;
}

#MainContent h1 {
	color: #22439E;
	line-height: 1.25em;
	font-size: 190%;
	font-weight: bold;
	color: #22439E;
	line-height: 1.1em;
}

#MainContent h2 {
	color: #22439E;
	line-height: 1.25em;
	font-size: 130%;
	color: #22439E;
	line-height: 1em;
	font-weight: bold;
}

#MainContent h3 {
	color: #22439E;
	line-height: 19px;
	margin: 10px 0 -8px 0; 
}

#MainContent h4 {
	color: #22439E;
	line-height: 19px;
	margin: 10px 0 -8px 0; 
}

#MainContent p {
    color: #666666;
    line-height: 16px;
    padding: 10px 20px 0 20px;
}

#ExtraContent
{
  background-color: #fff;
}

#Footer {
    text-align: center;
    background-color: #23408F;
    color: White;
}

.OfferingTable
{
    background-color: #c2cde3;
    margin: 17px 0 22px 0;
}

.OfferingTable td
{
    vertical-align: middle;    
}

.disclaimer
{
    background-color: #eeeeff;
    color: Black;
    font-size: .815em;
    padding: 5px;
    text-align: center;
}

.copy {
    font-size: 13px;
    color: #666666;
    text-decoration: none;
    line-height: 16px;
    padding: 10px 20px 0 20px;
}

#ExtraContent p {
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	padding-left: 10px;
}

/* CSS Document Class section */

 
.subheader {
	font-size: 130%;
	color: #22439E;
	line-height: 1em;
	font-weight: bold;
}

.headline {
	font-size: 190%;
	font-weight: bold;
	color: #22439E;
	line-height: 1.1em;
}

.sales {
	font-size: 130%;
	color: #990000;
	line-height: 1em;
    font-weight: bold;
}

.smaller 
{
    font-size: smaller;
}

.striketrough
{
    text-decoration: line-through;
}



/* CSS Document Links section */
 
a:link {
	color: #22439E;
	text-decoration: none;
	font-weight: bold;
}
 
a:visited {
	color: #22439E;
	text-decoration: none;
	font-weight: bold;
}
 
a:hover {
	background-color: #66ACDE;
	font-weight: bold;
}

img 
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    margin-top: 16px;
}

fieldset, legend, label 
{
    border: none;
    margin: 0;
    padding: 0;
}

div#Header img { margin-top: 0; }
