/*
  $Id: easy1.css, 2006/10/10
  Copyright (c) 200

*/

html, body {
           background-color: #ffffff;
           font-family: Verdana, Helvetica, Arial, sans-serif;
           font-size: 12px;
           color: #ffffff;
           scrollbar-face-color: #ffffff;
           scrollbar-arrow-color: #FFFFFF;
           scrollbar-base-color: #dc7b7b;
           scrollbar-shadow-color: #dc7b7b;
           scrollbar-darkshadow-color: #cccccc;
           scrollbar-highlight-color: #dc7b7b;
           scrollbar-3dlight-color: #dc7b7b;
           scrollbar-track-color: #dc7b7b;
           margin: 0;
           padding: 0;
           height: 100%;
           border: none;
      }

#fullheight{
        height:100%;
        background: #ffffff;
        }

#container {
           width: 925px;
           height: 530px;
           margin: 0;
           padding: 0;
/*           background: url('') no-repeat;   */
/*           border: 1px solid #0000FF;  */
        }

#banner {
        width: 0px;
        height: 0px;
        margin-top: 0px;
        margin-left: 0px;
        }

#column_left {
        width: 525px;
        height: 530px;
        margin: 0;
        padding-top: 0;
        float: left;
        background-color: #ffffff;
/*        border: 1px solid #0000FF;  */
        }

#column_right {
        width: 398px;
        height: 530px;
        margin: 0;
        padding: 0;
        float: right;
        background-color: #dc7b7b;
/*        border: 1px solid #0000FF;   */
        }

#content {
        width: 345px;
        height: 340px;
        margin: 90px 0px 0px 20px ;
        padding: 15px;
        overflow: auto;
        }

#content p  {
  color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 550px;
  line-height: 140%;
  }

#content A {
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
}


#content A:hover {
  color: #006699;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

#content h1 {
  color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  }

#content h2 {
  color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  }

#navigation ul {
              width: 100%;
              margin: 0;
              padding: 0;
              list-style-type: square;
              list-style-color: #ffffff;
        }

#navigation li {
        width: 140px;
        height: 38px;
        padding: 0;
        text-align: center;
        display: block;
/*        border: 1px solid #0000FF;*/
        }

#navigation li a {
        background: #transparent;
        color: #ffffff;
        font-size: 17px;
        font-weight: 900;
        text-decoration: none;
        }

#navigation li a:hover {
        font-size: 27px;
        text-decoration: none;
        }

#footer {
  color: #000000;
  background-color: #FFFFFF;
  }