
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #89B3DD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#container{
	background-color: #89B3DD;	
}

.banner {
 	width: 100%;
  	
}

.menu {
  	text-align:center
}

.projects {
	width: 100%;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;  	
}

.staff {
	width: 100%;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;  	
}

table {
	width: 97%;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
}

th.owner {
	width: 25%;
}

th.ref {
	width: 10%;
}

th.desc {
	width: 40%;
}

th.link {
	width: 25%;
}

th.carole{
	width: 39%;	
}

th.marguerite{
	width: 39%;
}
th.lead{
	width: 22%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	text-align:center;
	font-size: 26px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 22px;
	text-align:center;
}

h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	text-transform: none;
	text-align:center;
	color: #003;
	font-size: 18px;
}

ul {
	display:block;
	font-size: large;
	text-align: left;	
}

hr {
	width:99%;
	size:4;
	text-align:center;
}

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #0000FF;
}
.style2 {
	font-size: large;
	text-align: left;
	}	
.style5 
   {font-size: 24px
	}
.style21 
   {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #0000FF;
}
a img {
	 border:none;
}
a:hover {
	color: #F00;
}

