body { margin: 0;
       font-family: Arial, Helvetica, "MS Sans Serif", sans-serif; 
       background-image: none;
       background-color: #FF9900; 
       }

#header {
         background-color: #eee;
         margin: 0 0 24px 0;
         border-bottom: 1px solid #666;
         padding: 6px;
}

#header p {
	margin: 0;
        padding: 6px;
	text-align: right;
}


#mainwrapper {
	      margin: 0 10%;
             
           
}
#maincontent {
           
}

#maincontent p, #maincontent h1, #maincontent h2 {
                 padding: 4px 0;   
                 line-height: 1.5em;       
}

#sidebar {
	position: static;
        float: right; 
        border-bottom: 2px solid #666;
        padding: 0 0 0 20px
        }

#sidebar p {width: 180px;
	    padding: 3px 6px;
	    display: block;
            background-color: #336699;
	    border: 2px solid #eee;
            font-weight: bold;
            text-color: #00CC00;
            text-align: left;             
            letter-spacing: 1px;          
            line-height: 1.5em;
} 

#tableone {
           position: static;
           float: right;
           padding: 0 15px;
}  

#tabletwo {
           position: static;
           float: left;
           width: 450px
           padding: 0 15px;
           
}              
#columnOne {
              position: static;
              float: left;
              width: 300px;
              font-size: 14px;
              vertical-align: top;
              /*/*/font-size: 100%; /**/
             }

#columnTwo {
            position: static;
            float: left;            
            width: 300px;
            padding: 0px 20px;
            font-size: 14px;
            vertical-align: top;
            /*/*/font-size: 100%; /**/
}
#award {
        border: 2px solid #666;
        padding: 0 10px 10px 10px;
        background-color: #EEEEEE;
}
 
#award p {
          text-align: center; 
}

#award h1 {
          text-align: center;       
}


#footer {
        position: static;
        clear: both;       
	magrin: 
}
#footer p {
        padding: 10px 0px 0px 40px;
        letter-spacing: 3px;
}

td, p, ul, ol {
          font-family: Arial, Helvetica, "MS Sans Serif", sans-serif;      
          h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
          h2:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/ 
          letter-spacing: 1px;      
         }

h1 { 
     font-size: 160%;
     font-color: #666666;              
}

h2 { 
     font-size: 120%;
     font-color: #666666;              
}
h3 { 
     font-size: 100%;
     font-color: #FF0000;             
}

#columnOne li {
            list-style-type: circle;
           line-height: 1.5em;
           }

#columnOne ul {
          
           }

#columnTwo li {
           list-style-type: circle;
           line-height: 1.5em;
}

#columnTwo ul {
          
           }

       

#sidebar a:link, #sidebar a:visited  {
	color: #00CC00;
        text-decoration: none;    
}

#sidebar a:hover {
	color: #003366;
        text-decoration: none; 
        }

#sidebar a:active  {
	color: #ff9900;
        text-decoration: none; 
        }

.currentPage {
            color: #FFFFFF !important; 
            /*/*/background-color: #FF9900 !important;
            display: block;           
            border: 2px solid #eee !important; /* */
            padding: 3px 6px;	  
           }

.list {
       list-style-type: circle;
       line-height: 1.5em;
}

.standout {
       font-color: #FF0000;
       font-weight: bold;
; color: #FF0000
}

