/* For 
    *NN4 (Mac and Win)
    * Win/IE4
    * Win/IE5
    * Win/IE5.5
    * Win/IE6 (when in quirks-mode)
    compatibility.
 */
/*body { text-align: center; }*/
body { background-color: white; }
img
{
	border: 0;
	/*z-index: 6;*/
}
p {font-family: Georgia, Times New Roman, Times;}
ul {font-family: Georgia, Times New Roman, Times;}
p.quote {font-style:italic; margin: 1em 5em 1em 5em;}
a
{
	color:#09c;
	font-family:Georgia, Times New Roman, Times;
	text-decoration:none;
}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}
.center {text-align:center;}
#container
{
	/*width: 70%;*/
/*	margin: 10px auto;*/
	/* Needed for backwards compatibility to compensate for body { text-align: center; }*/
/*	text-align: left;*/
	line-height: 130%;
	/*background-color: #fff;
	color: #333;
	border: 1px solid gray;*/
}
#top
{
	padding: 0;
	background-color: #ddd;
	border-bottom: 1px solid gray;
}
#top h1
{
	padding: 0;
	margin: 0;
}
#leftnav
{
	position:absolute;
/*	float: left;*/
	width: 180px;
	margin: 0;
	left: 15%;
	/*z-index: 2;*/
}
#content
{
	padding-left: 200px;
	margin-left: 15%;
	margin-right: 15%;
	min-height: 800px;
}
#content h2
{
	margin: .5em 0 .5em 0;
	font-family: Georgia, Times New Roman, Times;
}
#footer
{
	position:relative;
	/*margin: 0;*/
	top: 50px;
/*	color: #333;
	background-color: #ddd;*/
	border-top: 0px solid gray;
	text-align: center;
}



