a       {color: #000000; text-decoration : underline;}
a:hover   {color: #30521f; text-decoration : underline;}

.nav {
text-decoration: none;
display: block;
padding: 4px 6px 4px 6px;
font-weight: bold; 
color: #FFF; 
background-color: #8ab176;
}

img {
	border: 0px;
}
body {
	color: #333;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 12px;
	line-spacing: 1.2em;
	background-image: url(bkg.gif);
	background-color: #FFF;
}
#header {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center; 
	height: 120px;
}
.mainCell {
	border-bottom: 1px solid #30521f; 
	border-left: 1px solid #30521f; 
	border-right: 1px solid #30521f; 
	background-color: #FFF; 
	text-align: left;
}
.navCell {
	border-bottom: 2px solid #30521f; 
	border-top: 1px solid #30521f;
	border-left: 1px solid #30521f;
	border-right: 1px solid #30521f;
}
.navSpacer {
	border-bottom: 2px solid #30521f; 
}
.mainCol {
	padding-right: 6px; padding-left: 6px;
}
.content {
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size: 12px; 
	margin: 0px; 
	padding: 6px 12px 12px 12px; 
}
.content2 {
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size: 12px; 
	margin: 0px; 
}
.contentBox {
	margin-top: 4px;
}
.formBox {
	padding: 2px; 
	background-color: #EFEFEF; 
	border: 1px solid #CCC; 
}
#mainForm {
	padding: 4px; 
}
#mainForm TD {
	background-color: #d6e7cd; 
	color: #30521f;
}
#mainForm TD.number {
	border-right: 1px solid #8ab176; 
	border-bottom: 1px solid #8ab176; 
	text-align: center;
}

dl {
	width: 760px; 
	margin: 8px; 
	padding: 0px; 
	background: #8ab176 url(boxBottom.gif) no-repeat bottom left; 
	}
dt {
	margin: 0px 0px 0px 0px; 
	padding: 4px; 
	font-size: 12px; 
	font-weight: bold; 
	color: #fff; 
	background: #8ab176 url(boxTop.gif) no-repeat top left; 
	}
dd {
	margin: 0px; 
	padding: 0px 10px 10px 10px; 
	color: #666; 
	font-family: Arial,Verdana,sans-serif; 
	line-height: 1.8em; 
	}

dl.light {
	width: 760px; 
	margin: 8px; 
	padding: 0px; 
	background: #d6e7cd url(boxBottom.gif) no-repeat bottom left; 
	}
dt.light {
	margin: 0px 0px 0px 0px; 
	padding: 3px; 
	font-size: 12px; 
	font-weight: bold; 
	color: #fff; 
	background: #d6e7cd url(boxTop.gif) no-repeat top left; 
	}
dd.light {
	margin: 0px; 
	padding: 0px 10px 10px 10px; 
	color: #666; 
	font-family: Arial,Verdana,sans-serif; 
	line-height: 1.8em; 
	}

.copy      {font-family: verdana,arial,helvetica,sans-serif; font-size: 9px; color: #30521f;}
.step      {font-family: verdana,arial,helvetica,sans-serif; font-size: 9px; color: #666;}
.required       {font-family: verdana,arial,helvetica,sans-serif; font-size:9px; font-style:italics; font-weight:normal; color:#A20402; text-decoration:none;}

.indent {display: block; margin-left: 8px;}

.mainTitle {font-family: arial,helvetica,sans-serif; font-weight: bold; font-size: 14px; color: #30521f;}
.subhead {font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 12px; color: #30521f;}
.subheadwhite {font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 12px; color: #FFFFFF;}

form, select, option, input {font-family: arial,verdana,helvetica,sans-serif; font-size:11px;}

.BodyButton{
    BORDER: 2px outset;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #FFFFFF;
    FONT-FAMILY: 'MS Sans Serif', Arial;
    BACKGROUND-COLOR: #5e8947;
    CURSOR:hand
}
.BodyForm{
    border:1px solid black color:#000000;
    padding:3px;padding-left:4px;
    FONT-SIZE: 10px;
    background-color:#ccddee;
    FONT-FAMILY: verdana,arial,helvetica,sans-serif;
}
#loadingGraphic{
    display:none;
}