/* $Id: styles.css,v 1.1.2.2 2009/07/27 23:11:21 vinces Exp $ */
body {
  margin: 0px;
  padding: 0px;
}
.headerfill {
  background-image: url("images/p4.jpg");
  background-repeat: repeat;
}
table tr td {
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}
.menu {
  background-color: #000032;
  height: 20px;
}
.menuitem {
  color: white;
  font-family: verdana;
  font-size: 10;
  font-weight: bold;
  padding: 3px 10px 3px 10px;
  border: 1px none black;
}
.menuitem:hover {
  color: gold;
}
a.menuitem:link {
  color: white;
  font-family: verdana;
  font-size: 10;
  font-weight: bold;
  text-decoration: none;
}
a.menuitem:hover {
  color: gold;
}
.content {
  font-family: verdana;
  font-size: 13;
}
H3 {
	color: #003366;
}
.navSep {
	width: 110;
	height: 21;
	border: 0;
}
A:hover {
	color: #003366;
	text-decoration: underline;
}
A:active {
	color: #669900;
}
A:visited {
	color: #669900;
}
A {
	font-family: verdana;
	font-weight: bold;
	font-size: 12;
	text-decoration: underline;
	color: #669900;
}
.errorTable {
	border: 1px solid black;
}
.errorHead {
	background-color: red;
}
.errorLabel {
	text-align: right;
	padding: 0 20px 0 0;
}
TH.ContactInfoForm {
	background-color: #006599;
	padding: 0 0 0 0;
}
.ContactInfoForm {
	border: 1px solid #006599;
	border-collapse: collapse;
}
.ContactInfoTable {
	padding: 0 10px 0 10px;
}
.ContactInfoLabel {
	font-family: verdana;
	font-size: 12;
	color: #669900;
	font-weight: bold;
	width:20em;
}
.DisplayContactInfoLabel {
	text-align: left;
	font-family: verdana;
	font-size: 12;
	color: #669900;
	font-weight: bold;
	width:15em;
}
/* $Id: styles.css,v 1.1.2.2 2009/07/27 23:11:21 vinces Exp $
 * $Log: styles.css,v $
 * Revision 1.1.2.2  2009/07/27 23:11:21  vinces
 * support display of multiple topics
 *
 * Revision 1.1.2.1  2009/07/12 03:28:23  vinces
 * Initial checkin
 *
 */

