BODY	{	background-color: #FFFFEE;
		color: #003366		}

P,UL,OL	{	margin-right: 80px	}

UL UL	{	margin-left: 30px;
		margin-right: 0px
	}

H1,H2,H3,H4,H5	{	margin-left: 80px;
			margin-right: 80px;
			color: #003366		}

A:link { color: #0000FF }
A:active { color: #FF0000 }
A:visited { color: #8c3d3d }

A.button:link	{	text-decoration: none;	}
A.button:visited	{	text-decoration: none;	}

.subhead	{	font-weight: bold;
			color: #003366			}

/* Netscape 4 shouldn't see the following... it forgets how to do links on the sidebar. */

/*/*/ 

.sidebar	{	position: absolute;
			left: 5px;
			top: 150px;
		}
.main		{	margin-left: 160px;
			border-left: 2px solid #bd5252;
			padding-left: 20px;
		}

.button         {       display: block;
                        background-color: #EEEEEE;
                        padding: 4px 4px 4px 4px;
                        margin-top: 2px;
                        margin-bottom: 2px;
                        border: #bd5252 2px solid;
                        width: 150px;
                }
.rightie	{	float: right;	}

.googlebar	{	float: right;
			margin-right: 80px;
		}

/* All clear, NS4 can read again. */

.indent		{	margin-left: 130px;
			margin-right: 80px
		}

.box		{	background-color: #dddddd;
		border: 1px solid #336600;
		text-align: center;
		margin-left: 30px;
		margin-right: 30px;
		padding: 0.25em;
		}