/* Stylesheet for banner3.jpg  */
body  {
	font: 85% Tahoma, verdana, sans-serif; 
	color: #333333;
	background: #D2D2D2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #083475; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	background: #FFFFCC;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Dynamic css code below */
.anylinkcss{ /*Container for drop down links */
position:absolute;
visibility: hidden;
border:1px;
border-color: #254E78;
border-bottom-width: 0;
font:normal 9px Arial;
line-height: 18px;
z-index: 100;
background-color: #FFFFCC;
width: 200px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px;
border-color:#083475;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #083475;
color: white;
}
/* End Dynamic Code*/




/* Menu links */
a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}

a.menu:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	background-color:#083475;
}

a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}

a.menu:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}
/* End of menu links */

a.footer:link {
	color: #083475;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
}

a.footer:hover {
	color: #083475;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	background-color:#FFFFFF;
	font-size: 8pt;
}

a.footer:visited {
	color: #083475;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	background-color:#FFFFCC;
	font-size: 8pt;
}

a.footer:active {
	color: #083475;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	background-color:#FFFFCC;
	font-size: 8pt;
}

a.footer2:link {
	color: #083475;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

a.footer2:hover {
	color: #083475;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	background-color:#FFFFFF;
	font-size: 10pt;
}

a.footer2:visited {
	color: #083475;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	background-color:#FFFFCC;
	font-size: 10pt;
}

a.footer2:active {
	color: #083475;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	background-color:#FFFFCC;
	font-size: 10pt;
}

h1 {color:#000000; font-family:Tahoma, Arial, Verdana, Geneva, Garamond, sans-serif; font-size:18px; font-weight:bold; letter-spacing:0px; line-height:20px; margin:0; padding:7px 0px 16px;}
h2 {color:#000000; font-family:Tahoma, Arial, Verdana, Geneva, Garamond, sans-serif; font-size:16px; font-weight:bold; letter-spacing:0px; line-height:18px; margin:0; padding:7px 0px 13px;}  
h3 {color:#000000; font-family:Tahoma, Arial, Verdana, Geneva, Garamond, sans-serif; font-size:14px; font-weight:bold; letter-spacing:0px; line-height:16px; margin:0; padding:4px 0px 8px;}
h5 {color:#000000; font-family:Tahoma, Arial, Verdana, Geneva, Garamond, sans-serif; font-size:12px; font-weight:bold; letter-spacing: 0px; line-height:14px; margin:0; padding:0px 0px 6px;}

a {color: #083475; text-decoration: none;font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; line-height: -10px; font-weight: bold;}

a:active, a:hover {color: #ffffff; background-color:#083475;}

/*    BP    */
.icon { 
	display: block;
	margin-left:auto;
	margin-right:auto;
	width: 132px;
	height: 170px;
}
#icon09 { background: url("../images/AnnualReport_Icon09.jpg") no-repeat 0 0;}
#icon08 { background: url("../images/AnnualReport_Icon08.jpg") no-repeat 0 0;}
#icon07 { background: url("../images/AnnualReport_Icon07.jpg") no-repeat 0 0;}
#icon09:hover, #icon08:hover, #icon07:hover
{ 
  background-position: 0 -170px;
}
#icontext a:active, a:hover {color: #083475; background-color: #FFFFFF;}


#emailUs span
{
  display: none;
}

/* END BP  */
p, ul, ol {color:#222222; font-family:Tahoma,Verdana,Geneva,Arial,sans-serif; margin:0 0 .7em; padding:0px 0px 0;}

ul, ol {margin-left: 2em;}

.caption {color:#000000; font-size:8pt;}

.blue {color:#083475; font-size:14px; font-weight:bold}



/* rounded corner box
================================== */

.box {
  width: 300px;
  background: url(http://www.helppromotehope.com/images/box-tile.gif) repeat-y;
  float: left;
  margin-right: 8px;
}

.box h2 {
  background: url(http://www.helppromotehope.com/images/box-top.gif) no-repeat left top;
  padding-top: 20px;
}

.box .last {
  background: url(http://www.helppromotehope.com/images/box-bottom.gif) no-repeat left bottom;
  padding-bottom: 20px;
}

.box h2 {
  font-size: 12pt;
  color: #083475;
  font: arial, sans-serif;
  font-weight: bold; 
  text-align: left;
  padding-left: 20px;
  padding-right: 20px; 
}

.box p, .box ul li {
  font-size: 10pt;
  color: #083475;
  font: arial, sans-serif; 
  text-align: left;
  padding-left: 20px;
  padding-right: 20px; 
}

/* end rounded corner box  */


/* TEST OTHER ROUNDED CORNER BOX
/* set millions of background images */
.rbroundbox { background: url(http://www.helppromotehope.com/images/nt.gif) repeat; }
.rbtop div { background: url(http://www.helppromotehope.com/images/tl.gif) no-repeat top left; }
.rbtop { background: url(http://www.helppromotehope.com/images/tr.gif) no-repeat top right; }
.rbbot div { background: url(http://www.helppromotehope.com/images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(http://www.helppromotehope.com/images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; text-align: left;}
.rbroundbox { width: 30%; margin: 1em auto; float: left; margin-right: 8px; }
.rbroundbox p, .rbroundbox ul li {
  color: #083475;
  font: arial, sans-serif; 
  text-align: left;
  padding-left: 20px;
  padding-right: 20px; 
}

.rbroundbox h2 {
  font-size: 12pt;
  color: #083475;
  font: arial, sans-serif;
  font-weight: bold; 
  text-align: left;
  padding-left: 20px;
  padding-right: 20px; 
}

.rbroundbox .posted {color:#FFFFFF; font-size:7pt;}


/* end rounded corner box  */






<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->