/* CSS file */

/* WinNS4 */
body, td	{ font-family:	Georgia, 'Minion Web', Palatino, 'Book Antiqua', Utopia, 'Times New Roman', serif; }
PRE, CODE, TT	{ font-family:	monospace; }




/* WinNS4 */
h1, h2, h3, h4, h5, h6, th, dt	{ font-family:	'Trebuchet MS', Verdana, 'Myriad Web', Syntax, sans-serif; }




/* WinNS4 */
	/* begin affordances */	/* 2 - laid */

A, ADDRESS, BLOCKQUOTE, BODY, CITE, CODE, DD, DEL, DFN,
DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD,
LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR,
APPLET, BIG, CENTER, DIR, FONT, HR, MENU, PRE,
ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL, LEGEND	{
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-decoration:	none;
	border-color:	black;
	border-style:	none;
	}

BODY	{
	color:	black;
	background:	white
	}

#leftcolumn {
float: left;
padding: 0 1em 0 0;
margin: 0 1em 1em 0;
width: 39%;
}


#rightcolumn {
float: right;
width: 48%;
padding: 0 2em 0 1em;
margin: 0;
border-left: #aaa 1px solid;
}

EM	{
	font-style:	normal;
	font-weight:	bold;
	color:	black;
	}

STRONG	{
	font-style:	italic;
	font-weight:	bold;
	color:	black;
	}

EM STRONG, STRONG EM	{
	text-transform:	uppercase;
	font-style:	normal;
	font-weight:	bolder;
	color:	black;
	}

.warning	{
	text-transform:	none;
	font-style:	normal;
	font-weight:	bolder;
	color:	black;
	}

DEL	{
	text-decoration:	line-through;
	background:	#F66;
	}

INS	{
	text-decoration:	underline;
	background:	yellow;
	}

VAR, CITE, DFN, .note	{
	font-style:	italic;
	}

ADDRESS	{
	font-style:	normal;
	letter-spacing:	.1em;
	}

CODE, KBD, SAMP	{
	font-family:	Monotype.com, Courier New, monospace;
	}

ACRONYM	{
	font-variant:	small-caps;
	letter-spacing:	0.1em;
	}

H1, H2, H3, H4, H5, H6, DT, LEGEND, CAPTION, TH, THEAD, TFOOT	{
	margin-top:	1.58em;
    margin-bottom:	1.58em;
    color:	black;
	background:	white;
	}

HR	{
	color:	black;
	}

.colophon	{
	display:	none;
	}



	a, a:link {
		color: red;
        text-decoration: underline;
		background: transparent;
	}

	a:visited {
		color: red;
		text-decoration: underline;
		background: transparent;
	}

	a:hover {
background-color: red;
text-decoration: none;
border: 1px solid red;
color: white;
}




	/* end affordances */




/* WinNS4 */
	/* begin body box */	/* 3 - 'twelvths asymmetric' */

BODY	{
	margin-top:	1.58em;
	margin-left:	5%;
	margin-right:	5%;
	margin-bottom:	1.58em;
	padding-top:	0;
	padding-left:	0;
	padding-right:	0;
	padding-bottom:	0;
	border-top:	0;
	border-left:	0;
	border-bottom:	0;
	border-right:	0;
	width:	48em;
	}
	/* end body box */


#navcontainer { }
#navcontainer a { text-decoration: none; }

#navcontainer ul
{
padding: 0;
margin: 0;
list-style-type: none;
position: relative;
}

#navcontainer li { display: inline;
position: center;
}

#navcontainer ul
{
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
background-color: #ffffff;
padding: 5px 0;
margin-bottom: 2em;
}

#navcontainer li
 {
 margin: 0 0 0px;
 }

#navcontainer ul a,
#navcontainer ul a:link,
#navcontainer ul a:visited
{
background-color: #ffffff;
border: 1px solid red;
color: red;
padding: 0px 5px;
}

#navcontainer ul a:hover,
#navcontainer ul a:focus
{
background-color: red;
border: 1px solid red;
color: white;
}
