/* just some basic formatting, no layout stuff */

	body	{margin: 0px;
		background-color: #white;
		scrollbar-face-color: #9c9c9c;
		scrollbar-shadow-color: #696969;
		scrollbar-highlight-color: #F5DEB3;
		scrollbar-3dlight-color: #828282;
		scrollbar-darkshadow-color: #828282;
		scrollbar-track-color: #4F4F4F;
		scrollbar-arrow-color: #A52A2A;
		}

	#frame {
		width: 600px;
		margin-right:auto;
		margin-left:auto;
		padding:40px;
		text-align:left;
		}

	#contentleft {
		width:25%; height: 175px;
		margin-top: 30px;
		float:left;

		}

	#contentcenter {
		width:40%;
		margin-top: 30px;
		float:left;

		}

	#contentright {
		width:35%;
		margin-top: 27px;
		float:left;
		}

	#contentheader {width: auto;height: 20px;

		}

	p	{font-family: Courier New, Courier, Monospace;
		margin:0px 0px 10px 0px;
		}

	h1 {
		font-size:14px;
		padding-top:10px;
		}

	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}

	#contentright p { font-size: 13px; font-family: Lucida; line-height: 15px;}

div.menu	{font-family: Arial, Helvetica, Sans-Serif; font-size: 10px; width: 120px; padding: 260px 0px 0px 0px;}
p.title  {color: #9c9c9c; font-size: 50px;font-family: Verdana; margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;}
p.sig  {color: purple; font-size: 18px; font-family: Serif; margin: 0px 0px 0px 0px;}
p.subtitle1  {color: black; font-size: 15px; font-family: Verdana;font-weight: bold; margin: 9px 0px 0px 0px;padding: 0px 0px 0px 0px;}
p.subtitle  {color: red; font-size: 25px; font-family: Serif; font-weight: 600; padding: 0px 0px 0px 0px;margin: 0px 0px 0px 0px;}
a:link,  a:visited{color: maroon; text-decoration: none;}
a:hover 	{color: white; text-decoration: none; background-color: #9c9c9c;}
a:active	{color: maroon; text-decoration: none;}
