
BODY	 {
			background:white url(stripe.jpg);
			font-family: ariel,helvetica,sans-serif;

		}
#container	 {
			margin-right:auto;
			margin-left:auto;
			Width:960px;
			Text-Align:Left;
		}
a:link		{	text-decoration: none;
			color: blue;
		}

a:hover  	{	color: maroon;
		}
a:visited	{	color: green;
			text-decoration: none;
		}
a:active	{	color:yellow;
		}

#header		{
			background: maroon;
			padding-bottom: 0.5em;
			padding-top: 0.5em;
			Text-align: center;
			color: #FFFFCC;
			font-family: ariel,helvetica,sans-serif;
			font-size: 90%;
		}

#widemenu   {
			background-color: #cce6ff;
			font-size: 90%;
			height: 1.75em;
			border-bottom: 1px solid black;
					}

#widemenu ul	{	margin: 0px;
			padding: 0px;
		}

#widemenu ul li	  {
			float: left;
			list-style-type: none;
			padding: 5px 30px 5px 5px;
			font-family:ariel,helvetica,sans-serif;
			font-weight: bold;
			margin-left:1em;
					}

#widemenu ul li a  {
			color: #000000;
			text-decoration: none;

		}

#widemenu ul li a:hover {
			color: #990000;
			background-color: #99ccff;
		}
#widemenu ul li a:active { color: yellow;
		}

#widemenu ul li a:visited { color:green;
		}


H1		{	text-align:center;
			color:maroon;
		}

H2		{	text-align: left;
			color: maroon;
			font-weight: bold;
			color: maroon;
		}

H3		{	text-align: left;
			font-style: italic;
			color: maroon;
		}

strong		{	text-decoration:underline;
		}

em		{	font-style:italic;
		}

#middle	 {
			float:left;
			Width:70%;
			margin-left:15%;
			margin-right:15%;
			font-weight:bold;
			display:inline; /* fixes IE/Win double margin bug */
		}


.foot		{ 	font-size: 80%;
		}


#rightside	 {	font-weight: bold;
			float:right;
			Width:30%;
			color:#000099;
		}
#footer	 {
			text-align:center;
			clear: both;
			margin-left:160px
			padding-top:10px;
			background: #cce6ff;
			font-weight: bold;

		}


