#header {
  color: #000; /* same color as the surrounding text */
  text-decoration: none; /* to remove the underline */
  cursor: text; /* to make the cursor stay as a text cursor, not the hand */
	}
	
h1 {
	font: 150% Georgia, Times New Roman, Times, serif;
	color:#666666;
	font-weight: bold;
	}
	
h2 {
	font: 150% Georgia, Times New Roman, Times, serif;
	color:#FF6600;
	font-weight: bold;
	}
	
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #2A4F6F;
	background-image: url(../images/asparagus.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
#header {
	border-top: 1px solid #778899;
	border-bottom: 1px dotted #B2BCC6;
	height: 4em;
	text-align: left;
	margin-left: 2em;
	padding-left: 2em;
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 2em;
	margin-top: 1em;
	}

.sub-header {
	font-size: small
	}

#header .ruler {
	font: 120% Georgia, Times New Roman, Times, serif;
	color: #778899;
	background-color: #FFFFFF;
	float: right;
	margin-right: 2em;
	margin-top: 0.5em;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	}


#nav {
	position: absolute;
	top: 187px;
	left: 9px;
	width: 14em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
	}
	
#nav li {
	font-size: 100%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
	}
	

ul {
	font-size: 80%;
	}

#nav {
	font: 100% Georgia, Times New Roman, Times, serif;
	color: #2A4F6F;
	border-bottom: 1px dotted #cccccc;
	background-color: #ffffff;
	}
	
#content {
	margin-left: 16em;
	margin-right: 2em;
	}

#content p {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
	}
	
li {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	}

#footer {
	font-size:small;
	margin-right: 2em;
	margin-left: 19em;
	}

table {
	border-collapse: collapse;
	width: 100%;
	font-size: 80%;
	}
	
table, th, td {
	border: 1px solid #000000;
	}
	
caption {
	font-weight: bold;
	font-size: 1.0em;
	padding-bottom: 1em;
	}

td, th {
	padding: 0.5em;
	vertical-align: top;
	}
	
td {
	text-align: left;
	}
	
a:link {
	color: #0000FF;
	}

a:visited {
	color:#0000FF
	}

a:hover {
	color:#ff6600
	}

a:active {
color: #ff6600
	}
	
.hilite {
background-color:#FFFF00
	}	
