div.tcontainer {
width:780px;
margin:0px;
border:1px solid #003399;
border-bottom:0px;
line-height:150%;
}

div.tcontent {
float:left;
width:160px;
margin:0;
border-left:1px solid purple;
border-right:1px solid purple;
border-top:1px solid purple;
padding:1em;
}

.floatleft {
float: left;
margin-top: 0px; 
margin-bottom: 10px;
margin-left: 0px;
margin-right: 10px;
}

.floatright {
float: right;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 10px;
}

div.container {
width:780px;
margin:0px;
border:1px solid #003399;
line-height:150%;
}

div.header, div.footer {
padding:0.5em;
color:white;
background-color: #003399;
clear:left;
}

div.content {
float:left;
width:160px;
margin:0;
border-left:0px solid purple;
padding:1em;
}

div.right {
margin-left:550px;
border-right:0px solid purple;
padding:1em;
}

A:link {color: rgb(204,51,0);}
A:visited {color: rgb(204,51,0);}
A:hover { color: rgb(204,51,0); }
A:active {color: rgb(204,51,0); }
 
h2, h3, h4, h5, h6 {
	font-family: Times New Roman;
}

h1 {
      font-family: Times New Roman;
      font-style: italic;
      font-weight: normal;
      font-size: 38px;
	color: black;
}

h2  font-weight: normal;
      font-size: 20px;
	color: black;

h3 {  color: black;
        font-style: italic; }
        
h4 { color: black;
        font-style: italic; }

h5 { color: black; 
        font-weight: normal; }  
            
h5.5a { color: black; 
        font-weight: bold; }              

h6 { color: #FFFFFF; 
	font-weight: normal;
	font-size: 10px; }    
	



       