a:link {color: #ff9900; } 
a:visited {color: purple; } 
a:active {color: red; } 
a:hover {text-decoration: none; color: blue; background-color: gray; } 

body {
	width: 980px;
	color: #333300;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
}

strong { 
	font-style: italic; 
} 

dt {
	font-weight: bold; 
}

.indextable td {
	width: 120;
	height: 120;
}

#masthead h1 {
		color: #ff9900;
		background-color: #333300;
		padding: 2em 1em 2em 10em;
		margin: 0;
}

#masthead img {
		float: left;
		border-width: 10px;
		border-color: #333300;
}


#nav a:link {text-decoration: none; color: #ff9900; font-weight: bold;} 
#nav a:visited {text-decoration: none; color: #ff9900; font-weight: bold;}
#nav a:active {text-decoration: none; color: #ff9900; font-weight: bold;}
#nav a:hover {text-decoration: underline; color: white; background-color: #333300; font-weight: bold;} 
#nav ul {list-style-type: none; margin-left: 1em; }
#nav {
	color: #ff9900;
	background-color: #333300;
	float: left;
	width: 14em;
	margin-top: 3em solid #333300;
	border-bottom: 3em solid #333300;
	border-top: 1em solid white;
	padding-top: 1em solid #333300;
}

.navheader {
	color: white;
}

#content, #index-page {
	margin-left: 14em;
	padding: 1em;
}

#content p {
	margin-right: 400px;
	text-align: justify;
}

#content ul {
	margin-left: 1em;
}

#content th {
	text-align: left;
	valign: top;
}

#content img {
	border:0; 
	float:right;
}

#content blockquote { 
	clear: right;
	float: right;
	width: 20em; 
	background-color: #ddddff;
/*	background-color: #ccff99;*/
	font-weight: bold; 
	padding: 1em; 
	margin: 2em 0; 
} 

#index-page p {
	margin-right: 0;
	text-align: justify;
}

#index-page img {
	border: 1; 
	border-color: white;
	width: 120;
	height: 120;
}

#index-page td {
	width: 140px;
	height: 160px;
	text-align: center;
}


#footer p {
	font-size: 0.8em;
	text-align: center;
	clear: both;
}


