/*
  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('') no-repeat;
   background-color: #transparent;
   background-position: center;
/*   border: 1px solid red;*/
   }

#banner {
   width: 650px;
   height: 75px;
   margin: 0;
   padding: 0;
/*   border-bottom: 10px solid #ffffff;*/
/*  background: url('../images/emg_logo_long_trans.png') no-repeat;*///
   background-color: #transparent;
   background-position: center;
/*   border: 1px solid orange;*/
   }

#column_left {
   width: 140px;
   height: 600px;
   margin: 0;
   padding: 0;
   float: left;
/*   border: 1px solid yellow;*/
   }

#column_middle {
   width: 650px;
   height: 600px;
   margin: 0;
   padding: 0;
   float: left;
/*   background: url('../images/emg_logo_540.jpg') no-repeat;*/
   background-color: #dc0f0a;
/*   background-position: center;*/
/*   border: 1px solid green;*/
   }

#column_right {
   width: 0px;
   height: 600px;
   margin: 0;
   padding: 0;
   float: right;
/*   border: 1px solid indigo; */
   }


#content {
        width: 625px;
        height: 505px;
        margin: 0;
        padding: 10px;
        overflow: auto;
/*        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-bottom: 14px;
    text-align: left;
/*    display: inline;*/
    }

#navigation li a {
    background: #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    }

#navigation li a:hover {
/*   text-decoration: underline;*/
    color: #dc0f0a;
    font-size: 14px;
    font-weight: bold;
/*    border-left: 4px solid #dc0f0a;*/
   }


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%;
  }

p#big {
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  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;
}

#content A {
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: underline;
}

 h1 {
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  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;
}