body	{
	margin: 0px;
	font: 14px Times New Roman, verdana, sans-serif;
	background: #fff;
	color: #000;
}

h1, h2, h3, pre	{
	margin: 0px 30px 0px 30px;
}

p	{
	margin: 0px 30px 10px 30px;
}

p, li, ul	{
	font: 14px times new roman, verdana, sans-serif;
}

p	{
	line-height: 20px;
}

h1	{
	color: #660033;
	font: 18px times new roman, verdana, sans-serif;
}

h2	{
	font: 16px times new roman, verdana, sans-serif;
	font-weight: bold;
	color: #660033;
}

h3	{
	font: 14px times new roman, verdana, sans-serif;
	font-weight: bold;
	color: #660033;
}

img	{
	border: 0px;
	padding: 5px;
}

a:link, a:active	{
	color: #336699;
}

a:hover	{
	color: #999;
}

a:visited	{
	color: #336699;
}

td	{
	font: 14px times new roman, verdana, sans-serif;
}

td.header, tr.header	{
	background: #660033;
}

td.nav	{
	border: 1px solid #ccc;
}

td.header_bord	{
	background: #ccc;
}
td.underline	{
	border-bottom: 1px solid #000;
}

#topContent {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border-bottom: 5px solid #ccc;
	background: #660033;
	height: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 130px;
	}
html>body #topContent {
	height: 130px; /* ie5win fudge ends */
	}
#leftContent {
	position: absolute;
	top: 160px;
	left: 10px;
	margin: 0px;
	padding: 10px;
	border: 1px solid #ccc;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 130px;
	}
html>body #leftContent {
	width: 130px; /* ie5win fudge ends */
	}
	
#mainContent {
	padding: 10px;
	border: 0px;
	margin: 0px 150px 0px 150px; 
	}
	
#rightContent {
	position: absolute;
	top: 160px;
	right: 10px; /* Opera5.02 will show a space 
	at right when there is no scroll bar */
	margin: 0px;
	padding: 10px;
	border: 1px solid #000;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 130px;
	}
html>body #rightContent {
	width: 130px; /* ie5win fudge ends */
	}

#bottomContent	{
	float: left;
	width: 100%;
	padding: 0px;
	background: #fff;
	text-align: center;
	font: 10px verdana, sans-serif;
	border-bottom: 0px solid #000;
	border-top: 0px solid #000;
}

.right	{
	text-align: right;
}

