body
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px ;
	padding: 0px ;
	background: url("../images/background.gif");
  background-repeat: repeat-x;  
	font-size: 12pt;
}

img
{
	border: none;
}

.red
{
  color: #9d2325;
  font-weight: bold;
}

.para1
{
	padding: 10px;
}

.cream
{
  color: #f3f3d7;
  font-size:12px;
  font-weight:bold;
}

a:link    { color: #800000; }
a:visited { color: #800000; }
a:hover   { color: #CC9900; }
a:active  { color: #800000; }

ul.navbar
{
  list-style-type: none;
  text-align: left;
}

ul.navbar a
{
  font-size: 15pt;
}

#footnav li
{
  float: left;
  padding-right: 20px;
  list-style-type: none;
}

h1
{
  color: #9d2325;
  padding: 0px 0px 0px 10px;
  border-style: solid;
  border-width: 5px;
  border-color: black;
}

h4
{
  color: #9d2325;
  padding: 0px 0px 0px 10px;
  font-size: 14pt;
}

/* This is called "content" because it is intended to be used in the content
 * pane. Unfortunately, the previous author used unclassed <p> tags, so we
 * can't just make this be the default. */
p.content
{
  padding-right: 1em;
  padding-left: 1em;
}

/* Fancy table */

table.fancy {
  border-width: 1px;
  border-spacing: 2px;
  border-style: outset;
  border-color: gray;
  border-collapse: separate;
  background-color: white;
}
table.fancy th {
  border-width: 1px;
  padding: 1px;
  border-style: inset;
  border-color: black;
  background-color: #f3f3d7;
  -moz-border-radius: 0px 0px 0px 0px;
}
table.fancy td {
  border-width: 1px;
  padding: 1px;
  border-style: inset;
  border-color: gray;
  background-color: #f3f3d7;
  text-align: center;
  -moz-border-radius: 0px 0px 0px 0px;
}

