body {
	width: 90%;
	text-align: left;
	background-color: #FFFFFF;
	border: none;
	background-image: url(/image/background08.jpg);
     }


#title {
        background-image:url(image/headbg.jpg);
        background-color: #000000;
        width: 90%; 
        position: center;
        left:10px;
        top: 5px;
        font-family: sans-serif, verdana, helvetica; 
        text-align: left;
        margin:0px;
        height: 100px;
        padding:0px;
        border-bottom: 1px solid orange;
       }

#menu {
       width: 10%;
       text-align: left;
       position: absolute;
       left:20px;
       top: 174px;
       padding:4px;
       border-right: none;
       border-bottom: none;
     }

#content {
	width: 73%;
	position: absolute;
	left:150px;
	top: 142px;
	text-align:left;
	color: #ffffoo;
	font-family: helvetica,sans-serif;
	font-size: medium;
	padding:20px;
	line-height: 1.5;
	border-left: none;
	border-width: 0 0 0 0;
	border:none;
	background-image: url (image/background08.jpg);
	height: 905px;
         }

a:link {
         color: #0033CC;
         font-family: verdana,helvetica,sans-serif;
         font-size: medium;
         text-align: center;
         text-decoration: underline;
       }

a:visited { 
           font-family: verdana,helvetica,sans-serif;
           font-size: medium;
           text-align: center; 
           text-decoration: underline;
           color: #990099;
          }

a:hover {
          color: gold;
          font-family: verdana,helvetica,sans-serif;
          font-size: large;
          text-align: center;
          text-decoration: none;
         }


.text1 {
          text-align: center;
          font-family: Comic Sans MS, verdana, helvetica, sans-serif;
          font-weight: bold;
          font-style: italic;
          font-size: 20pt;
          color: #660000;
          text-decoration: orange;
        }



.text2 {
	   font-weight: bold;
	   font-size: 15pt;
	   color: #660000;
	   font-style: italic;
	   font-family: Comic Sans MS, verdana, helvetica, sans-serif;
	   text-decoration: orange;
       }


.text3 {
          font-family: verdana, helvetica, sans-serif;
          font-weight: bold;
          font-style: italic;
          font-size: 30pt;
          color: #000000;
         
        }

.text4 { 
         font-weight: bold;
	 font-size: 10pt;
	 color: #000000;
	 font-style: bold;
	 font-family: verdana, helvetica, sans-serif;
	 text-decoration: orange; 
        }

.text5 { 
         text-align: center;
         font-weight: bold;
	 font-size: 10pt;
	 color: #000000;
	 font-style: italic;
	 font-family: verdana, helvetica, sans-serif;
	 text-decoration: orange; 
        }

.footer {
        position: relative;
        text-align: right;
	clear: both;
	font-size: 7pt;
	color: black;
	font-style: italic;
	font-family: verdana, helvetica, sans-serif;
	text-decoration: none;
        border-bottom: 1px solid #000000;
        
       }

th {
    font-weight: bold;
    font-size: 10pt;
    font-family: verdana, helvetica, sans-serif;
    text-align: center;
   }

td {
    font-weight: regular;
    font-size: 10pt;
    font-family: verdana, helvetica, sans-serif;
    text-align: left;
   }
