/*
  Easpy Plate Stylesheet
  Copyright (c) 2005 - 2007
*/

html, body {
           background: #000000;
           font-family: Verdana, Helvetica, Arial, sans-serif;
           font-size: 10px;
           color: #FFFFFF;
           scrollbar-face-color: #000000;
           scrollbar-arrow-color: #cccccc;
           scrollbar-base-color: #FFFFFF;
           scrollbar-shadow-color: #FFFFFF;
           scrollbar-darkshadow-color: #cccccc;
           scrollbar-highlight-color: #FFFFFF;
           scrollbar-3dlight-color: #FFFFFF;
           scrollbar-track-color: #FFFFFF;

           margin: 0px;
           padding: 0;
           height: 100%;
           border: none;
      }

#fullheight{
        height:100%;
        background: url('') no-repeat;
        background-position: center;
        }


#container {
   width: 800px;
   height: 600px;
   margin: 0;
   padding: 0;
   background: url('../images/') no-repeat;
   background-color: #transparent;
   background-position: center;
/*   border: 1px solid red; */
   }

#banner {
   width: 800px;
   height: 600px;
   margin: 0;
   padding: 0;
/*   border: 1px solid orange;  */
   }

#column_left {
   width: 0px;
   height: 600px;
   margin: 0;
   padding: 0;
   float: left;
/*   border: 1px solid yellow; */
   }

#column_middle {
   width: 800px;
   height: 600px;
   margin: 0;
   padding: 0;
   float: left;
/*   border: 1px solid green;*/
   }

#column_right {
   width: 0px;
   height: 600px;
   margin: 0;
   padding: 0;
   float: right;
/*   border: 1px solid indigo; */
   }


#content {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow: auto;
        background: #transparent;
/*        border: 1px solid violet;  */
        }

#footer {
   width: 100%;
   height: 5%;
   margin: 0;
   padding: 0;
/*   border: 1px solid orange;*/
   }

#navigation ul {
   width: 100%;
   margin: 0;
   padding: 0;
   list-style-type: square;
   list-style-color: #dbbf6d;
   }

#navigation li {
    /*border-left: 2px solid #dbbf6d;*/
    padding: 9px;
    text-align: left;
    display: inline;
    }

#navigation li a {
    background: #000000;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    }

#navigation li a:hover {
   text-decoration: underline;
   }


ul {
   list-style-type: square;
   list-style-color: #000000;
   }

li {
   padding-bottom: 3px;
   text-align: left;
   color: #000000;
   font-size: 12px;
   }

p  {
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 140%;
  }

 A {
  color: #FF0000;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: none;
}


 A:hover {
  color: #FF0000;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: underline;
}

 h1 {
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  }

 h2 {
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  }

 h3 {
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  }

.submit_button {
        background: #FFFFFF;
        color: #cccccc;
        font-weight: 900;
}