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

	body	{margin: 10px;
		}

	#frame {
		width: 700px;
		margin-right:auto;
		margin-left:auto;
		padding: 20px;
		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;
		}

	.p2	{font-family: Verdana; font-size: 1em;
		}

	.p3	{text-align: center; font-weight: bold;
		}

	h1 	{
		font-size: 30px;
		padding-top:10px;
		text-align: center;
		}

	#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;}
hr	{color: olive;}
