body {
   font-family: arial,helvetica,sans-serif;
   font-size: 11px;
   text-align: center;
   background-color: #0183B7;
   background-image: url(images/bg.jpg);
   margin-top: 1;
   } 
a {
   color: #FFF;
   text-decoration: underline;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
   font-weight: bold;
   }

#container
{
    margin-left: auto;
    margin-right: auto;
    width: 864px;
    text-align: center;
    background-color: #B3D0DC;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #0183B7;
}
#banner { 
  width: 864px;
  height: 150px;
  background-color: #0183B7;
  background-image: url(images/header_back.jpg);
  font-weight: normal;
  text-align: left;
  }
#logo { 
  width: 100px;
  float: left;
  margin-top: 12px;
  margin-left: 10px;
}

#linkbar {   
   width: 864px; 
   height: 19px;
   background-color: #0183B7; 
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;
   text-align: center;
  }
#Marquebar {   
   width: 864px; 
   height: 19px;
   font-family: arial,helvetica,sans-serif;
   font-size: 12px;
   color: #fff;
   background-color: #000; 
   border-bottom: 1px solid #fff;
   text-align: center;
  }
#linkbar a:link { 
    font-family: Andale Mono,sans-serif; 
    font-size: 10px; 
    color: #fff; 
    font-weight: normal; 
    text-transform: uppercase; 
    text-decoration: none; 
    letter-spacing: 0.1em; 
    background-color: #0183B7;
    padding-left: 10px;
    }

#linkbar a:visited { 
    font-family: Andale Mono,sans-serif; 
    font-size: 10px;
    color: #fff; 
    font-weight: normal; 
    text-transform: uppercase;
    text-decoration: none; 
    letter-spacing: 0.1em; 
    background-color: #0183B7;
    padding-left: 10px;
    }
#linkbar a:active { 
    font-family: Andale Mono,sans-serif; 
    font-size: 10px;
    color: #993366; 
    font-weight: normal; 
    text-transform: uppercase;
    text-decoration: none; 
    letter-spacing: 0.1em; 
    background-color: #0183B7;
    padding-left: 10px;
    }
  
#linkbar a:hover {
    text-decoration: underline; 
    }
#linkcolumn {
   width: 160px;
   background-color: #0183B7;
   border-right: 1px solid #fff;
   height: 100%;
   min-height: 100%;
   float: left;
}
#linkcolumn a:link { 
    font-family: Andale Mono,sans-serif; 
    font-size: 10px; 
    color: #fff; 
    font-weight: normal; 
    text-transform: uppercase; 
    text-decoration: none; 
    letter-spacing: 0.1em; 
    background-color: #0183B7;
    padding-left: 15px;
    padding-top: 15px;
    }
#linkcolumn a:visited { 
    font-family: Andale Mono,sans-serif; 
    font-size: 10px;
    color: #fff; 
    font-weight: normal; 
    text-transform: uppercase;
    text-decoration: none; 
    letter-spacing: 0.1em; 
    background-color: #0183B7;
    padding-left: 15px;
    }
#linkcolumn a:active { 
    font-family: Andale Mono,sans-serif; 
    font-size: 10px;
    color: #fff; 
    font-weight: normal; 
    text-transform: uppercase;
    text-decoration: none; 
    letter-spacing: 0.1em; 
    background-color: #0183B7;
    padding-left: 15px;
    }
#linkcolumn a:hover {
    text-decoration: underline;
    }
#main {
  width: 864px;
  height: 100%;
  min-height: 100%;
  border-bottom: 1px solid #fff;
  color: #fff; 
  background-color: #B3D0DC;
  text-align: left;
  }

#main_text {
  width: 500px;
  height: 100%;
  min-height: 100%;
  float: left;
  color: #000;
  border-right: 1px solid #fff;
  margin:0px 0px -3px 0px;
  }
  
#main_text a {
  color: #0183B7;
}

#main_text h1{
    font-family: arial,helvetica,sans-serif;  
    color: #000;
    text-align: justify;
    font-weight: normal;
    font-size: 13px; 
    }
    
#main_text h2{
    font-family: arial,helvetica,sans-serif;
    color: #0183B7; 
    text-align: justify;
    font-size: 11px; 
    text-align: center;
    font-weight: bold;
    }

#content_right {
	width: 200px;
    height: 100%;
    min-height: 100%;
	margin:0px 0px 0px 0px;
    font-family: arial,helvetica,sans-serif;
    color: #0183B7; 
    text-align: justify;
    font-size: 11px; 
    text-align: center;
    font-weight: bold;
 
	float: left;
    

}
#content_right textarea {
    overflow: auto;
    font-size: 11px;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    }
    
#table {
    font-size: 8px;
  }
