	body {
		margin:10px 20px 10px 20px;
		padding:0px 0px 0px 0px;
		background:#999999;
		font-family:georgia, trebuchet ms, helvetica, sans-serif;
		color:#000000;
		}

	a:link     {color:#0033FF; text-decoration:underline}
	a:visited  {color:#000066; text-decoration:underline}
	a:active   {color:#000000; text-decoration:underline}
	a:hover    {color:#3366ff; text-decoration:underline; text-transform:lowercase}

	p,h1,h2,pre {margin:10px 15px 10px 15px;
			font-weight:normal}
		
	p {
		font-size:12px;
		line-height:18px;
		}

	h1 {
		font-size:16px;
		font-weight:bold;
		}

	h2 {
		font-size:14px;
		}

	#header {background:#666666;
		height:40px;
		padding:2px;
		padding-left:10px;
		}

	#leftcontent {
		float:left;
		width:80%;
		background:#ffffff;
		border-right:3px solid #000000;
		border-bottom:3px solid #000000;
		margin-right:30px;
		padding:20px;
		padding-bottom:30px;
		}

	#rightcontent {
		}
		
	#rightcontent a {font-weight:bold}