* {
   margin: 0px;
   padding: 0px;
}


body {
   margin: 0 0 20px 0;
   color: #408e3d;
   background: #84c984;
   padding: 0;
}

#outer {
   background: #b4dab4;
   border: 1px solid #408e3d;
   margin: 20px auto;
   width: 700px;
}

#header {
   width: 690px;
   height: 40px;
   color: #408e3d;
   font-family: "Century Gothic";
   background: #ddeedd;
   padding-left: 5px;
   padding-right: 5px;
   border-bottom: 2px solid #408e3d;
   clear: both;
}

#header h1 {
   font-weight: normal;
   letter-spacing: 3px;
   text-transform: uppercase;
   float: left;
}

#header p {
   float: right;
   margin-top: 10px;
   text-transform: uppercase;
}

#left {
   width: 200px;
   float: left;
   margin-top: 10px;
   margin-bottom: 10px;
}

#right {
   width: 490px;
   float: right;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: 10px;
   text-align: left;
}

#footer {
   clear: both;
   font-size: 10px;
   text-align: center;
   border-top: 2px solid #408e3d;
   padding-top: 10px;
   padding-bottom: 10px;
   background: #ddeedd;
}

.title {
   border: 1px solid #408e3d;
   background-color: #93ca93;
   color: #408e3d;
   font-size: 8pt;
   font-weight: bold;
   text-align: center;
   text-transform: uppercase;
   letter-spacing: 2pt;
   padding: 3px;
   margin-bottom: 5px;
}

.stats {
   border: 1px solid #408e3d;
   background-color: #93ca93;
   color: #408e3d;
   font-size: 8pt;
   text-align: center;
   width: 85%;
}

a:active {
   color: #a8a8a8;
   font-weight: bold;
   text-decoration: none;
   text-transform: uppercase;
   cursor: pointer;   
}

a:link {
   color: #a8a8a8;
   font-weight: bold;
   text-decoration: underline;
   cursor: pointer;
}

a:visited {
   color: #a8a8a8;
   font-weight: bold;
   text-decoration: underline;
   cursor: pointer;
}

a:hover {
    color: #408e3d;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;    
}

.navigate {
    color: #408e3d;
    font-size: 7pt;
    text-transform: uppercase;
    text-decoration: none;
}

.navigate a:link {
    display: block;
    border-bottom: 1px solid #408e3d;
    background-color: #93ca93;
    color: #408e3d;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;    
    padding: 3px;
}

.navigate a:active {
    display: block;
    border-bottom: 1px solid #408e3d;
    background-color: #93ca93;
    color: #408e3d;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;    
    padding: 3px;
}

.navigate a:visited {
    display: block;
    border-bottom: 1px solid #408e3d;
    background-color: #93ca93;
    color: #408e3d;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;    
    padding: 3px;
}

.navigate a:hover {
    display: block;
    border-bottom: 1px dashed #93ca93;
    background-color: #408e3d;
    color: #93ca93;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;    
    padding: 3px;
}

table {
    color: #408e3d;
    font-size: 8pt;
}

td {
   padding: 5px;
}

b, i {
    color: #408e3d;
    font-size: 8pt;
    text-transform: uppercase;
}

li {
   margin-left: 40px;
}

input, textarea, select, option { 
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    color: #408e3d;
    font-size: 8pt;
    border: 1px solid #408e3d;
    background-color: #93ca93;
    padding: 2px;
    margin: 0 0 2px 0;
}

option {
    border-top: 0;
}

.input3 {
    background-color: transparent;
    border: 0;
}

fieldset { 
    border: 0; 
    margin: 1px 10px 12px auto; 
    padding: 0 1%;
    width: 99%; 
}

fieldset label {
    float: left;
    padding: 0 5px 0 0; 
    text-align: left; 
    width: 214px; 
}

.input1 { 
    width: 48%; 
} 

.input2 { 
    padding: 5px 3px; 
    width: auto;
}

.tc {
   text-align: center;
}
