/*Master Series Style Sheet February 2005 */


BODY      {
          font-family: arial,helvetica,sans-serif;
          font-size: 12px;
          color:#000000;
          background-color: #E9E6CF; 
          text-align: center;
          }

.quote    {
          font-family: arial,helvetica,sans-serif;
          font-size: 12px;
          font-style: italic;
          font-weight: normal;
          margin-left: 25px;
          padding-left: 6px;
          border-left-style: solid;
          border-left-width: 1px;
          border-left-color: black;
          color:#000000;
          }

P, BLOCKQUOTE, LI, TD 
          { 
          font-family: arial,helvetica,sans-serif;
          font-size: 12px;
          line-height: 120%;
          color:#000000;}

          /* LINKS */

a         {       
          font-weight: bold;
          text-decoration: none;}


a:link    {color:#993300;
          text-decoration: none;}

a:visited, a:active {color:#003366;
          text-decoration: none;}


.code { font-family: monospace; }
.nobr,.nowrap { white-space: nowrap; }
.top35 { margin-top: 35px; }





     /*CONTAINERS*/
     
div#big {background-color: #ffffff; 
          width: 750px;
           margin-left: auto;
          margin-right: auto;
          text-align: left;
          padding:10px;
          border: solid 1px #918C82;}
               
               
               
div#iframe {background-color: #ffffff; text-align: left; }
               
               
               
 div#advert {
         border: solid 1px #000;
         padding: 10px;
         margin-top: 10px;
         margin-bottom: 10px;
         text-align: center;}
             
               
div#advert p { font-size: 11px;
                 text-align: center;}
               
               


/* SECTIONS*/
div#header{width: 730px;
         padding:10px;
         padding-bottom: 0px;
         margin-bottom: 10px;}


div#header h1 
          {
           margin-top: 50px;
           color: #996633;
           text-align: center;
		line-height: 120%;
           }

div#header h3 
          {color: #996633;
           text-align: center;
           }




div#header p
          {text-align: center; }


div#navigation
          {margin-top: 10px;
          margin-bottom:10px;
         border-right: 1px solid #918C82;}

div#navigation ul 
          {
          padding: 10px;
           margin: 10px;
          list-style-type: none;
          }

div#navigation h2
          {
          font-size: 16px;
          font-weight: bold;
          text-align: center;
          }

div#navigation h3
          {
          margin-top: 5px;
          margin-bottom: 5px;
          }



div#navigation p, div#navigation ul li
          {font-size: 11px;}



          /*MAINCONTENT*/


div#maincontent 
          {
          line-height: 14px;
          padding: 15px;
          }

div#maincontent h4
          {
          font-size: 12px;
          font-weight: bold;
          background-color: #E5ECF2;
          padding: 10px;
          }



div#maincontent ul
          {
           list-style-type: square;
           }

div#maincontent ol
          {
           padding: 0px;
           margin: 0px;
           margin-left:20px;
           }



          /*FOOTER*/


div#footer
          {
          clear: both;
          padding: 10px; 
          border-top: 1px solid #cccccc;
          text-align: center;
          font-size: 10px;
	}

#footer p {
          font-size: 10px;
          line-height: 12px;
          }
          
          

/* HEADERS */

          H1 
          {
          font-size: 16px;
	font-weight: bold;
		line-height: 20px;
          }


          H2 
          {
          font-size: 15px;
          font-weight: bold;
          }

          H3 
          {
          font-size: 14px;
          font-weight: bold;
          }

          H4        
          {
          font-size: 12px;
          font-weight: bold;
          }

          H5        
          {
          font-size: 12px;
          font-weight: bold;
          font-style:italic;
          }


 
 .clear
          {
          clear: both;
          height: 15px;
          }

.clearboth
          {
          clear: both;
          }


.indent {margin-left: 40px;}

.img
          {
          float: right;
          margin: 5px;
          }
 
 .imgleft
          {float: left;
          margin: 5px;
          margin-left:30px;}
  .floatleft
          {
          float: left;
          }
.pad40L {padding-left:40px; }
 
.accentcolor 
          {background-color: #E5ECF2;
          padding: 10px;
          }
 
.detail   { 
          font-size: 9px;
          line-height: 11px;
          }
          
.small   { 
          font-size: 10px;
          line-height: 12px;
          }          
 
 .answerstyle {margin-left: 25px; font-style: italic;}
 

.bold     { font-weight: bold;}


.center   { text-align: center;}

.italic   {font-style: italic;}

.underline{ text-decoration:underline; }

PRE       { font-family: courier,monospace;}


 

.headline { font-family: courier, monospace;
            font-size: 16px;
            font-weight: bold;
            background-color: ffff00;
            padding: 5px;
            padding-left: 70px;}




.outlinebox {
         border: solid 1px #000;
         padding: 10px;
         margin-top: 10px;
         margin-bottom: 10px;}


TH        {
          font-size: 11px;
          font-weight: bold;
          text-align: center;}



         