body{
background:black;
font-family:verdana;
}

div#container_inside{
  width:1000px;
  height:650px;
background: url(../img/background_large5.jpg);
background-repeat: no repeat;
border:solid 1px black;
position:absolute;
left:50%;
margin-left: -500px;
text-align: center;
}

div#masthead{
background:url(../img/logo2.jpg);
height:120px;
font-size:40pt;
text-align:center;
}

div#navlinks{
text-align: center;
}

#navlinks a{
color: white;
text-decoration: none;
padding: 1em;
background: 395210;
border: solid 1px white;
}

div#left_main{
float:left;
width:500px;
height:450px;
/*border:solid thin green;*/
margin-down:1ex;
text-align: center;
}


div.transbox
  {
  padding: 10px;
  font-size:11pt;
  width:900px;
  height:410px;
  position: absolute;
  left: 50%;
  margin-left: -450px;
  margin-top: 30px;
  background-color:#ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
   overflow: auto;
     text-align: justify;
  }
div.transbox p
  {
  margin:30px 40px;
  font-weight:bold;
  color:#000000;
  padding: 1em;
  text-align: justify;
 
  }
  
  span.important{
  font-weight: bold;
  }

div#footer{
clear:both;
/*border:solid thin blue;*/
background:black;
font-size:10pt;
color:white;
text-align:center;
}

div#navlinks_bottom{
clear:both;
}

div#navbottom{
clear:both;
/*border:solid thin orange;*/
text-align:center;
font-size:8pt;
color:black;
padding:1ex 0;
}

table.toplinks td{
text-align: center;
margin-right: 10px;
width: 200px;
margin-left: 0;
}

table.toplinks td.first{
text-align: left;
}

table.toplinks td.last{
text-align: right;
margin-right: none;
}

h1{
font-size:16pt;
color:green;
text-align:center;
}

div#imgn{
text-align:center;
}





