/* BASICS */

body {  
	font: 10pt/14pt times; 
	color: tan; 
	margin-left: 140px;
	border: 0px;
	padding: 0px;
	line-height: 20px;
}

h1 {
	font: 25pt/35pt Arial Black;
        font-weight:bold;
        color:tan;
        text-decoration: underline;
        text-align: center;
}	

h2 {
	font: 18pt/24pt helvetica;
        font-weight:bold;
        color: tan;
        text-align: center;
        font-style: italic;
}	


a:link, a:visited, a:active { 
	text-decoration: none; 
	color: tan;
        font-weight: bold;
       
}

a:hover { 
	text-decoration: underline; 
	color: red;
}

table {
        border: 3; 
        font-weight:bold; 
        cell-padding: 10px;
        
	
}

td {
        text-align: center;
}	

.headcolumn {
         width: 17%;
         text-align: center;
         font-family: courier;
         font-weight: bold;
         vertical-align: middle;
         font-size: 15px
}

        
}

img {
	border: 3px solid #000000;
}

.tall {height:120;
       width:160;
}

.wide {height:160;
       width:120;
}

.container1 { 
	padding: 5px 5px 5px 0px;  
	margin: 15px 0px 10px 15px; 
	width: 80%;
	border: 1px #808080;
        vertical-align: bottom;
        background: #000080;
        color: #ffffff;
}

.container2 { 
	padding: 5px 5px 5px 5px;  
	margin: 10px 10px 10px 10px; 
	width: 80%;
	border: 0px solid #000000;
        text-align: left;
        vertical-align: center;
}


.noborder{
	border: 0px;
}

.headerquote {
	font: 12pt/18pt serif;
	font-style: italic;
	width: 80%;
	text-align: middle;
}

.linkheader {
	font: 16pt/20pt Arial;
	text-decoration: underline;
	font-weight: bold;
}

.linktext {
	margin-top: 10px;
	font: 12pt/16pt Arial;
	width: 80%;
	line-height: 15px;
	text-align: center;
}

.imgleft {
	float: left;
}

.imgleft1 {
	float: left;
        border: 0px;
}



.imgright {
	float: right;
}

.center {
        vertical-align: center;
        margin-top: 10px;

}
