/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	margin: 0;
	padding: 0;
}
body
{
	padding: 20px;
	margin: 0;
	text-decoration:none;
}
#oldbrowser
{
	text-align: center;
}
#masthead h1
{
	display: inline;
}
#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn
{
	width: auto;
	margin-left: 199px;
}
#masthead, #innerLeftColumn, #innerContentColumn, #innerFooter
{
	padding: 10px;
}

#innerFooter a {
 color: #FFFFFF; 
}

#footer
{
	clear: left;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}
#masthead, #hnav
{
	position: relative;
}

/*---- Borders ----*/
#pageFrame
{
	border: solid 1px #000;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, #hnav
{
	border: solid 0px #000;
}
#footer
{
	border-top-width: 1px;
}
#masthead, #hnav
{
	border-bottom-width: 1px;
}
#innerLeftColumn
{
	border-right-width: 1px;
}
#contentColumn
{
	border-left-width: 1px;
}

/*---- Visual Elements ----*/
body
{
	background-color: #ddd;
	color: #000;
	padding: 20px;
	margin: 0;
}
#pageFrame
{
	background-color: #fff;
	color: #000;
	min-width: 500px;
}

/*---- Simple Horizontal Navigation ----*/
#hnav
{
	white-space: nowrap;
	margin: 0;
	padding: 3px 0 4px 0;
	color: #000;
}
#hnav ul
{
	text-align: center;
}
#hnav ul, #nav ul li
{
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
#hnav ul li
{
	display: inline;
	white-space: nowrap;
	/*/*/ /*/display: none;/*  */
}
div#links a span {display: none;}
div#links a:hover span {
  display: block;
  position: absolute;
	top: 400px;
	left: 20px;
	width: 167px;
  padding: 5px;
	margin: 10px;
	z-index: 100;
  color: #000;
	background: #FFFFFF;
  font: 11px Verdana, sans-serif;
	text-align: center;
	border: none;
	}
div#linkstop a:hover span {
  display: block;
  position: absolute;
	top: 246px;
	left: 0px;
	width: 167px;
  padding: 5px;
	margin: 10px;
	z-index: 100;
  color: #000;
	background: #FFF;
  font: 11px Verdana, sans-serif;
	text-align: center;
	border: none;
	}
hr {
  width: 98%;
	height: 1px;
	color: #999999;
	text-align: center;
	}
ul {
list-style: none;
}
p {
  padding: 3px;
	}
h6.pxone
  {
	font-size: 1px;
	margin:0px;
	padding:0px;
	color:#0033cc;
	}
	
	/* This website was created and maintained from March 2004 to November 2004 by Conrad Couture */