/* Body3Col.css should be linked to all files that use the three column  */
/* layout.  I broke the body tag out into a seperate file to allow the use */
/* of different background fills.  The fills are just color bars that get  */
/* vertically tiled on the screen before the rest of the page gets         */
/* overlayed.  THis gives the appearance that the columns go all the way   */
/* to the bottom of the screen when actually they stop wherever the        */
/* content does.                                                           */
body {
/*Use the next line to left-justify the page*/
/*	 background:   url("/images/backgroundFill.gif") repeat-y ;*/
/*Use the next TWO lines to center the page
	background:   url("/images/twoCol.gif") repeat-y 50%;
	background:   url("/images/twoColgrn.gif") repeat-y 50%; */
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: none;
}

#CenterCol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 10px;
	border: 0px none;
	color: #000000;
	overflow: hidden;
	width: 600px;
	position: absolute;
	left: 160px;
	top: 117px;
	z-index: 0;
}

#CenterColInside {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
