@import "cis.css";	/* Contains standard basic styles */
body
{	margin: 140px 20px 20px 10px;
	font-size: 14px;
}
p
{	text-indent: 0px;
	text-align: left;
}
h1{ margin: 0px 0px 15px 0px; }
h2{ margin: 0px 0px 5px 0px; }

/* All content boxes belong to the content class. */
.content
{
	position: relative; /* Position declared "relative" to gain control of stacking order (z-index) */
	width: auto;
	min-width: 450px;
	margin: 0px 340px 18px 20px; /* margin: 0px 340px 18px 20px; */
	padding: 10px 10px 0px 10px;
	
	/* border: 1px solid #DAC37D; */
	
	background-color: #ffffff;
	z-index: 1; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}
.content p
{	
	margin: 0px 0px 12px 0px;
	text-indent: 30px;
	text-align: justify;
}
.content p+p
{
	text-indent: 30px;
}
.content.noindent
{
	text-indent: 0px;
}

#navLeft
{
	position:	absolute;
	width:		150px;
	top:		140px;
	left:		20px;
	/* border:		1px solid #F1D2D0; */
	padding:	10px;
	z-index:	2;
	/* background-color: #ffffff; #ffebef; #eee; */
	/* Tantek Celik Hack: IE5/Win prematurely closes the style on "\"}"".
	 * Incorrect IE5/Win value is above, correct value is below. 
	 * See http://glish.com/css/hacks.asp. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 128px;
}
/* Feed correct length to user agents that have the parsing error above
 * yet get CSS box model right and understand the CSS2 parent-child selector. */
body>#navLeft
{	width: 128px;
}
		
#navRight
{
	position:	absolute;
	width:		310px;
	top:		140px;
	right:		20px;
	border:		1px solid #DAC37D;
	text-align:	left !important;
	text-align: justify;
	padding:	10px 10px 10px 10px;
	z-index:	3;
	/* background-color: #ffebef; #eee; */
	background-color: #ffffff;
	voice-family: "\"}\""; /* Tantek Celik Hack */
	voice-family: inherit;
	width: 310px; /* 288px; */
}
/* Feed correct length to user agents that have the parsing error above
 * yet get CSS box model right and understand the CSS2 parent-child selector. */
body>#navRight
{	width: 288px;
	text-align: left;
}
