
.vigilbodycontainer {
	vertical-align: top;
}

/*vigilcontentcontainer is where the main body content of the site displays*/
.vigilcontentcontainer {
/*	width:400px;*/
	vertical-align: top;
}
td.vcc_topleft {
    background: url('../images/green_topleft.gif') no-repeat top left;
	 height: 50px;
}
td.vcc_topright {
    background: url('../images/green_topright.gif') no-repeat top right;
	 width: 25px;
}
td.vcc_bottomleft {
   background: url('../images/green_bottomleft.gif') no-repeat bottom left;
	width: 25px;
}
td.vcc_bottomright {
  background: url('../images/green_bottomright.gif') no-repeat bottom right;
  height: 25px;  
}
td.vcc_contentx {
   background: url('../images/green_bkgrd.gif');
	vertical-align: top;
	height: 100px;
}

/*vigilmenucontainer is where the left menu content of the site displays
  it currently uses the same square-corners as the content table*/
.vigilmenucontainer {
	vertical-align: top;
}
td.vmc_topleft {
    background: url('../images/green_topleft.gif') no-repeat top left;
	 height: 50px;
}
td.vmc_topright {
    background: url('../images/green_topright.gif') no-repeat top right;
	 width: 25px;
}
td.vmc_bottomleft {
   background: url('../images/green_bottomleft.gif') no-repeat bottom left;
	width: 25px;
}
td.vmc_bottomright {
  background: url('../images/green_bottomright.gif') no-repeat bottom right;
  height: 25px;  
}
td.vmc_menux {
   background: url('../images/green_bkgrd.gif');
	vertical-align: top;
}

td.vbc_menu {
	width: 200px;
	vertical-align: top;
}
td.td_spacer {
	width: 10px;
}

td.vbc_spacer {
	height: 10px;
}

/*vigilheadercontainer is where the header of the site displays*/
.vigilheadercontainer {
/*	width:300px;*/
	height: 20px;
	vertical-align: top;
}
td.vhc_topleft {
    background: url('../images/header_topleft.gif') no-repeat top left;
	 height: 5px;
}
td.vhc_topright {
    background: url('../images/header_topright.gif') no-repeat top right;
	 width: 10px;
}
td.vhc_bottomleft {
   background: url('../images/header_bottomleft.gif') no-repeat bottom left;
	width: 10px;
}
td.vhc_bottomright {
  background: url('../images/header_bottomright.gif') no-repeat bottom right;
  height: 5px;  
}
td.vhc_headerx {
	background: url('../images/white.gif') repeat;
	vertical-align: top;

}

/*
.vigilnewscontainer {
	vertical-align: top;
	width: 180px;
}

td.vnews_header {
	background: url('../images/news_header.gif') no-repeat;
}
td.vnews_body {
	background: url('../images/news_body_bkgrd.gif') repeat-y;
}
td.vnews_footer {
	background: url('../images/news_footer.gif') no-repeat;
}
*/

/*vigilnewscontainer is where the homepage news content of the site displays*/

.vigilnewscontainer {
	vertical-align: top;
	width: 180px;
}
td.vnewsc_topleft {
   background: url('../images/news_topleft.gif') no-repeat top left;
	height: 46px;
}
td.vnewsc_topright {
    background: url('../images/news_topright.gif') no-repeat top right;
	 width: 20px;
}
td.vnewsc_bottomleft {
   background: url('../images/news_bottomleft.gif') no-repeat bottom left;
	width: 20px;
}
td.vnewsc_bottomright {
  background: url('../images/news_bottomright.gif') no-repeat bottom right;
  height: 20px;  
}
td.vnewsc_table {
	background: url('../images/white.gif') repeat;
	vertical-align: top;
}