Body
{
    Margin: 0px;
	 background-color: #89d100;
	 Font-Family: Tahoma, Arial, Helvetica, Sans-Serif;
	 Font-Weight: normal;
    Font-Size: 11px;
    Color: #000000;
	 line-height: 18px;
}

.hr{
	width:100%;
	color: #BFBFBF;
}

/* Main Divs ---------------------------------------------------------------------------*/

#TopDiv {
   z-index: 1;
	width:776px;
	height:212px;
	position: absolute;
   left: 50%;
   margin-left: -391px; /* Half the width */
	margin-top: 6px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	padding:3px;
}

#NavDiv {
   z-index: 2;
	width:776px;
	height:37px;
	position: absolute;
   left: 50%;
   margin-left: -391px; /* Half the width */
	margin-top: 223px;
	background-image: url(images/nav_back.gif);
	background-repeat: no-repeat;
	padding:3px;
}


#ContentTopDiv {
   z-index: 1;
	width:776px;
	height:18px;
	position: absolute;
   left: 50%;
   margin-left: -391px; /* Half the width */
	margin-top: 265px;
	background-image: url(images/content_top.gif);
	background-repeat: no-repeat;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
}


#ContentInfoDiv {
   z-index: 1;
	width:782px;
	height:auto;
	position: absolute;
   left: 50%;
   margin-left: -391px; /* Half the width */
	margin-top: 286px;
	
}

/* Nav Table ---------------------------------------------------------------------------*/

#NavTable{
	width:776px;
	height:37px;
}

.NavCell{
	width:auto;
	height:auto;
	vertical-align:top;
	text-align: center;
	padding-top:12px;
}

/* Content Table ---------------------------------------------------------------------------*/

#ContentTable{
	width:782px;
	height:auto;
}

.ContentInfoCell{
	width:auto;
	height:auto;
	padding-left:30px;
	padding-right:30px;
	background-image: url(images/content_back.gif);
	background-repeat: repeat-y;
	background-color: #fefefe;
	vertical-align:top;
	text-align: left;
}

.ContentBottomCell{
	width:auto;
	height:23px;
	padding-left:3px;
	padding-right:3px;
	background-image: url(images/content_bottom.gif);
	background-repeat: no-repeat;
}



/* Split Content ---------------------------------------------------------------------------*/

#SplitContentTable{
	width:722px;
	height:auto;
}

.SplitLeftCell{
	width:72%;
	height:auto;
	vertical-align:top;
	text-align: left;
	padding-right:18px;
}

.SplitrightCell{
	width:28%;
	height:auto;
	border-left: 1px solid #BFBFBF;
	padding-left:18px;
	vertical-align:top;
	text-align: left;
}

.SplitrightBottomCell{
	width:28%;
	height:auto;
	border-left: 1px solid #BFBFBF;
	padding-left:18px;
	vertical-align:bottom;
	text-align: left;
}

/* Text Styles ---------------------------------------------------------------------------*/

A.SubNav{
	color: #70AE00;
	text-decoration: underline;
}

A.SubNav:HOVER {
	color: #000000;
	text-decoration: none;
}

.BlackHeader{
	color: #000000;
   Font-Size: 13px;
	text-decoration: none;
	Font-Weight:bold;
}

.GreenHeader{
	color: #70AE00;
   Font-Size: 13px;
	text-decoration: none;
	Font-Weight:bold;
}

.GreyHeader{
	color: #717171;
   Font-Size: 13px;
	text-decoration: none;
	Font-Weight:bold;
}

.ImageBorder{
	border: 4px solid #ffffff;
}

.ImageBorderGrey{
	border: 4px solid #D1D1D1;
}