body { 
        text-align:center;
        background-image:url("/images/lbg2.jpg");
        color:Cyan;
}
a {
float: left;
width: 100%;
height: 15px;
xbackground-color: #00cccc;
background-color:  #0a2f4a;
xcolor: #0a2f4a;
xcolor:#001f3d;
color:white;
line-height: 15px;
font-family: "Calibri", "Verdana", "Tahoma", "Arial";
text-decoration: none;
border-bottom: 1px solid black;
}

a:hover { 
float: left;
width: 100%;
height: 15px;
background-color: #dcdcdc;
color: #000000;
line-height: 15px;
font-family: "Calibri", "Verdana", "Tahoma", "Arial";
text-decoration: none;
}


.content {
color:white;
}

.calc {
float:left; 
margin-right:9px;            
}

.calctable {
border:6px solid #12415b; 
background-color:#0a2f4a; 
}


 
#wrapper {
        margin-top:0px;
        margin-right:auto;
        margin-bottom:0px;
        margin-left:auto;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
 
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:200px;
	z-index:1;
	color: Cyan;
        line-height:35px;
}
 
#footer {
	position:absolute;
	left:0px;
	top:999px;	
	width:100%;
	height:50px;
	z-index:2;
	color: Cyan;
}
 
#middle {
	position:absolute;
	left:0px;
	top:205px;
	width:100%;
	height:450px;
	z-index:3;
}
 
#navl {
	position: absolute;
	height: 285px;
	width: 13%;
	left: 1%;
	top: 0px;
        text-align:left;
}
 
#content {
	xbackground-color: #F8F8FF;
	position: absolute;
	width: 70%;
	left: 15%;
	top: 60px;
        text-align:left;
}
#navr {
	position: absolute;
	height: 285px;
	width: 14%;
	right: 0px;
	top: 0px;
        text-align:left;
}
 
.prettybig {
  text-align:center;
  font-weight:bold;
  font-style: italic;
  color: Cyan;
  font-size:30px;
}
 
.verybig {
  text-align:center;
  font-weight:bold;
  font-style: italic;
  color: Cyan;
  font-size:40px;
}
.bolditalic {
  color: Cyan;
  font-weight:bold;
  font-style: italic;
}
 
p.redtxt {
  font:verdana;
  color:red;
  font-color:red;
}
 
.boldcentext {
  text-align:center;
  font-weight:bold;
}
 
.gems {
  color:#00cccc;
} 
  

