/*
  Easpy Plate Stylesheet
  Copyright (c) 2005 - 2007
*/


html, body {
           background: #FFFFFF;
           font-family: Verdana, Helvetica, Arial, sans-serif;
           font-size: 12px;
           color: #000000;
           scrollbar-face-color: #700417;
           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%
        }


#container {
   width: 800px;
   height: 600px;
   margin: 0;
   padding: 0;
   background: url('../images/citizens.jpg') no-repeat;
   background-color: #FFFFFF;
   background-position: center;
/*   border: 1px solid red;*/
   }

#banner {
   width: 100%;
   height: 80px;
   margin: 0;
   padding: 0;
/*   border: 1px solid orange;*/
   }

#column_left {
   width: 160px;
   height: 500px;
   margin: 0;
   padding-top: 100px;
   float: left;
/*   border: 1px solid yellow;*/
   }

#column_middle {
   width: 420px;
   height: 600px;
   margin: 0;
   padding: 0;
   float: left;
/*   border: 1px solid green;*/
   }

#column_right {
   width: 200px;
   height: 500px;
   margin: 0;
   padding-top: 100px;
   float: right;
/*   border: 1px solid indigo;*/
   }


#content {
        width: 95%;
        height: 500px;
        margin: 0;
        padding: 10px;
        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: none;
    /*list-style-color: #ffffff;*/
    }

#navigation li {
    padding-right: 20px;
    text-align: right;
    border-top: 1px solid #FFFFFF;
    /*display: inline;*/
    }

#navigation li a {
    background: #transparent;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    }

#navigation li a:hover {
    background: #FFFFFF;
    color: #700417;
    text-decoration: none;
    }


ul {
   list-style-type: square;
   list-style-color: #700417;
   }

li {
   padding-bottom: 10px;
   text-align: left;
   color: #000000;
   font-size: 12px;
   }

p  {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 140%;
  }

 A {
  color: #700417;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: none;
}


 A:hover {
  color: #700417;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: underline;
}

 h1 {
  color: #700417;
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  }

 h2 {
  color: #700417;
  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;
}

