body {
	background-image: url(../graphics/GreyBkgndGrdnt2.jpg);
	background-repeat: repeat;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	}

.wrap img{
border: 1px solid white;
margin: 0 5px 5px 0;
}
	
/* Grey Text */	
.style1{ 
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

/* Orange Text */	
p.style2{ 
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

/* Grey Table Border */
.greyborder {
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
}

/* Grey Links */
a.style99 {text-decoration: none}
a.style99:link {color: #CCCCCC}
a.style99:visited {color: #CCCCCC}
a.style99:hover {color: #FFBF00}
a.style99:active {color: #CCCCCC}

/* Orange Links */
a.style98 {text-decoration: none}
a.style98 {font-size="larger"}
a.style98:link {color: #FFBF00}
a.style98:visited {color: #FFBF00 }
a.style98:hover {color: #CCCCCC}
a.style98:active {color: #CCCCCC}

/* ____________________________   ____________________________ */
/* ALT CONTENT FORMATING */
	/* Alt Content Table */
.AltCont {
}


	/* Header */		
		h1 {
		color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
		}
	/* Head for Logo */		
		.Head {
		border: 1px solid #CCCCCC;
		colspan: 2;
		}
	/* Menu Cell */
		.Menu { width="615" height="43" background="imgs/altcontent/main-all_03.jpg"
		background-image: url(imgs/altcontent/main-all_03.jpg);
		background-repeat: repeat;
		align: center;
		}
	/* Menu Cell */
		#Menu { width="615" height="43" background="imgs/altcontent/main-all_03.jpg"
		background-image: url(imgs/altcontent/main-all_03.jpg);
		background-repeat: repeat;
		align: center;
		}
	/* Sub Menu Row */
		.SubMenu { 
		width: 780;
		height: 36;
		background-image: url(imgs/altcontent/main-all_04.jpg);
		background-repeat: repeat;
		align: center;
		}
	/* Main Image Row */
		.Main { width="780" height="360" background=imgs/altcontent/main-all_05.jpg
		background: #CCCCCC;
		}
	/* Main Image Itself */
		.MainImg {
		border: 0;
		}
		/* Main Cell Left */
			.MLeft {
			border: 1px #CCCCCC;
			}
		/* Main Cell Right */
			.MRight {
			border: 1px #CCCCCC;
			}
	/* Descriptive Text */
		.Side {width="100%" height=100% border="0" cellpadding="0" cellspacing="0" class="style1"
		}
		/* Header 2 Text (same as page title) */
			h2.Page {
			}
		/* Paragraph Text (same as page content) */
			h2.Descript {
			}
			
			/* IMAGE GALLERY FOR ALT CONTENT */
div.img{
  margin: 2px;
  border: 1px solid #CCC;
  height: 130px;
  width: 193px;
  float: left;
  text-align: center;
  }
div.img img{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
div.img a:hover img{
  border: 1px solid #FFBF00;
  }
span.desc{
  text-align: center;
  font-weight: normal;
  width: 175px;
  margin: 2px;
  }
div.altwrapper{
	margin: auto, auto;
	width: 600px;
	}
div.altfooter{
	text-align: center;
	}