@charset "iso-8859-1";

/*******************************************************************************
*  v4.css : 2007-08-01
*******************************************************************************/

/*-*-*- container.css -*-*-*/
body {
	/*/*//*/ width: 130%;			/* nn4 fix */
}
.hide {
	display: none;
}
.clear, #nsFooterClear {
	clear: both;
}
.inside {
	padding: 0.5em;
}
#oldBrowserNotice {
	text-align: center;
	display: block;		/* overriding the display:none on this block
				   so that version 4 browsers still see the
				   old browser notice */
}
#contentColumn {
	/*/*/ margin: 0 13.6em 0 14.4em;			/* ie4 fix */
}
#contentHead {
	/*/*/ margin: 0 19em;			/* ie4 fix */
}
#leftColumn {
	float: left;
	width: 14.4em;
	/*/*/ margin-right: -14.4em;		/* ie4 fix */
}
#rightColumn {
	float: right;
	width: 13.6em;
	/*/*/ text-align: left;			/* ie4 fix */
	/*/*/ margin-left: -13.6em;		/* ie4 fix */
}
#leftHead {
	float: left;
	width: 19em;
	/*/*/ margin-right: -19em;		/* ie4 fix */
}
#rightHead {
	float: right;
	width: 19em;
	/*/*/ text-align: left;			/* ie4 fix */
	/*/*/ margin-left: -19em;		/* ie4 fix */
}
#mastHead, .hnav, #contentHead, #contentColumn, #contentColumn .inside, #footer {
	/*/*//*/ border: none;			/* nn4 fix */
	/*/*//*/ margin: 0;			/* nn4 fix */
}
#nsFooterClear {
	/*/*//*/ display: block;		/* nn4 fix */
}
#footer {
	text-align: center;
}
/*-*-*- hnav.css -*-*-*/

/*/*//*/
	.hnav
	{
		text-align: center;
		padding: none;
	}
	.hnav ul, .hnav ul li
	{
		list-style-type: none;
		display: inline;
	}
/*--> IE4 does not do inline lists, so this CSS is shown only to NN4. <--*/

/*-*-*- borders.css -*-*-*/
#mastHead, #footer, .hnav, #contentColumn, #contentHead {
	border: solid 1px #000;
}
#page {
	/*/*//*/ border: solid 1px #000;	/* hide from ie4 */
}
#mastHead {
	/*/*//*/ border-width: 0 0 1px 0;	/* hide from ie4 */
}
#footer {
	/*/*//*/ border-width: 1px 0 0 0;	/* hide from ie4 */
}
.hnav {
	/*/*/ border-top-width: 0;		/* hide from nn4 */
	/*/*//*/ border-width: 1px 0;		/* hide from ie4 */
}
#contentColumn, #contentHead {
	margin-top: -1px;
}
/*-*-*- colors.css -*-*-*/
body {
	background-color: #fff;
	/*/*//*/ background-color: #ccc;	/* nn4 coloring */
	color: #000;
}
#page {
	background-color: #fff;
	color: #000;
}
#contentcolumn, #contentHead					/* selector case hack */ {
	color: #000;
	background-color: #eee;
}
/*-*-*- gutters.css (or what's left) -*-*-*/
#page {
	margin: 0 1em;
}
#mastHead {
	/*/*//*/ padding-bottom: 0;		/* nn4 fix */
}
#mastHead h1 {
	/*/*/ margin: 0;			/* ie4 fix */
}
.hnav ul {
	/*/*/ margin-top: 0;			/* ie4 fix */
	/*/*//*/ padding: 0.1em 0 0.4em ;	/* nn4 fix */
}

/******************************************************************************/
