body
	{
  background: #ffffff url(images/bg1.gif);
	color: #5F605F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  min-width: 950px;
	}
h1	{
	font-size: 24pt;
	font-weight: bold;
	color: green;
  text-align:center;
	}
h2	{
	font-size: 10pt;
	font-weight: bold;
	color: green;
	}
p, td, li {
	font-size : 10pt;
	font-style : normal;
	font-variant : normal;
	color: #5f605f;
	}
a.email {
	color : #004BD5;
	text-decoration : none;}

#frame
{
  margin: 0px auto;
  width: 950px;
	background: #e4e2df;
}

#left {
  float:left;
  padding: 10px 20px 10px 20px;
  width: 690px;
}

#right {
  float:left;
  width:200px;
  padding: 10px 20px 10px 0px;
}

#reset
{
  clear:both;
}

#navcontainer ul
{
margin: 0px;
margin-bottom: 15px;
width: 650px;
background: #123456;
float: left;
font: 11px arial, helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

#navcontainer li 
{ 
display: inline; 
}

#navcontainer a
{
color: #ffffff;
margin-top: 5px;
margin-bottom: 5px;
padding: 7px 20px;
text-decoration: none;
float: left;
border-right: 1px solid #bbb774;
}