/** Common Left Menu Formatting **/
	.leftmenuhdr { color: black; font-style: oblique; font-weight: normal; font-size: 12px; font-family: "Arial Black" }
	.actionleftmenuitems { color: black; font-weight: normal; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; letter-spacing: 0pt }
  
  .actionleftmenuitems a:link {text-decoration: none;}
  .actionleftmenuitems a:visited {text-decoration: none;}
  .actionleftmenuitems a:active {text-decoration: none;}
  .actionleftmenuitems a:hover {text-decoration: underline; color: #ff6600;}
	

/** COMMON CONTENT AREA TEXT FORMATTING **/
	.bluebold { color: #039; font-weight: bold; font-size: 12px; font-family: Verdana; padding-left:8px;}
	.blackBold { color: #000; font-weight: bold; font-size: 13px; font-family: Verdana; margin-left: 10pt }
	.content  { color: #000; font-size: 8pt; font-family: Verdana; padding:10px 10px 0px 10px;}
	.outlineHdrs { font-size: 8pt; font-family: Verdana; color: #039; font-weight: bold; }
	
	/* Exec Bd Individual Information */
	.blackBoldSm { color: #000; font-weight: bold; font-size: 10px; font-family: Verdana; margin-left: 0pt }
	
	/* Exec Bd Titles and Names */
	.titleWords { color: #000; font-weight: bold; font-size: 13px; font-family: Verdana; color: #663300}

	ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

	li {
	background-image:url(../images/Pics/bulletArrow.gif);
	background-repeat: no-repeat;
	background-position: 1em .5em;
	padding-left: 3em;
	}

.master_neg_v2 {
position: relative;
margin: 0 auto 0 auto;
z-index: 0;
width: 800px;
height:810;
/* border: 1px solid black; */
background-color: #99cc99;
}

/** COMMON CONTENT FORMATTING **/
	/** Page SubMenu **/
	#contentCell a:link {text-decoration: none}
	#contentCell a:visited {text-decoration: none}
	#contentCell a:active {text-decoration: none}
	#contentCell a:hover {text-decoration: none; background-color: #daf7d9;}	

	/* LOCAL Submenu lines that need a closer lineheight */
	.contentClose { line-height: 1.2em }
	
	.contentClose a:link {text-decoration: none}
	.contentClose a:visited {text-decoration: none}
	.contentClose a:active {text-decoration: none}
	.contentClose a:hover {text-decoration: none; color: #ffffcc;}	


  #mainContentArea {
    background-color: #99cc99;
    background-image: url('../images/backgrnd/gradientGrnHrz.jpg');
    background-repeat: repeat;
  }
	/* Sets up the div for content on right of sub menu'ed pages */
	#contentRight {
	height:550px;
	width:73%;
	float:right;
	overflow:auto;
	}
	
	/* Sets up the div for the submenu area on sub menu'ed pages */
	#contentLeft {
	position:absolute;
	top: 23px;
	height:473px;
	width:193px;
	padding-top:4em;
	padding-left:2em;
	float:left;
	left: 1px;
	
	}
	#submenu  { position: relative; z-index: 0; top: 0px; left: 0px; width: 247px; height: 472px; visibility: visible }
	
/** COMMON PAGE TITLE FORMATTING **/	
	.textBkgrd  { background: #99cc99 10pt 10pt }
	.pageTitle { color: green; font-weight: bold; font-size: 16pt; font-family: Verdana; text-decoration: none; position: relative; left: 24pt }



	/** COMMON Information Table 
			Contains the table to setup borders and corners **/
  #borderLayer  {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 247px;
  height: 472px;
  visibility: visible;
  overflow: visible;
  }
	
	#borderLayerLow  {
  position: absolute;
  z-index: 1;
  top: 21px;
  left: -11px;
  width: 247px;
  height: 472px;
  visibility: visible;
  overflow: visible;
  }
	.infoTableTop { border-top: 2pt solid #008000 }
	#infoTableUpperRt  { background: url(../images/backgrnd/circleGrUpperRt.gif) no-repeat right top }
	#infoTableRight { border-right: 2pt solid #008000 }
	#infoTableBottomRt  { background: url(../images/backgrnd/circleGrBttmRt.gif) no-repeat right bottom }
	.infoTableBottom { border-bottom: 2pt solid #008000 }

		
.textFloatRight {
	float: right;
}


 #mainContentArea_wideVers  {
			position: absolute;
			z-index: 1;
			top: 81px;
			left: 145px;
			width: 651px;
			height: 729px;
			background-color: #99cc99;
			background-image: url('../images/backgrnd/gradientGrnHrz.jpg');
			background-repeat: repeat;
			visibility: visible;
			/* overflow:hidden; */
			}

			#textBkgrd_WideVers {
			position: absolute;
			z-index: 4;
			top: 15px;
			left: 0px;
			width: 651px;
			height:auto;
			background: #99cc99 10pt 10pt;
			visibility: visible;
			}
			
			#subContentArea_1_wideVers {
			position: absolute;
			z-index: 4;
			top: 71px;
			left: 3px;
			width: 641px;
			height:550px;
			border-top: 3pt solid #006600;
			border-right: 3pt solid #006600;
			border-bottom: 3pt solid #006600;
			visibility: visible;
			
			}
			
			#upperRtCornerImage_wideVers { 
				position: absolute;
				z-index: 5;
				top: -9px;
				left: 622px;
				width: 30px;
				height:30px;
				background: url(../images/backgrnd/circleGrTop.gif) no-repeat right top 
				} 
			#lowerRtCornerImage_wideVers { 
				z-index: 5;
				position: absolute;
				bottom:-6px;
				left: 621px; 
				width: 30px;
				height:30px;
				background: url(../images/backgrnd/circleGr.gif) no-repeat right top 
				}
