@charset "utf-8";
/* CSS Document */
body     {
         background: url(backg.jpg) repeat-x;
         font-family:Helvetica, sans-serif;
         height:auto;
         }

h1       {
         color:#EE5500;
         font-family:Helvetica, sans-serif;
         font-size:x-large;
         line-height:120%;
         }

h2       {
         color:#EE5500;
         font-family:Helvetica, sans-serif;
         font-size:large;
         }

h3       {
         color:#EE5500;
         font-family:Helvetica, sans-serif;
         font-size:medium;
         }

p        {
         color:#002211;
         font-family:Helvetica, sans-serif;
         line-height:120%;
         }
.bold    {font-wieght:bold;
         }
div.center
         {text-align:center;
         }

p.white  {
         color:white;
         }
p.inter  {
         color:green;
         font-style:italic;
         }
p.border {
         border:2px solid blue;
         font-style:italic;
         }

ul       {
         color:#005566;
         font-family:Helvetica, sans-serif;
         font-weight:200;
         line-height:120%;
         }
ol       {
         color:#005566;
         font-family:Helvetica, sans-serif;
         font-weight:200;
         line-height:120%;
         }
ul.norm  {
         color:#005566;
         font-family:Helvetica, sans-serif;
         line-height:120%;
         }
th       {
         color:#FFF;
         background:#EE5500;
         font-weight:200;
         line-height:120%;
         }
th.white {
         color:#005566;
         background:#FFF;
         font-weight:200;
         line-height:120%;
         font-weight:bold;
         }
th.blue  {
         color:#FFF;
         background:#004578;
         font-weight:200;
         line-height:120%;
         }
td       {
         color:#000;
         background:#FFFF00;
         font-weight:200;
         line-height:120%;
         }
td.white {
         color:#005566;
         background:#FFF;
         font-weight:200;
         line-height:120%;
         }
td.blue  {
         color:#000035;
         background:#8888FA;
         font-weight:200;
         line-height:120%;
         }


#grey    {
          color:#999;
         }

article#pad
         {
         padding: 20px;
         }

#wrap    {
         width:800px;
         height:auto;
         background:#FFF;
         margin-right:auto;
         margin-left:auto;
         border-top:3px solid #acacac;
         border-left:3px solid #acacac;
         border-right:3px solid #898989;
         border-bottom:3px solid #898989;
         }
#header  {
          width:800px;
         border-bottom:3px solid #898989;
         }
#main    {
         float:right;
         background:#FFFFFF;
         margin-right:10px;
         width:600px;
         height:auto;
         padding:10px;
         line-height:150%;
         }
#navbar  {
         width:158px;
         float:left;
         height:auto;
         font-family:Helvetica, sans-serif;
         }

#navbar ul{
         list-style:none;
         display: block;
         margin:10px;
         padding:0;
         font-family:Verdana, Arial, Helvetica, sans-serif;
         font-weight:bold;
         font-size:small;
         line-height:250%;
         }
#navbar a
         {
         display: block;
         padding:2px;
         text-decoration:none;
         width:138px;
         margin:2px;
         color:#FFFFFF;
         font-family:Helvetica, sans-serif;
         }
#navbar a:link, #navbar a:visited
         {
         background:#538364;
         border: 2px outset #538364;
         }
#navbar a:focus, #navbar a:hover
         {
         background:#538364;
         border: 2px outset #538364;
         color: black;
         }
#navbar a:active
         {
         background:#538364;
         border: 2px outset #538364;
         }

#navbar li:hover ul
         {
         background:#F8DACA;
         border:.1em outset #F8DACA;
         position:relative; left:101%; top:-20px;
         width:10em;
         }

#navbar li ul li
         {
         font-size:85%;
         position:obsolute; top:20;
         }
#footer {
         background-color:#538364;
         border-top:3px solid #acacac;
         height:160px;
         clear:both;
         font-family:Helvetica, sans-serif;
         line-height:150%;
         padding:10px;
         }
