html, body {
	margin: 3px;
	padding: 3px;
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: navy;
}
	

h1 {
	font-size: medium;
	font-weight: bold;
	color: blue;
}
h2 {
	font-size: small;
	color: blue;
	font-weight: bold;
	}
h3 {
	font-size: small;
	color: navy;
	font-weight: bold;
}
h4 {
	font-size:x-small;
	color: navy;
	font-weight: bold;
	}
	p{
	font-size: x-small;
	
}
.smalltext {
	font-size: xx-small;
	}

.input {
	font-size: xx-small;	
}

a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: #4682B4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #778899;
}
	a:active {
	color: #4169E1;
}
ul {
	font-size: x-small;
	}
.colour1 {
	background-color: navy;
}
.colour2 {
	background-color: blue;
}
.colour3 {
	background-color: #DCDCDC;
}
.colour4 {
	background-color: #F5F5F5;
}
.colour5 {
	background-color: #DBDBFF;
}
.colour6 {
	background-color: White;
	
}
/*side navigation*/
.side{
	text-decoration: none;
	font-size: x-small;
	color:navy;
}
.sidebold{
	text-decoration: none;
	font-size: x-small;
	color:navy;
	font-weight:bold;
}
a.side:link{
text-decoration: none;
	font-size: x-small;
	color:navy;	
}
a.side:visited{
text-decoration: none;
	font-size: x-small;
	color:navy;
	
}
a.side:hover{
	color: blue;	
	text-decoration: none;
	font-size: x-small;
}
a.side:active{
	color: #778899;
	text-decoration: none;
	font-size: x-small;
	}
	/*sidesmall navigation*/
.sidesmall{
	text-decoration: none;
	font-size: xx-small;
	color:navy;
}
.sideboldsmall{
	text-decoration: none;
	font-size: xx-small;
	color: Blue; /*font-weight:bold;*/
}
a.sidesmall:link{
text-decoration: none;
	font-size: xx-small;
	color:navy;	
}
a.sidesmall:visited{
text-decoration: none;
	font-size: xx-small;
	color:navy;
	
}
a.sidesmall:hover{
	color: Gray;
	text-decoration: none;
	font-size: xx-small;
}
a.sidesmall:active{
	color: #778899;
	text-decoration: none;
	font-size: xx-small;
	}
/*footer navigation*/
a.foot:link{
	color: Gray;
	text-decoration: none;
	font-size: xx-small;
}
a.foot:visited{
	color:navy;
	text-decoration:none;	
	font-size: xx-small;
}
a.foot:hover{
	color: blue;
	text-decoration: none;
	font-size: xx-small;	
}
a.foot:active{
	color: #778899;
	text-decoration: none;
	font-size: xx-small;
}
	
	.borders{
	border-top: 1px solid blue;	
}
.border-blue{
	border: 1px solid blue;	
}
.border-bottom{
	border-bottom: 1px solid blue;
	}	
	.justify{
	text-align: justify;
}

.border-blue2{
	border: 1px solid blue;	
	padding: 2px 2px 2px 2px;
}
.bio {
float: left;
}
#bios {
float: left;
margin-right: 20px;
margin-bottom: 10px;
clear: left;
}
#bios2 {
float: left;
margin-right: 20px;
margin-bottom: 10px;
clear: left;
}
#bios3 {
float: left;
margin-right: 25px;
margin-bottom: 40px;
clear: left;
}
#bios4 {
float: left;
margin-right: 20px;
margin-bottom: 75px;
clear: left;
}
#bios5 {
float: left;
margin-right: 20px;
margin-bottom: 10px;
clear: left;

}
#bios6 {
float: left;
margin-right: 20px;
margin-bottom: 80px;
clear: left;
}  
.biotext {
float: left;
clear: left;
}
#biotext1 {
margin-left: 117px;
}
#biotext2 {
margin-left: 117px;
}
#biotext3 {
margin-left: 110px;
}
#biotext4 {
margin-left: 135px;
}