/* File: style.css
 * Date: August, 2006
 * Author: Paula Mangas
 */

* {
   margin: 0;
   padding: 0;
}

body {
   color: #000000;
   width: 100%;
   font: 95% Sans-serif, Verdana, Geneva, Arial, Helvetica;
}
 
a {
   border-left: 0px;
   border-right: 0px;
   border-top: 0px;
   border-bottom: 1px;
}

a:link {
   color: #000000;
   background: transparent;
   text-decoration: none;
   border-style: double;
}

a:visited {
   color: #cc0000;
   background: transparent;
   text-decoration: none;
   border-style: dashed;
}

a:hover {
   color: #000033;
   background: #ffffff;
   text-decoration: none;
   border-style: none;
}

ul li {
   list-style: square;
}

h1 {
  font-size: 200%;  
  padding-top: 10px;
  color: #009999;
  font-family: Arial, Geneva, Helvetica, sans-serif;  
} 

h2, h3, h4, h5, h6 {
  padding-top: 10px;
  color: #009999;
  font-family: Arial, Geneva, Helvetica, sans-serif;  
} 


h3, h4 {
   padding-left: 10px;
}


img {
   padding-top: 10px;
   padding-left: 15px;
   padding-right: 15px;
   border-style: none;
   float: left;
}

#header {
   width: 100%;
   height: 120px;
   background: url('images/logo.png') no-repeat;
}

#tab {
   width: 95%;
   margin-left: auto;
   margin-right: auto;
}

#tab_container {
   text-align: right;
   background: #ffffff;
}

.home {
   color: #ffffff;
   float: left;
   padding-left: 25px;
   padding-right: 10px;
   background: #009999 url('images/home.JPG') no-repeat;
}

#tab_container ul {
   white-space: nowrap; 
}

#tab_container ul li {
   display: inline;
}

#tab_container ul li a {
   color: #ffffff;
   padding-left: 20px;
   padding-right: 10px;
   text-decoration: none;
   border-style: none;
   background: #009999 url('images/bullet_vertical_inv.JPG') no-repeat;
}

#tab_container ul li a:hover {
   color: #009999;
   background: #ffffff url('images/bullet_vertical.JPG') no-repeat;
}

#content {
   width: 95%;
   margin-left: auto;
   margin-right: auto;
   border: 1px solid #000000;
   border-color: #009999;
}

#content p {
   margin: 10px;
}

#menu_container {
   float: left;
   width: 135px;
}

.menu_head {
   background: #009999 url('images/clip_inv.JPG') no-repeat;
   color: #ffffff;
   padding-left: 20px; 
   padding-top: 2px;
   padding-bottom: 2px;
}

#menu_button ul {
   margin: 0;
   padding: 0;
   background: #ffffff;
}
 
#menu_button li {
   padding-top: 3px;
   text-align: left;
   list-style-type: none;
   background: #ffffff; 
}

#menu_button li a {
   padding-left: 20px;
   padding-top: 2px;
   padding-bottom: 2px;
   display: block;
   width: 100%;
   color: #009999;
   border-left: 1px solid #ffffff;
   border-bottom: 2px solid #009999;
   border-right: 1px solid #009999;
   background: transparent url('images/bullet_horizontal.JPG') no-repeat;
}

#menu_button li a:link {
   text-decoration: none;
   width: 100%;
}

#menu_button li a:hover {
   color: #ffffff;
   width: 100%;
   background: #009999 url('images/bullet_horizontal_inv.JPG') no-repeat;
}

#menu_button p {
   text-align: justify;
}

#menu_button p a {
   display: inline;
   border-style: none;
   background: #ffffff; 
}

#menu_button p a:hover {
   color: #ffffff;
   background: #009999;
}

.title {
   padding-top: 2px;
   padding-bottom: 2px;
   text-align: center;
   color: #ffffff;
   font-size: 140%;
   font-weight: bold;
   background: #009999;
}

.note {
   margin-top: 5px;
   margin-right: 5px;
   background: #ffffff;
/*   width: 185px;*/
   width: 25%;
   font-size: 75%;
   float: right;
   border: 1px dashed #009999;
   padding-left: 5px;
   padding-right: 5px;
}

.note .new {
   background: #336699;
   color: white;
   font-weight: bold;
   font-size: 110%;
   padding-left: 5px;
   padding-right: 5px;
}

.note .hint {
   background: red;
   color: yellow;
   font-weight: bold;
   font-size: 110%;
   padding-left: 5px;
   padding-right: 5px;
}

.note ul {
   margin-top: 10px;
   margin-bottom: 10px;
}

.note ul li {
   margin-left: 15px;
}

.note .hint_old {
   background: #009999;
   color: yellow;
   font-weight: bold;
   border-bottom: 2px solid #009999;
   padding-left: 5px;
   padding-right: 5px;
}

.note .hint_title {
   margin-top: 5px;
   background: #ffffff;
   color: red;
   font-weight: bold;
}

.news {
   margin-top: 15px;
   margin-left: 175px;
   margin-right: 28%;
   background: transparent;
   font-size: 75%;
}

.news .new {
   color: #ffffff;
   padding-left: 5px;
   padding-right: 5px;
}

.news .old {
   border-bottom: 3px solid #009999;
   border-top: 1px solid yellow;
   padding-left: 5px;
   padding-right: 5px;
   font-weight: bold;
}


.news ul {
   padding-left: 35px;
   padding-top: 5px;
   padding-bottom: 15px;
}

.news ul li {
   font-size: small;
   padding-top: 2px;
   padding-bottom: 2px;
}

.main {
   margin-top: 15px;
   margin-left: 175px;
   margin-right: 2%;
   background: transparent;
   font-size: 75%;
}

.main .new {
   color: #ffffff;
   padding-left: 5px;
   padding-right: 5px;
}

.main .old {
   border-bottom: 3px solid #009999;
   border-top: 1px solid yellow;
   padding-left: 5px;
   padding-right: 5px;
   font-weight: bold;
}


.main ul, ol {
   padding-left: 35px;
   padding-top: 5px;
   padding-bottom: 15px;
}


.main ul li {
   font-size: small;
   padding-top: 2px;
   padding-bottom: 2px;
   text-align: justify;
}

.main ol li {
   font-size: small;
   padding-top: 2px;
   padding-bottom: 2px;
   text-align: justify;
}


p {
   padding-top: 7px;
   padding-bottom: 7px;
   text-align: justify;
   font-size: 120%;
}

hr {
   background: #ffffff;
   border-style: dashed;
}


