body 
{
background-color:rgb(110,150,203);
text-align:center;
}
/*Set up the style for the border of the page*/
div.container
{
width:785px;
margin:0 auto;
border-width:2px;
border-style: solid;
border-color:rgb(58,57,63);
background-color:rgb(255,255,255);
}
/*Set up the grey bar for the footer*/
div.footer
{
color:white;
background-color:rgb(58,57,63);
}
/*Set up the div for the links.  I adjusted
  font size and line height to try to make links
  look good, and added some padding as well.
  Pixel width is somewhat arbitrary, but works
  out to about a quarter of the container*/
div.left
{
float:left;
width:200px;
margin:0;
padding:1em;
font-size:90%;
line-height:75%;
background-color:rgb(255,255,255);
}

/*Set up the content of the page.  Margin is set to
  the width of the links.  I use the relative position
  to pull the content page up onto the blank space from
  the divider image.*/
div.content
{
	margin-left:200px;
	position:relative;
	top:-55px;
	padding:1em;
	background-color:rgb(255,255,255);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p.content
{
text-align:justify;
font-family:Tahoma,Helvetica,Arial,sans-serif;
font-size:small
line-height:120%;
padding-left:5%;
padding-right:5%;
}
h1.header
{
padding:0;
margin:0;
}
td
{
padding-right:1em;
padding-left:1em;
}
.grey {
	color: #666;
}

