* { 
    padding: 0;
    margin: 0;
    }

body {
       font-family : Verdana, Arial, sans-serif ;
       font-size : 10pt;
       color: #FFF;
       background: #111;
       }

a {
    text-decoration: none;
    color:#FF9621;
    }
a:hover {
          color: #FFF;
          border-bottom: 1px dashed #FFF;
          }

h1 {
     color: #FF9621;
     font-family: serif ;
     font-size: 18pt;
     }
h2 { 
         font-size: 14pt;
         text-align: left;
         color: #FF9621;
}
h3 { 
         font-size: 12pt;
         text-align: left;
         color: #FF9621;
}

p { 
    text-align: justify;
    padding: 5px;
    }

li { 
     list-style-type: none; 
     }

td { 
     text-align: middle;
}

label{ 
       width: 8em;
//       float: left;
//       text-align: right;
       margin-right: 0.5em;
       display: block
 }
select { 
        background: #000;
        color: #FFF;
        border: 1px solid #FFF;
 }
input { 
        background: #000;
        color: #FFF;
        border: 1px solid #FFF;
        }

#title {
/*         width: 100%; */
        background: #444;
        height: 40px;
        margin: 0;
        padding: 20px;
}

#bottom { 
/*          width: 100%; */
          background: #444;
         text-align: right;
          clear: both;
}

#wrap { margin: 20px auto;      width: 90%; background: #111; 
}


#menu { 
        width: 170px;
        float: right;
        text-align: right;
        margin-right: 25px;
	background: #222; 
}
#menutop {
	text-decoration: none;
	color: White;
	text-align: center;
        font-size: 10pt;
}

#content { 
           width: 700px;
//	   height: 300px;
           }

#textbox { 
           padding: 10px;
           margin: 10px;
           background: #222;
}

.left {
	float: left;
}
.right {
	float: right;
}
