/* CSS Document */

  body {
    font: 82.00% "Lucida Grande", "Trebuchet MS", Verdana, Lucida,Arial,sans-serif;
  }
  h1{margin: 0;padding: 20px 0 10px 5px;font-size: 300%;color: #FF744C}
  h2,h3,h4{margin:0;padding-left: 5px;line-height: 30px;color: #333}
  h2{font-size: 160%}
  h3{font-size:130%}
  h4{font-size:120%}
  p{margin: 0 5px;padding: 0 0 0.7em}
  div#container{width:1020px;margin: 0 auto}
  div#header{padding-bottom:2px; background: #ffffff}
  
  div#main{float:left;width:1020px}
  div#content{float:right;width:790px; height:350;}
  div#nav{float:left;width:220px; height:350; font-size:85%; background: #b0302d; border-color: #c90200; border-radius: 10px 10px 10px 10px;}
  div#extra{float:right;width:20px; height:350; font-size:85%; background: #045a95}
  div#footer{clear:both;width:100%;padding-top:5px; margin-top:2px; background: #045a95}
  div#footer1{clear:both;
             float:left;
             width:1020px;
             padding-top:5px; 
             margin-top:2px; 
             background: #045a95;
             position: relative;
             z-index:-1;
  }
  div#footer2{
             float:left;
             width:1020px;
             padding-top:5px; 
             margin-top:2px; 
             margin-left:1px; 
             background: #b0302d;
  }

  #footerdiv {
    position: relative;
    left: 0;
    bottom: 0;
    width: 98%;
    height: 30px;/*The footer' height*/
    background: #6cf;
    clear:both;
  }
  

  .lnk {
      color: #ffffff;
      text-decoration: none;
  }

  .tab { 
  	font-family: verdana,sans-serif; 
  	font-size: 14px;
  	width: 280px;
  	white-space: nowrap;
  	text-align: center;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	cursor: pointer;
  	}
  .tabhold { 
  	background-color: #ced5de;
  	color: black;
  	}
  .tabfocus { 
  	background-color: #2e468e;
  	color: white;
  	}
  .tabcontent { 
  	font-family: sans-serif; 
  	font-size: 14px;
  	width: 790px;
  	height: 410px;
  	padding-top: 15px;
  	padding-left: 10px;
  	padding-right: 10px;
    overflow: auto;
  	}
  .tabsize { 
  	width: 150px;
  	padding-top: 1px;
  	padding-left: 1px;
  	padding-right: 1px;
    overflow: hidden;
  	}

  .shapebordo { 
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    border-left: 2px solid red;
    border-right: 2px solid red;
  	}


a.txtfooter:link {
  font-family:verdana, arial;
  font-size:16px;
  font-weight: bold;
  color:#ffffff;
  text-decoration: none;
} 

a.txtfooter:visited {
    color: #ffffff;
} 
    
.multi {
  background-color: white;
  font-size: 18px;
  border: 1px solid gray;
  border-radius: 0px;
  width: 260px;
  height: 25px;
  margin:3px;
}

.multi:active {
  background-color: #76a1cf;
  font-size: 18px;
  border: 1px solid red;
  border-radius: 0px;
  width: 260px;
  height: 25px;
  font-size: 20px;
  font-weight: bold;
  margin:3px;
}

.multi:hover {
  border: 1px solid #76a1cf;
  border-radius: 0px;
  width: 260px;
  height: 25px;
  font-weight: bold;
  margin:3px;
}

.multi_on {
  background-color: #b0302d;
  font-size: 18px;
  color: white;
  border: 1px solid #76a1cf;
  border-radius: 0px;
  width: 260px;
  height: 25px;
  font-size: 20px;
  font-weight: bold;
  margin:3px;
}


.txtinput {
  border:1px solid #b0302d;
  border-radius: 0px;
  font-family: Microsoft Sans Serif;
  font-size: 11px;
  background-color: white;
  padding: 1px;
  width: 150px;
  margin:3px;
}

.txtinput:focus {
  background-color: yellow;
}

