
body 
	{ 
	background-color: silver;
	background-image: url('Inactive60L.jpg');
	background-repeat: no-repeat;
	background-position: 50% 80%;
	background-attachment: fixed;
	font-family: Helvetica, Arial, sans-serif;
	}


hr
	{
	border-top-style: double;
	border-top-width: 3px;
	border-top-color: black;
	}

p	
	{
	font-size: smaller;
	}

table 
	{
	font-size: smaller;
	}

td	
	{
	text-align: right;
	}

p.fineprint
	{
	font-size: 65%;
	margin-left: 5%;
	margin-right: 5%;
	}

p.medium
	{
	font-size: 100%;
	}

.centhead
	{
	text-align: center;
	}

#main
	{
	width: 424px;   		/* Should be max-width, need a solid IE6 hack */
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 16px;
	}

#navigator
	{
	clear: both;
	width: 726px;     	/* Should be max-width, need a solid IE6 hack */
	margin-right: auto;
	margin-left: auto;
	background-color: gray;
	text-align: center;
	}

#rightbuttons
	{
	float: right;
	width: 120px;
	margin-left: 2%;
	margin-top: 3px;
	}

#leftbuttons
	{
	float: left;
	width: 120px;
	margin-right: 2%;
	margin-top: 3px;
	}

#bigbox
	{
	width: 722px;      	/* Should be max-width, need a solid IE6 hack */
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-color: gray;
	border-width: 17px 0px 0px 0px;
	}

#masthead
	{
	width: 722px;		/* Should be max-width, need a solid IE6 hack */
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: gray;
	text-align: center;
	}

img.button
	{
	width: 120px;
	height: 120px;
	border-style: none;
	margin: -2px 0px -2px 0px;
	}

p.cpa
	{
	position: absolute;
	left: 50%;
	width: 240px;
	margin-left: -120px;
	margin-top: 5%;
	text-align: center;
	}

ul.cul
	{
	width: 240px;
	margin-left: auto;	/* preferred the p.cpa centering method; damn IE6! */
	margin-right: auto;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	}

.date
	{
	font-size: smaller;
	margin-left: 10px;
	}

li
	{
	list-style-type: disc;			/* Not seeing the damn bullets in IE6! */
	list-style-position: inside;
	}

caption
	{
	font-size: larger;
	font-weight: bold;
	}

#formbuttons
	{
	width: 180px;   		/* preferred the p.cpa centering method; damn IE6! */
	margin-left: auto;
	margin-right: auto;
	}

div.clabel
	{
	float: left;
	font-size: smaller;
	font-weight: bold;
	width: 180px;
	margin-left: 10%;
	margin-top: 10px;
	display: inline;
	}

div.slabel
	{
	float: left;
	font-size: smaller;
	font-weight: bold;
	width: 120px;
	margin-left: 10%;
	margin-top: 10px;
	display: inline;
	}

p.fnotes
	{
	display: none;
	font-size: 65%;
	margin-left: 15%;
	margin-right: 5%;
	}

select.clabel
	{
	margin-top: 10px;
	}

select.slabel
	{
	margin-top: 10px;
	}

th.ULin
	{
	width: 8em;
	}
