body {
	
	
	background-image: url("background.jpg");
	background-repeat: no-repeat;
	color: #000000;
	background-color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	font-family: "Times New Roman", serif;
	
}

p {
	margin-top: 2em;
	margin-bottom: 2em;
	text-indent: 2em;
}

h1 {
	color: #660000;
	margin:0 2em 1em 1em;
	padding-top: 1em;
	text-align: left;
	font-family: verdana, helvetica, arial, sans-serif;
}

h2, h3, h4, h5, h6 {
	color: #660000;
	margin: 0 1em 0 1em;
	padding-bottom: 1em;
	text-align: left;
	font-family: verdana, helvetica, arial, sans-serif;
}

dd  {font-style: italic;}
	

div.content {
	position: absolute;
	top: 200;
	right: 0;
	left: 200;
	background-color: #c9c1ae;
	background-image: url("leftCorner.gif");
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 0 2em 200 2em;
	font-size: 1.1em;
}

div.nav {
	position: absolute;
	
	width: 200px;
	top: 220px;
	left: 0;
	margin: 0 0 0 0;
	padding: 0 2px 0 2px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.7em;
}

ul.main {
	margin: 0 0 2em 0;
	padding-left: 2em;
	list-style-type: none;
}

ul.sub {
	margin-left: 0px;
	padding-left: 2em;
	list-style-type: disc;
}

a:link {color: #660000;}
a:visited {color: #ce9c63;}
a:hover {color: #00cc00;}
	

.floatLeft {
	float: left;
	margin: 5 20 20 5;
	border: 2px solid black;
}

.floatRight {
	float: right;
	margin: 5 5 20 20;
	border: 2px solid black;
}

.feature {font-weight: bold;}
.clearBoth {clear: both;}
.initialCap {
	font-size: 3em;
	font-weight: bold;
	line-height: .8em;
}

.ital {font-style: italic;}
.embolden {font-weight: bold;}
.centerIt {text-align: center}


	
