body
   {
      background-image: url("images/background.gif");
      background-repeat: repeat-x;
      background-position:top;
      text-align:center;
      margin: 0;
      padding: 0;
   }

.out 
   {
      display:block; 
      background:#bbb; 
      border:1px solid #ddd; 
      position:relative;
      margin: 0 auto;
      text-align:center;
   }

.in2 
   {
      display:block; 
      background:#777; 
      border:1px solid #999; 
      position:relative;
      padding:1px;
      margin:1px;
      text-align:center;
   }

.normal 
   {
      width:820px;
   }

#wrapper
	{
      margin: 0 auto;
      width: 810px;
/*      height: 687px;*/
      text-align: center;
      border: 1px solid #000;
	}
#container
   {
      margin: 2px auto;
      padding:0;
      background-color: #fff;
      width: 800px;
/*      height: 675px;*/
      border:0px solid #f00;
      text-align: left;
      padding: 5px;
   }

#header
	{
      width: 800px;
      height: 130px;
      border: 1px solid #fff;
      background-color: #fff;
      color: #fff;
	}

#headerbar
   {
      background-color: #800;
      border: 1px solid #fff;
      height: 5px;
      width: 800px;
      font-size: 0px;
   }

#menubar
	{
      width: 800px;
      border: 1px solid #fff;   
      background: url("images/blankbutton.gif") repeat-x;
      text-align: center;      
	}

#maincontent
	{
      margin: 0;
      width: 800px;
/*      height: 500px;*/
      border: 1px solid #fff;
      font: 12px Verdana;
/*      background: #f6f5fd url("images/pawbg.png");*/
      background: #f6f5fd;
      text-align: justify;
	}

#maincontainer
   {
      width: 750px;
      padding: 10px 0 0 10px;
   }


#footerbar
	{
      width: 800px;
      height: 5px;
      border: 1px solid #fff;
      background-color: #800;
	}

#footer
	{
      width: 800px;
      height: 25px;
      border: 1px solid #fff;
     /* background-color: #023468;*/
/*      background: url("images/footerbg.gif") repeat-x;*/
      background: url("images/footerbg1.gif") no-repeat;
      color: #fff;
      text-align: center;
      font: 11px Tahoma;
      

	}

#navcontainer ul
   {
      margin-top: 0;
      padding-left: 0;
      margin-left: 0;
      color: #fff;
      float: left;
      width: 800px;
/*      height: 38px;*/
      font-family: Georgia;
      border: 1px solid #fff;
      background: url("images/blankbutton.gif") repeat-x;
   }

#navcontainer ul li 
   { 
      display: inline; 
   }

#navcontainer ul li a
   {
      padding: .6em 1em;
      /*background-color: #036;*/
      color: White;
      text-decoration: none;
      float: left;
      border-right: 1px solid #fff;
   }

#navcontainer ul li a:hover
   {
      background-color: #f6f5fd;
      color: #000;
      padding: .4em 1em;
      font-family: Georgia;
      border: 1px solid #000;
   }

#active
   {
      background-color: #000;
      padding: .3em 1em;
      font-family: Georgia;
      border: 1px solid #000;
      font-size: 14px;
   }

.left
   {
      float: left;
   }

.width
   {
      width: 800px;
      font-size: 12px;
   }
.center
   {
      text-align:center;
   }     
.large
   {
      font-size: 14px;
      font-weight: bold;  
   }

.font12
   {
     font-size: 12px;
     font-family: Verdana;
   }

.red
   {
      color: #f00;
   }

.gwd
   {
      color: #fff;
      font-size: 10px;
      font-family: Tahoma;
   }

.gwd a
   {
      color: #ff0;
      font-size: 10px;
      text-decoration: none;
   }

.gwd a:hover
   {
      color: #ff0;
      font-size: 10px;

      text-decoration: underline;
   }

iframe
   {
      border: 1px solid #000;
   }

.pageheader
   {
      font-size: 24px;
      font-family: Georgia;
      color: #023468;
      margin-left: 10px;
   }
