@import url("common.css");

body
{
   /*background:             #234784 url('../images/pattern_019.gif');*/
   background:             #1D3765 url('../images/bg_body4.gif') fixed repeat-x top left;
   /* override margin set in common.css for KTML */
   margin:                 0;
   /* center #wrapper for IE */
   text-align:             center;
}

/*** CONTENT ******************************************************************/
#content
{
   border-color:           #999;
   border-style:           solid;
   border-width:           1px;
   margin-bottom:          1ex;
   margin-left:            155px;
   margin-right:           1ex;
   padding:                1ex;
}

#content h1
{
   
}
#content h2
{
   
}
#content h3
{
   background-color:       #84735c;
   color:                  #000;
   padding:                3px;
}

#content ol
{
   margin-left:            2em;
}
#content ol li
{
   list-style-type:        decimal;
}

#content ul
{
   margin-left:            2em;
}
#content ul li
{
   list-style-type:        disc;
}

/*** FOOTER *******************************************************************/
#footer
{
   background-color:       #1D3765;
   clear:                  both;
   color:                  #FFF;
   padding:                1ex;
   text-align:             center;
}

#footer a
{
   color:                  #FFF;
   text-decoration:        none;
}

#footer a:hover
{
   text-decoration:        underline;
}

#footer ul li
{
   display:                inline;
}

/*** HEADER *******************************************************************/
#header
{
   background:             #FFF url('../images/bg_header2.gif') no-repeat top left;
   border-color:           #000;
   border-style:           none;
   border-width:           1px;
   height:                 165px;
}

#header img
{
   margin:                 1ex;
}

/*** MENU *********************************************************************/
#menu
{
   float:                  left;
   width:                  150px;
}

#menu ul li
{
   
}

#menu ul li a
{
   background-color:       #234784;
   border-color:           #666;
   border-style:           solid;
   border-width:           1px;
   color:                  #FFF;
   display:                block;
   font-family:            'Georgia', serif;
   font-weight:            bold;
   margin-bottom:          1ex;
   margin-left:            1ex;
   padding:                1ex;
   text-align:             right;
   text-decoration:        none;
   text-transform:         uppercase;
}

#menu ul li a:hover
{
   background-color:       #1D3765;
}

/*** WRAPPER ******************************************************************/
#wrapper
{
   background-color:       #FFF;
   /*background:             #FFF url('../images/bg_wrapper.gif') repeat-y top left;*/
   border-color:           #666;
   border-style:           none;
   border-width:           1px;
   /* center #wrapper for Opera, Firefox */
   margin:                 1em auto;
   /* re-align text after body text-align for IE */
   text-align:             left;
   width:                  768px;
}
