body
{
  margin:0px;
  width:100%;
  font-family: Calibri,Tahoma,Arial,sans serif;
  font-size: 12px;
  background:#f0f0fa;
}

/* general */

img
{
   border: 0;
   padding: 0;
}

.bare_links
{
   font-weight:normal;
   font-size:14px;
   text-decoration:none;
   color:#0a569b;
   border-bottom:1px dotted #0a569f;
}
a.bare_links:visited
{
   font-weight:normal;
   font-size:14px;
   text-decoration:none;
   color:#0a569b;
   border-bottom:1px dotted #0a569f;
}

/* header */

#tabs
{
   text-align: right;
   background:url(../images/een_header_06.png);
   background-repeat: repeat-x;
   font-size: 14px;
   padding:0px;
   margin:0px;
   height:26px;
}

.header
{
   background:url(../images/een_header_02.png);
   background-repeat: repeat-x;
   font-size: 11px;
   width:100%;
}

/* */

.center
{
   width:836px;
   margin-left:auto;
   margin-right:auto;
}

/* main body */

.body_outer
{
   background:#bec8d2;
}
.body_inner
{
   background:#bec8d2;
   padding:20px;
}
.inner_content
{
   padding:10px;
   margin:0px;
   background:#dce2f0;
   font-size: 18px;
   line-height:1.1em;
   color:#555656;
}
ul#inner
{
   padding-left:30px;
   margin:0;
}
ul#inner li
{
   list-style-image: url(../images/een_home_bullet_arrow.png);
   list-style-position:outside;
   line-height:1.3em;
   font-size: 18px;
   color:#226699
   /* height:25px */
}

h2
{
   font-size: 20px;
   font-weight: bold;
   color:#226699;
}
h4
{
   font-size: 18px;
   font-weight: bold;
   color:#226699;
}
.blue_bold
{
   font-weight: bold;
   color:#226699;
}

/* bottom content */

#bottom_content
{
   width:836px;
   margin-left:auto;
   margin-right:auto;
   font-size: 18px;
   color:#226699;
}
.bottom_content_header
{
   text-decoration:none;
   font-weight: bold;
   color:#226699;
}
#bottom_content p
{
   color:#333;
}
.wrapped_image
{
  float:left;
  margin-right: 20px;
}
ul#for_hr li
{
   list-style-image: url(../images/bullet_teal_42.png);
   list-style-position:outside;
}
ul#for_hr span
{
   font-size: 14px;
   color:#333;
}
.bottom_column_left_upper
{
   float: left;
   width: 380px;;
   padding: 10px;
   padding: 10px 10px 0px 10px;
   border-right:2px solid white;
}
.bottom_column_right_upper
{
   float: right;
   width: 380px;;
   padding: 10px 10px 0px 10px;
}
.bottom_column_left_lower
{
   float: left;
   width: 380px;;
   padding: 0px 10px 10px 10px;
}
.bottom_column_right_lower
{
   float: right;
   width: 380px;;
   padding: 0px 10px 10px 10px;
}


/* footer section */

.footer_links
{
   color:#09baad;
}
a.footer_links:visited
{
   color:#09baad;
}

/* inner tables */

.inner_column_left
{
   width:330px;
   padding:10px;
   border-right:1px solid white;
}
.inner_column_right
{
   width:330px;
   padding:10px;
}

/* info popups */

.label
{
   text-decoration:none;
   font-weight:bold;
   color:Blue;
}

.sub_label
{
   font-weight:normal;
   color:#1f4985;
   font-style:normal;
}

