/* CSS stylesheet for Sheffield FMS group */

body
{
  background: yellow;
  color: black;
}

i 
{ 
  font-family: 'Times New Roman',serif;
  font-style: italic;
}

/* main content on each page */
div.main
{
  width: 800px;
  margin: auto;
  background: white;
  font-family: Arial, Helvetica, sans-serif;
}

/* content other than heading and left panel */
div.content
{
  width: 630px;
  float: left;
  padding-top: 10px;	/* space above text */
  padding-bottom: 10px; /* space before footer */
}

div.leftcol
{
  width: 300px;
  float: left;
  margin-left: 7px;
  padding-left: 0;
  padding-right: 7px;
  margin-right: 0;
  border-right: 1px solid blue;
}

div.rightcol
{
  width: 300px;
  float: left;
  margin-left: 0;
  padding-left: 7px;
  padding-right: 0;
  margin-right: 7px;
  
}


div.header
{
  width: 790px;
  margin: auto;
  padding: 145px 0 0 0;
  height: 40px;
  background: url(images/pageheader.jpg) no-repeat;
}

div.header h1
{
  padding: 0;
  margin: 0;
  text-align: center;
  font: Arial, Helvetica, sans-serif;
}

div.navpanel
{
  border: 2px solid #ccf;
  width: 120px;
  float: left;
  padding: 5px;
  margin: 10px;
}

div.navbutton
{
  margin-top: 10px;
  padding: 5px;
  background: #fed;
  border-bottom: 3px solid #edc;
  border-right: 3px solid #edc;
}
  
div.navpanel a:link
{
  text-decoration: none;
  font-weight: bold;
  color: #33c;
}

div.navpanel a:hover
{
  text-decoration: none;
  font-weight: bold;
  color: #66c;
  background: #fcc;
}

div.navpanel a:visited
{
  text-decoration: none;
  font-weight: bold;
  color: #969;
}



div.navpanel span.nonlink
{
  text-decoration: none;
  font-weight: bold;
  color: black;
}

/* contact us page */

div.contactform
{
  border: 3px solid #99c;
  padding: 10px;
}

/* links page */
table.links
{
  border-bottom: thin solid #99c;
  margin-bottom: 10px;
}


table.links tr td
{
  padding: 2px 5px;
  vertical-align: top;
  font-size: 90%;
}

table.links tr th
{
  background: #ff9;
}
