body { background: #151515;  margin: 0; padding: 0;}

/* Basic Phrase Element Styles
---------------------------------------------------------- */
span { display: none;}
strong {font-weight: bold; color: #5e8ad7;}
strong2{font-weight: bold; color: #5e8ad7; font-size: 1.4em;}
strong3{font-weight: bold; color: #5e8ad7; font-style: italic;}
table {width: 700px;}
table.history {width: 700px; font-size: 0.8em;}
.perf_operaname { font-style: italic;}

/* Anchors
---------------------------------------------------------- */
a:link, a:active {text-decoration: none; color:#5e8ad7;}
a:visited {text-decoration: none;color:#5e8ad7;}
a:hover {text-decoration: none;color:#e4f1e6;}
a img {border-width: 0; border-style: none;}

.v2 a:link, a:active {text-decoration: none; color:#999999;}
.v2 a:visited {text-decoration: none;color:#999999;}
.v2 a:hover {text-decoration: none;color:#5e8ad7;}

/* Generic page structure
---------------------------------------------------------- */
#container{
   width: 900px;
   margin: 0 auto;
   }
   
#content-container{
   width: 700px;
   float: right;
   }
   
#content{
   width: 700px;
   min-height: 500px;
   font-family: helvetica;
   color: #999999;
   margin: 0;
   }
   
#content .top{
   font-size: 2em;
   color: #5e8ad7;
   text-transform: uppercase;
   margin: 0 0 10px 0;
   }
   
#content .middle{
   min-height: 420px;
   }
   
#content .middle .text{
   line-height: 1.25em;
   }
   
#content .middle .texthome{
   line-height: 1.25em;
   }
   
#content .bottom{
   height: 40px;
   }

#logo{
   width: 450px;
   height: 120px;
   align: right;
   margin: 0;
   padding: 0;
   }
   
#indexlink{
	text-align: center;
	margin: 20px;
	}
   
#navigation{
   width: 195px;
   float: left;
   padding: 0;
   }
   
.contactleft{
   float: left;
   width: 45%;
   }
   
.contactright{
   float: right;
   width: 55%;
   }
   
.left{
   float: left;
   width: 50%;
   }

.right{
   float: right;
   width: 50%;
   text-align: justified;
   }
   
img.flright{
	float: right;
	}
  
   
/* Footer structure
---------------------------------------------------------- */
#footer{
  width: 100%;
  font-size: 80%;
  margin-bottom: 10px;
  color: #999999;
  }
  
#footer-left{
  width: 32%;
  float: left;
  text-align: left;
  padding: 10px 0 10px 10px;
  }
  
#footer-center{
  width: 32%;
  float: left;
  text-align: center;
  padding: 10px 0;
  }
  
#footer-right{
  width: 32%;
  float: right;
  text-align: right;
  padding: 10px 10px 10px 0;
  }