body {
	background-color: #e7e7e7;
	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: #219FB6;
	text-decoration: none;
}

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.3em;
	color: #B5111B;
}
h2 {
	font-size: 1.1em;
	color: #333333;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5111B;
}
h3 {
	font-size: 1em;
	color: #B5111B;
}

/*  PAGE FORMATTING  */

#container	{
	width:930px;
	text-align:left;
	margin:auto;
	}

#mainTable	{
	width:950px;
	vertical-align:top;
	}
#leftCol	{
	width:11px;
	background-image:url(../images/leftmenu.gif);
	background-repeat:y;
	vertical-align:top;
	}
#menuCol	{
	width:183px;
	background-color:#FFFFFF;
	vertical-align:top;
	}
#menuNav	{
	width:183px;
	}
	
#divCol	{
	width:18px;
	background-image:url(../images/mcenter.gif);
	background-repeat:repeat-y;
	vertical-align:top;
	background-color:#FFFFFF;
	}
#centerCol	{
	width:710px;
	background-image:url(../images/center_area.gif);
	background-repeat: repeat-x;
	vertical-align:top;
	background-color:#FFFFFF;
	text-align:center;

	}
#rightCol	{
	width:28px;
	vertical-align:top;
	background-image:url(../images/rightmenu.gif);
	background-repeat:y;
	}
#contentTable	{
	width:694px;
	vertical-align:top;
	font-size:.95em;
	text-align:left;
	}
.techtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .88em;
	color: #666666;
}
.PGtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B5111B;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A747C;
	padding-top: 10px;
	line-height: 16px;
	margin-bottom: 13px;
}
