body {
	 text-align: center; 
     background: #C3C8B2;
     min-width: 700px;
     margin: 0 auto;
	 }
#branding {
         background: url(grayShadow.jpg) repeat-y top center;
         width: 700px;
         margin: 0 auto;
         text-align: center;
         }
         
#branding h1 {
          height:40px;
          line-height:40px;
          margin:0;
          padding-left:8px;
          background: #F0F1ED;
          color: #333399;
		 }
         
#branding h3{
          height:40px;
          line-height:40px;
          margin:0;
          padding-left:10px;
          background: #F0F1ED;
          color: #333399
          }    
         
ul.mainNav {
   padding: 0px;
   list-style-type: none;
   width: 700px;
   margin:0 auto;
   text-align: left;
   background:#333399;
   }

ul.mainNav a {
   display: block;
   height: 10px;
   padding: 12px;
   line-height: 10px;
   font-weight: bold;
   color: #333399;
   text-decoration: none; 
   }

ul.mainNav li{
           float:left;
           }   
   
li.first a {
         height: 40px;
         line-height: 40px;
         }
         
ul.mainNav a:hover, ul.mainNav .selected a, li.teach a:hover, li.teach .selected a {
         color: #FFFF66;
         }
         
li.mainNav {
   display: inline;
   }
   
#wrapper {
         width: 700px;
         margin: 25 auto;
         text-align: center;
         background: #ffffff;
         }

#extra {
       float: left;
       top: 15px;
       width: 150px;
       background: #dee1d5;
       text-align: left;
       }         
         
#extra a {
       padding: 10px;
       display:block;
       color: #333399;
       text-decoration: none;
       font-size: small;
       }   
         
#content {
         float: right;
         top: 50px;
         margin: 10px;
         left: 10px;
         width: 530px;
         background: #fff url(seal_tx4.gif) no-repeat center center; 
         margin-bottom: 100px;
         text-align: center;
         }
          
#content p{
         font-family: Times New Roman;
		 font-size: 1.0em;
		 font-weight: normal;
         text-align: left;
         line-height: 27px;
         margin: 5px;
         }        
         
#content ul{
         font-family: Arial;
         font size: 1.7em;
         font-weight: normal;
         text-align: left;
         left-margin: 20px;
         }         
                  
#footer {
        width: 700px;
        float: right;
        background: #333347;
        color: #FFF;
        }
        
fieldset {
         text-align: left;
         color: #000;
         width: 400px;
         margin: 1em 0;
         padding: 1em;
         border: 1px solid #ccc;
         background: #f8f8f8;
         }                
         
legend {
       font-weight: bold;
       }
       
