body {
  font-size: 12px;
  color: #000000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  margin: 0px;
}
td {
  font-size: 12px;
  color: #000000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
p {
  font-size: 12px;
  color: #000000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

h1 {
  color: #173350;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: Times, serif;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 12px;
}

form {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* navigation line formatting */

#navidiv {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	top: -5px;
	position: relative;
}

#naviitem {
	color: #808080;
	font-weight: bold;
}

#naviitem:Hover {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}

/* general links */

a {
	color: #0D4B6A;
	text-decoration: underline;
}

a:Hover {
	text-decoration: underline;
        background-color: #e2e2e2;
}

a:Visited {
	color: #0D4B6A;
}

/* editing links */

a.edit {
	color: #990000;
	text-decoration: none;
}

a.edit:Hover {
	text-decoration: underline;
}

a.edit:Visited {
	color: #990000;
}

/* menu formatting */

p.menuitem_public {
	margin: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
	margin-bottom: 0px;
}

p.menuitem_public:hover {
	background-color: #3194C4;
}

p.menuitem_public a {
	color: #0D4B6A;
	text-decoration: none;
}

p.menuitem_public a:hover {
	background-color: #3194C4;
}

p.menuitem_public_act {
	margin: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	margin-bottom: 0px;
}

p.menuitem_public_act:hover {
	background-color: #3194C4;
}

p.menuitem_public_act a {
	color: #0D4B6A;
	text-decoration: none;
}

p.menuitem_public_act a:hover {
	background-color: #3194C4;
}


.menuitem_div {
	border-bottom: 1px dashed #d0d0d0;
	margin-top: 6px;
	padding-bottom: 4px;
}


.menuitem_sub {
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
	margin-bottom: 0px;
}

.menuitem_sub:Hover {
	background-color: #3194C4;
}

/* listings formatting */

.listyear {
	font-size: 18px;
	margin-bottom: 0px;
	border-bottom: 1px solid #c0c0c0;
	font-weight: bold;
	color: #990000;
}

.listmonth {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #003366;
	color: #990000;
}

.listitem {
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}

.listtitle {
	color: #000000;
	font-weight: bold;
}

.userlistheader {
	font-weight: bold;
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 5px;
}

.userlistrow {
	border-bottom: 1px dashed #c0c0c0;
}

.head {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11pt; 
  color: #003366; 
  font-weight: bold; 
  background-color: #EEEEEE; 
  border-top-width: 3px; 
  border-right-width: 0px; 
  border-bottom-width: 3px; 
  border-left-width: 0px; 
  padding-top: 3px; 
  padding-right: 3px; 
  padding-bottom: 3px; 
  padding-left: 3px
}

