html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: #6AA0F7;
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 8pt; 
  color: #0a1e57;
  //text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

*img
{
		border-style: none;
}


/* === Containers === */



#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  width: 760px;
}

#second_container
{
  position: absolute; 
  top: 50%;
  vertical-align: middle;
  width: 100%; 
}

#third_container
{
  position: relative; 
  top: -213px; 
  width: 760px;
}



/* === Menu === */



#menu
{
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
  outline: none;
}

#menu a:link, #menu a:visited
{
  color: #ffffff; 
  background-color: #6AA0F7;
}

#menu a:hover, #menu a:active
{
  background-image: url('images/taba2.gif');
  color: #ffffff; 
}

#menuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/taba.gif');    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}





/* === Other Divs === */
 


.border
{
  background-color: #ffffff;
  padding: 15px 15px 15px 200px;
  height: 347px;
  background-image: url('images/back.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}


.content
{
  padding-right: 15px;
  padding-top: 5px;
  padding-left: 10px;
  height: 260px;
  overflow: auto;  
}

.designinfo
{
  color: white;
  margin-top: 5px;
  text-align: right;
  background-color: inherit;
  color: #ffffff;
}

.designinfo a
{
  text-decoration: none;
  color: #ffffff;
}

.designinfo a:hover, .designinfo a:active
{
  
  text-decoration: underline;
  
  color: #ffffff;
}




/* === Inline Text Styles === */



h1
{
  padding-left: 13px;
  padding-bottom: 49px;
  padding-right: 10px;
  padding-top: 0;
  margin: 10px 0 -40px -2px;
  font-size: 16px;
  color: #ffffff;
  background-color: inherit;

}

h2
{
  font-size: 14px;
  color: #ffffff;
  background-color: inherit;

}


.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text
{
  margin-left: 12px;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}

.text a
{
  text-decoration: none;
  color: #ffffff;
}

.text a:hover, .text a:active
{
  
  text-decoration: underline;
  
  color: #ffffff;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}


.bold
{
  font-weight: bold;
}