/* 2 column layout, total of 765 px wide 543 px high */

body {					/* the body formatting is applied to the top menu */
	font: normal 9pt Helvetica,Arial,sans serif;
	background-color: white;
	}
	
table {					
	font: normal 9pt Helvetica,Arial,sans serif;
	}
	
a:link {color:#63414a;}		/* dark brown */
a:visited {color:#c3ab7d;}		/* medium brown */
a:active {background-color:#faf6e1;}		/* light tan */

	
#leftcontent {
	float:left;
	background:#fff;
	width:250px;		/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 250px;
	}
html>body #content {
	width: 250px; 		/* ie5win fudge ends */
	}
	
#rightcontent {
	float:left;			/* MIRACLE FIX: adding float:left; here closed the 2px gap between <div>'s in IE6 & also fixed formatting issues in NS6.2 and Opera 7.32 */
	background:#fff;
	/* border:1px solid #000; */
	height:543px;
	width:515px;		/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 515px;
	}
html>body #rightcontent {
	width: 515px; 		/* ie5win fudge ends */
	}
	
h1 {
	font: bold 16pt Helvetica,Arial,sans serif;
	color: rgb(195,171,125);
	margin: 30px 0px 20px 21px;
	}
	
p {
	font: 9pt Helvetica,Arial,sans serif;
	font-weight: 300;
	line-height: 15pt;
	margin:0px 45px 20px 50px;
	}
	
p.footer {
	font: 9pt Helvetica,Arial,sans serif;
	margin: 0px 0px 9px 21px;
	}
	
p.home {
	font: 9pt Helvetica,Arial,sans serif;
	font-weight: 300;
	line-height: 15pt;
	margin:0px 10px 5px 38px;
	}
