body {
	background-color: #1a4266;
      text-align: center;
      }

#wrapper {
  position:relative;
  margin: 0 auto;
  width: 800px;
  height: 1000px;
  background-color:#f3f1e9;
  text-align: left;
}

.hedder  {
		position:absolute;
            left:0px;
            top:0px;
            width:100%;
		height:111px;
	      z-index:1;
            }
#bar	     {
	     position:absolute;
           left:0px;
           top:111px;
	     width:266px;
	     background:#b4cda7;
           height:889px;
           z-index:2;
           }
#insideq  {
	     position:absolute;
           left:18px;
           top:18px;
           height:160px;
           width:230px;
           z-index:3;
           }
#title     {
		position:absolute;
            left:268px;
            top:129px;
            width:300px;
		height:20px;
	      z-index:3;
            }
#copy      {
	     position:absolute;
           left:354px;
           top:167px;
           height:340px;
           width:358px;
           z-index:2;
           }
#float   {
	   float:right;
	   height:170px;
	   width:25%;
	   background:#b4cda7;
	   border-left:1px solid #FF0000;
	   margin:5px;
	   padding:5px;
         }
#footer  {
	     position:absolute;
           left:266px;
           top:945px;
	     width:534px;
           height:55px;
	     background:#b4cda7;
           z-index:2;
           }
li
{
	font: 10pt Verdana, Arial, Helvetica, Sans;
	color: #000000;
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	list-style-image: url(../pages/redsquare.gif);

}

A:link {color: black; text-decoration: none;}
A:visited {color: black; text-decoration: none}
A:hover {color: red; text-decoration: underline;}

A.subhed:link {color: black; text-decoration: none;}
A.subhed:visited {color: black; text-decoration: none}
A.subhed:hover {color: red; text-decoration: underline;}

A.footer:link {color: white; text-decoration: none;}
A.footer:visited {color: white; text-decoration: none}
A.footer:hover {color: red; text-decoration: underline;}

.introtext { font-family: arial,helvetica,sans-serif; font-size: 10pt; color: black}
.subhed { font: Georgia, Times, Serif; color: black; font-size: 12pt; font-weight: bold; text-decoration: none;}
.welcome {font: Georgia, Times, Serif; color: black; font-size: 18pt; text-decoration: none;}
.text { font-family: arial,helvetica,sans-serif; font-size: 10pt; color: black}
.footer { font-family: arial,helvetica,sans-serif; font-size: 7pt; color: white}