
	/* user interface style */
	.myBox {
    margin-right: -45%;
	margin-left: 40px;
    color: #000;
   float:left;
    padding:  0 15px 0 15px;
    text-align: center;
    background:#f2f2f2;
    border-bottom:solid #252e58 2px;
  border-left:solid #252e58 2px;
  border-right:solid #252e58 2px;
background-image : url('boxbg.jpg');
min-height: 70px;
max-height: 400px;
width: 260px;
    /* Do rounding (native in Firefox and Safari) */
	-moz-border-radius-bottomleft:3ex;
  -moz-border-radius-bottomright:3ex;
  -webkit-border-bottom-left-radius:3ex;
  -webkit-border-bottom-right-radius:3ex;
}
.myBox h2 { padding: 0; margin-top: 0px; font-family: "Times New Roman, sans-serif; font-style:  italic; font-size:35px; color: #003366;font-weight: normal; }

#blogsearch {
   position: absolute;
	margin-left: 25%;
    color: #000;
	width: 410px;
   min-height: 40px;
   white-space: nowrap;
background-image : url('boxbg.jpg');
   padding-top:  0;
   padding: 5px;
   
    text-align: left;
    
    border-bottom:solid #003366 3px;
  border-left:solid #003366 3px;
  border-right:solid #003366 3px;


    /* Do rounding (native in Firefox and Safari) */
  -moz-border-radius-bottomleft:3ex;
  -moz-border-radius-bottomright:3ex;
  -webkit-border-bottom-left-radius:3ex;
  -webkit-border-bottom-right-radius:3ex;
  font-size : 8pt; 
}
#blogsearch a{ 

font-size : 8pt; 
} 
 h2.slogan {padding: 5px; text-align: center; margin-top: 135px;font-family: sans-serif; font-style:  italic; font-size:20px; color: #fff;font-weight: normal; }


#tnav
{
padding: 0;
height : 30px;
width : 99%; 
position:absolute;
	bottom:0;

}

#tnav UL
{
margin: 0px;
height : 30px;


}

#tnav li
{
list-style: none;
float: left;
width: 125px;
margin: 0;
height : 30px;
 -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  border-top:groove #003366 2px;
  border-left:groove #003366 2px;
  border-right:groove #003366 2px;
background: #fff;
}

#tnav li a
{
margin: 0px;
padding-top: 4px;
display: block;
text-decoration: none;
color : #000;
 
font-size : 10pt;
font-weight : bold;
font-family : "Trebuchet MS", "verdana", serif;
text-align: center;
height : 26px;

}

#tnav li a:hover, #tnav a#current
{
background:#003366; 
color:#fff;
  -webkit-border-top-left-radius:8px;
  -webkit-border-top-right-radius:8px;
  -moz-border-radius-topleft:8px;
  -moz-border-radius-topright:8px;

}




#tnav li.active
{

color : #000;
font-size : 9pt;
font-weight : bold;
font-family : "Trebuchet MS", "verdana", serif;
text-decoration : none;

}
//-->
