body {
	background-color: #878D89;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 100%;
	color: #333333;
}

*	{
	margin:0px;
	padding:0px;
	}

img	{
	display:block;
	margin:0px;
	padding:0px;
	border:0px;
	}

/*  TEXT FORMATTING   */


a:link {
	color: #339900;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #219FB6;
}
a:hover {
	text-decoration: underline;
	color: #E51837;
}
a:active {
	text-decoration: none;
	color: #219FB6;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
	color: #2D7229;
}
h2 {
	font-size: 1.1em;
	color: #2D7229;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h3 {
	font-size: 1em;
	color: #333333;
}

/*  PAGE FORMATTING  */

#container	{
	width:986px;
	text-align:left;
	margin:auto;
	}

#mainTable	{
	width:986px;
	vertical-align:top;
	}
#leftCol	{
	width:34px;
	background-image:url(images/leftfill.gif);
	background-repeat:repeat-y;
	vertical-align:top;
	}
#menuCol	{
	width:210px;
	vertical-align:top;
	background-color: #C5C5C5;
	}
#centerDivCol	{
	width:39px;
	vertical-align:top;
	background-image:url(images/centerfill.gif)
	}	

#centerCol	{
	width:650px;
	vertical-align:top;
	background-color:#FFFFFF;
	}
#rightCol	{
	width:52px;
	vertical-align:top;
	background-image:url(images/rightfill.gif);
	background-repeat:repeat-y;
	}
#contentTable	{
	width:650px;
	vertical-align:top;
	font-size:.95em;
	}
.techtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .88em;
	color: #666666;
}
