body { 
	background-color: #fff; 
	color: #333; 
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
}
body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}
a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}
#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}
#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
#bodydisplay {
  padding: 5px 5px 5px 15px;
	border: 1px solid black;
}
#pagewrapper {
    width: 100%; 
    margin: 0px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
/* Content / Nav Menu Area */
#centercol {
  position: relative;
  margin-left: 180px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
}
#leftcol {
  position: absolute;
	top: 177px;
  left: 0px;
  width: 180px;
  background-color: #bcbfc0;
  font-size: 10px;
	padding: 0px;
}
#leftcol a {
	font-family: Verdana;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
  color: Black;
  text-decoration: none;
	padding-left: 10px;
	padding-right: 5px;
}
#leftcol a:hover {
    background-color: #bcbfc0;
}
/* Header / Footer */
#header {
    margin: 0;
    padding: 0;
    height: 177px;
    background-image: url(../images/HeaderSlice.gif);
}
#header2 {
   padding: 0px;
   margin: 0px;
   width: 780px;
   height: 177px;
   background-image: url(../images/Header.gif);
}
#footer {
    background-color: #999;
    border-top: 1px solid #333;
    text-align: center;
		font-family: Verdana;
		font-size: 9px;
		padding-top: 2px;
		padding-bottom: 1px;
}
/* Navigation Bar */
#navbar ul {
    margin: 0;
    color: Black;
    float: left;
    width: 100%;
    list-style: none;
		position: relative;
		top: 153px;
		left: 10px;
		padding: 2px 2px 2px 2px;
		font-family: Verdana;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: bold;
}
#navbar ul li { 
    display: inline;
    color: Black;
    float: left;
		padding-left: 10px;
		padding-right: 10px;
}
#navbar ul li a {
    color: Black;
    text-decoration: none;
    float:left;
}
#navbar ul li a:hover {
    background-color: #ffffff;
}
#footbar {
    color: Black;
    width: 100%;
    list-style: none;
		position: relative;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-top: 0px;
		font-family: Verdana;
		font-size: 9px;
}
#footbar ul li { 
    display: inline;
    color: Black;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 0px;
		padding-top: 0px;
}
#footbar a {
		text-transform: uppercase;
		font-weight: bold;
    color: Black;
    text-decoration: none;
}
#footbar a:hover {
    background-color: #ffffff;
}
.personListText
{
  font-size: 12px;
  color: #000080;
  text-align: justify;
}
.personListTitle
{
  font-size: 14px;
  font-weight: bold;
  color: #000080;
  text-decoration: none;
}
.personListSubTitle
{
  font-size: 10px;
  font-weight: bold;
  color: #000080;
  text-decoration: none;
  font-style: italic;
}
