/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #909ef9;/*717ed3*/
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  /*font-size: 11px;*/
  line-height: 1.166em;
  margin: 0 0 0 0; /* Sets the margin properties for an element (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

h1 {
  color: #000080;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: normal;
}
h2 {
  color: #000080;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: normal;
}

h3 {
  color: #003366;
  font-size: 14px;
}

h4 {
  color: #000066;
  font-size: 14px;
}

h5 {
  color: #0a1990;
  font-size: medium;
}

h6 {
  color: #000080;
  font-size: 14px;
  font-weight: bold;
}
/* Sets the style for unvisited and visited links. */
a,  a:link a:visited {
  color: #000080;
  font-weight: bold;
  text-decoration: none;
}

/* Sets the style for links on mouseover. */
a:hover {
  color: #000080;
  font-weight: bold;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000080;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #0033FF;
  font-weight: bold;
  text-decoration: underline;
}

ul{
 line-height: 1.5em;
}
/* Sets line break properties */
hr {
border: 0;
color: #003399;
background-color:#003399;
height: 1px;
width: 100%;
text-align:left;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #fff;
  margin: 10px auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 800px;
  border-right: solid 1px #000080;
  border-left: solid 1px #000080;
}
#outerWrapper #header {
  background-color: #0810bb;
  border-bottom: solid 1px #767a7f; /* Sets the bottom border properties for an element using shorthand notation */
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding:  0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #headerPrint {
	margin: 0px 0px 0px 0px;
	position:relative;
	display:none;
}

#outerWrapper #navBar {
  background-color: #0810bb;
  border-bottom: solid 1px #767a7f; /* Sets the bottom border properties for an element using shorthand notation */
  }

#outerWrapper #feature{
	padding: 10px 10px 5px 15px;
	margin: 35px 0px 0 0px;
   border-bottom: solid 1px #767a7f;
}

#outerWrapper #contentWrapper #feature img{
	z-index:1;
}

/* Contains the main page content.  */
#outerWrapper #contentWrapper #content {
  margin: 0; 
  padding: 1px 1px 0px 1px; /
  font-size: 14px;
  line-height: 1.2em;
}

#outerWrapper #contentWrapper #content2 {
  margin: 0 10px 0 10px; 
  padding: 1px 10px 0px 10px; /
  font-size: 14px;
  line-height: 1.2em;
}

.midText {elevation:higher;
  float:right;
  width:350px;}
.center  { text-align:center;}
.justify { text-align:justify; }
.left {text-align:left;}
.right {text-align:right;}
.right2 {float:right;}

.imgNone {border:none;}
.imgLeft {float:left;}
.imgRight {float:right;}
.imgRight2 {float:right;
        border:none;
		margin-right:3px;}
.imgRight3 {float:right;
        border:none;
		margin-right:20px;}

.spacer { height:6px;
  width:100%;}

.p  {
  padding: 0px 5px 0px 5px;
  font-size:12px;
  /*margin: 0px 10px 0px 10px;*/
  }

.verticalimage img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 0% 0px 0;
}

.story {
	clear: both;
}

.story img{
	float: right;
}

.story2 {
	padding: 10px 10px 10px 10px;
	text-align:left;
	font-size: 14px; /* affects size of body print in Story3 div*/
	font-weight:bold;
	color:#000066;
   }
   
 /* Table styles */
table { /*this rule centers all tables in their page or div */
  margin-left: auto;
  margin-right: auto;
  }
   
.tableSpec  {
    border:solid 1px #003399;
	margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    }
	
.tableCell  {
	margin: 0 0 0 0;
    padding: 0 5px 0 5px;
	}
	
.tableCell2  {
	margin: 0 0 0 0;
    padding: 0 5px 0 35px;
	}
	
.tableCell3  {
	margin: 0 0 0 0;
    padding: 0 5px 0 20px;
	}	
.line   {
	border-top:solid 2px #003399;
	}
		
.sfc  {
    background-color:#ffff66;
    padding: 5px 0 5px 10px;
	margin:0 0 0 10px;
	border-bottom:solid 2px #003399;
	text-align:left;
     }
		
.sfc2  {
    background:#ffff66;
    padding: 5px 0 5px 10px;
	margin:0 0 0 10px;
	border-top:solid 1px #003399;
	border-bottom:solid 1px #003399;
     }
	 
.sfc3 {
    padding: 5px 0 5px 0px;
	margin:0 0 0 10px;
	border-bottom:solid 2px #003399;
	text-align:center;
     } 
 .size1  {
     font:Arial, Helvetica, sans-serif bold 14px;
     width:50px;
	 }

.size2  {
     font:Arial, Helvetica, sans-serif bold 11px;
     width:100px;
	 }
	 
.size3  {
     font:Arial, Helvetica, sans-serif bold 11px;
     width:500px;
	 }
	 
.story3 {
	
	text-align: right;
	font-weight:bold;
}
/************** .chart styles *****************/

.chart{
	clear: both;
	margin: 0px 0 0px 0; 
	padding: 0px 5px 5px 5px;
}

.chart img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 5px;
	border-style:solid;
	border-color:#000000;
}

/**************** .image styles ****************/

.image2 img{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0 2px 0px 0;
	border-color:#000000;
}

.verticalimage img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0% 0px 0;
}

#outerWrapper #footer {
  background-color: #9295db;
  /*background-image: url(../p7pm/img/pmgreystone_root2_inv.jpg);
  background-repeat: repeat-x;*/
  border-top: solid 1px #9ea3aa; /* Sets the top border properties for an element using shorthand notation */
  padding: 3px 10px 3px 10px; /* padding properties for footer element top, right, bottom, left) */
  font-size: 12px;
  /*font-weight: bold;*/
  color: #000080;
}

#outerWrapper #footer a:hover {text-decoration: underline;}

#outerWrapper #footer a { font-weight:normal; }
