/* custom stuff */
HTML {
  height: 100%;
  margin-bottom: 1px;
}

BODY {
	margin: 0px 0px 0px 0px;
	height: 100%;
}

a:link, a:visited {
	color: #0066CC; text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #990000;	text-decoration: none;
	font-weight: normal;
}

td,tr,p,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;

}

ul li
{
	line-height: 16px;
	list-style-image: url(../images/de_bullet.png);
	list-style-type: square;
	list-style-position: inside;
}

.small {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-align: left;
}


.pagenav {
  font-weight: bold;
  line-height: 50px;
}

td.left_shadow {
  width: 10px;
  background: url(../images/de_shadow_left.png) repeat-y;
}

td.right_shadow {
  width: 10px;
  background: url(../images/de_shadow_right.png) repeat-y;
}

td.left_bot_shadow {
  width: 10px;
  height: 20px;
  background: url(../images/de_shadow_left_b.png) no-repeat;
}

td.right_bot_shadow {
  width: 20px;
  height: 20px;
  background: url(../images/de_shadow_right_b.png) no-repeat;
}

td.bottom {
  text-align: center;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  background: url(../images/de_shadow_bottom.png) repeat-x left bottom;
}

td.rightbottom  {
  background: url(../images/de_rightnav_bottom.png) no-repeat;
}

td.botmenu {
  background: url(../images/de_bottommenu_bg.png) repeat-x;
  padding-top: 4px;
}

.Voluntary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	text-align: center;
}

.email {
}
input {
	color: #333333;
	background-color: #CCCCCC;
	border: thin solid #999999;
	padding: 1px;

}
.inputbutton {
	border: thin outset;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
td.top {

  text-align: center;
  height: 20px;
  line-height: 10px;
  vertical-align: top;
  background: url(../images/de_shadow_bottom.png) repeat-x left top;
}
