body {
	background-image: url("logo03.jpg");
	background-repeat: no-repeat;
	color: #000000;
	background-color: #d0d0d0;
	font-size: 1em;
	font-weight: normal;
	font-family: "Times New Roman", serif;
}

p {
	margin-top: 1em;
	margin-bottom: 2em;
	text-indent:  1em;
}

h1 {
	color: #660000;
	margin: 0em 2em 1em 2em;
	
	text-align: center;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 2em;
}

h2, h3, h4, h5, h6 {
	color: #660000;
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
	text-align: left;
	font-family: verdana, helvetica, arial, sans-serif;
}

table {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: .8em;
	text-align: center;
	width: 100%;
}

hr {
	clear: both;
	width: 30%;
	margin-bottom: 40px;
}

dd  {font-style: italic;}

li {margin-bottom: 1em;}
	
div.banner {
	z-index: 5;
	position: absolute;
	top:160px;
	left: 400px;
	border: 0px; 
}

div.content {
	position: absolute;
	z-index: 10;
	top: 340px;
	right: 0px;
	left: 200px;
	background-color: transparent;
	padding: 0px 2em 200px 1em;
	font-size: 1.1em;
}

div.heading {
	position: absolute;
	z-index: 5;
	margin: 0px 0px 0px 0px;
	top: 220px;
	right: 0px;
	left: 270px;
	text-align: left;
	font-family: verdana, helvetica, arial, sans-serif;
}

div.nav {
	color: #660000;
	position: absolute;
	z-index: 0;
	background-color: transparent;
	width: 190px;
	top: 340px;
	left:4px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 6px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: .8em;
	font-weight: bold;
}



a:link {color: #990000;}
a:visited {color: #660000;}
a:hover {color: #00cc00;}

.floatLeft {
	float: left;
	margin: 5px 12px 20px 2px;
	border: 4px solid black;
}

.floatRight {
	float: right;
	margin: 5px 0px 20px 15px;
	border: 4px solid black;
}


.feature {font-weight: bold;}
.centerText {text-align: center;}
.clearBoth {
	clear: both;
	margin-bottom: 40px;
}
.initialCap {
	font-size: 3em;
	font-weight: bold;
	line-height: .8em;
}

.ital {
	color: #660000;
	font-style: italic;
}

.embolden {font-weight: bold;}


	
