/* -------------------------------------------------------------- 
   
   Boilerplate mceContentBody.css
   * Sets up some sensible default mceContentBody.
  
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
body { font-size:12px; }

1body{ background:#0c7bbd url(cssimages/bg.png.html) repeat-x; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#54762b; margin-top:10px;}
1h1{font-size:14px;color:#fff;line-height:26px; font-weight:normal; padding:0 3px;text-transform:uppercase}
1a{text-decoration:none; color:#6B9537;}

/* Default fonts and colors. */
body, .mceContentBody h1,.mceContentBody h2,.mceContentBody h3,.mceContentBody h4,.mceContentBody h5,.mceContentBody h6,.mceContentBody p,.mceContentBody ul,.mceContentBody ol,.mceContentBody dl,.mceContentBody input,.mceContentBody textarea { font-family:Arial, Helvetica, sans-serif;}
.mceContentBody {}

/* Headings
-------------------------------------------------------------- */
.mceContentBody {padding-left: 10px;
    padding-right: 10px; }

.mceContentBody h1,.mceContentBody h2,.mceContentBody h3,.mceContentBody h4,.mceContentBody h5,.mceContentBody h6 { font-weight: bold;  clear:both }

.mceContentBody h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em;
 }
.mceContentBody h2 { font-size: 2em; margin-bottom: 0.75em; 
text-align:right;padding: 0 20px 0 100px;
color: #A1D3F4;
font-size: 14px;
font-weight: normal;
line-height: 26px;
border-bottom:1px solid #A1D3F4;
}

   
.mceContentBody h3 { color:#4B83B3;font-size:14px;margin-top:20px;margin-bottom:3px; line-height: 18px;
   margin: 11px 9px 14px;
    padding-left: 40px; border-bottom: 1px solid #363636; }
.mceContentBody h4 {  color:#16B6FF;font-size:12px;margin-top:10px;margin-bottom:3px;}
.mceContentBody h5 { font-size: 1em; margin-bottom: 1.5em; }
.mceContentBody h6 { font-size: 1em; }

.mceContentBody a img{border:none}
/* Text elements
-------------------------------------------------------------- */

.mceContentBody p { margin: 0 0 0.5em; line-height: 16px;}

.mceContentBody ul, .mceContentBody ol { margin: 0 1.5em 1.5em 1.5em; }
.mceContentBody ul { list-style-type: circle; line-height:16px;}
.mceContentBody ol { list-style-type: decimal; line-height:16px;}

.mceContentBody dl { margin: 0 0 1.5em 0; }
.mceContentBody dl dt { font-weight: bold; }
.mceContentBody dl dd { margin-left: 1.5em; }

.mceContentBody abbr, .mceContentBody acronym { border-bottom: 1px dotted #000; }
.mceContentBody address { margin-top: 1.5em; font-style: italic; }
.mceContentBody del { color: #000; }

.mceContentBody a {  text-decoration: none;  font-weight:bold}
.mceContentBody a:hover { text-decoration: underline; }

.mceContentBody blockquote { margin: 1.5em; }
.mceContentBody strong { font-weight: bold; }
.mceContentBody em, .mceContentBody dfn { font-style: italic; }
.mceContentBody dfn { font-weight: bold; }
.mceContentBody pre, .mceContentBody code { margin: 1.5em 0; white-space: pre; }
.mceContentBody pre, .mceContentBody code, .mceContentBody tt { font: 1em monospace; line-height: 1.5; } 
.mceContentBody tt { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

.mceContentBody table { margin-bottom: 1.4em; }
.mceContentBody th { border-bottom: 2px solid #ddd; font-weight: bold; }
.mceContentBody td { ; }
.mceContentBody th,.mceContentBody td { padding: 4px 10px 4px 0; }
.mceContentBody tfoot { font-style: italic; }
.mceContentBody caption { background: #ffc; }


/* Some default classes
-------------------------------------------------------------- */

.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet { color: #999; }

.hide { display: none; }
.highlight { background: #ffc; }

.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }


