@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #9daecc;
  color: #00447c;
  font-family: Verdana, Helvetica;
  font-size: 11px;
  line-height: 14px;
  margin: 20px 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
img { border:none; }
h1 {
  color: #7ac143;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  font-weight:bold;
  line-height: 20px;
}
.h1_gr {
  color: #7ac143;
  font-family: Helvetica, sans-serif;
  font-size: 22px;
  font-weight:500;
  line-height: 20px;
}
.h1_g {
  color: #7ac143;
  font-family: Helvetica, sans-serif;
  font-size: 24px;
  font-weight:500;
  line-height: bold;
}
/* Commonly used to style section titles. */
h2 {
  color: #7ac143;
  font-family: Helvetica, sans-serif;
  font-size: 9.11pt;
  font-weight: bold;
  line-height: 14px;
}
.h2_blue {
color: #00447c; 
font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px; font-weight: 500; line-height:1.5em;}
  
  .h2_b {
color: #00447c;   font-family:  Helvetica, Verdana, sans-serif;
font-size: 20px; font-weight: 600; line-height:1.5em; }
 
   .h2_box {
color: #00447c;   font-family: Helvetica, Verdana, sans-serif;
font-size: 16px; font-weight: 600; } 



/* Sets the style for the h3 header. */
h3 {
   color: #00447c;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #00447c;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #00447c;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #00447c;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 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: 783px;
  height:630px;
}
#outerWrapper #contentWrapper {
  background-color: #FFFFFF;
  background-image: url("contentWrapper_bg.png");
  background-repeat: repeat-y;
  overflow: hidden;
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #FFFFFF; background-image:url(images/background_l.gif);
  /* border-left: solid 1px #666; Sets the left border properties for an element using shorthand notation */
  float: right;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
   margin: 0 0px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 466px; height:660px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #cont {
background-image:url(images/merkleyatwork.jpg); background-repeat:no-repeat;
  margin: 0 0px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 314px; height:530px;
}

#outerWrapper #contentWrapper #content {
  background-color: #FFFFFF; background-image:url(images/background_l.gif);
  margin: 0 0px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  height:530px;
}

