body
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
}

body.bodybg
{
    text-align: center;
    background: #fff url(../images/bgPage.gif) 50% 0 repeat-y scroll; /*#d6e5f8; /* #bad3f3; /*#E6F4FF;  /*#bdd1e1; /*#f2ede6 */
    color: #013499;
    padding: 4px 0 0 0;
    margin: 0;
}

a
{
    color: #cc6497;
    font-weight: bold;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

h1
{
    font-size: 16px;
    font-weight: bold;    
    color: #013499;
    margin: 18px 0 0 0;
    padding: 0;
}

h2
{
    font-size: 15px;
    font-weight: bold;    
    color: #013499;
      margin: 18px 0 0 0;
    padding: 0;
}

h3
{
    font-size: 13px;
    font-weight: bold;    
    color: #013499;
    margin: 18px 0 0 0;
    padding: 0;
}

.outerStructure
{
    width: 900px;
    margin: 0 auto;    
    padding: 10px;
    text-align: left;
   /* background: #fff; **/
  /*  border: 3px double #b39379; /*#665445;*/
}

.header
{
   text-align: center;
   padding-top: 15px;
   /*background: transparent url(../images/bgHeader.gif) 50% 0 no-repeat scroll;*/
}

.topNavigation
{
    font-size: 14px;
   
    color: #cc6497;
    font-weight: normal;
    margin: 12px 0;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #cc6497; /*#cc6497; /*#665445;*/
      border-top: 1px solid #cc6497; /* #cc6497; /*#665445;*/
     /* background: #fff; */
     /*background: #f2e8da;
    border: 1px solid #665445;*/
}
.topNavigation a
{
   color: #cc6497;
    font-weight: bold;
    text-decoration: none;
}

.topNavigation a:hover
{
    text-decoration: underline;
}
.baseContent
{
    width: 550px;
    float: left;
    margin-left: 20px;
}

.extraContent
{
    width: 250px;
    float: right;
   margin-right: 20px;
}

.extraBox
{
    padding:2px 8px 8px 18px;
    margin: 18px 0 0 0;
     background: #d6e5f8 url(../images/bgBoxBlue.gif) 0 0 repeat scroll;/*#bdd1e1; /*#E6F4FF; /* ;#f2e8da; /*#f2efeb;*/
     border: 1px dotted #cc6497; /*#665445;*/
     color: #333;    
}
.extraBox h1, .extraBox h2, .extraBox h3, .extraBox h4, .extraBox h5, .extraBox h6
{
    color: #333;
}
.image_right
{
    float: right;
    margin: 0 0 8px 22px;
}
.image_left
{
    float: left;
    margin: 0 42px 8px 0;
}

.clearing
{
    clear: both;
}


/* MS adjustment */
.ebmaintable
{
    text-align: left;
}
