body {
	background-color:#fff;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	min-height:660px;
	min-width:980px;	 /*minimum element width */
	}
h1 { font-size:22px; } 

a:link,a:visited,a:active { font-size:18px; font-weight:bold; text-decoration:none; color: #555; }
a:hover { font-size:18px; font-weight:bold; text-decoration:underline; color: #000; } 

/* back arrow */

#back a:link { font-size:22px; text-decoration:none; color: #888; } 
#back a:visited { text-decoration:none; color: #888; } 
#back a:active { text-decoration:none; color: #888; }
#back a:hover { text-decoration:none; color: #888; }

/* menu */

#menu ul {
	list-style-type:none;
	white-space: nowrap; /* prevents li menu wrap */
	}
#menu li {
	font-size:20px; 
	display:inline;
	margin-left:20px;
	margin-right:0px;
	font-weight:bold;
	font-style:normal;
	color:#000; /* list title item */
	float:right;
	}

#menu a:link { font-size:20px; color: #888; text-decoration:none; }
#menu a:visited { font-size:20px; color: #888; text-decoration:none; }
#menu a:active { font-size:20px; color: #888; text-decoration:none; }
#menu a:hover { font-size:20px;color: #000;	text-decoration:none; }

/* tables */ 

table,td {
 	padding-right:10px;
	padding-left:10px;
	border-style:solid;
	border-width:0px;  /* border */
	font-family:"Courier New", Courier, mono;
	font-size:18px;
	text-align:left;
	}

.projimg td {  padding-right:60px; }
.tdwide { width:600px; }
.rt { text-align: right; padding-right: 80px;}

#band {
	position:fixed;
	top:60px;
	width:964px;
	height:2px;
	left:60px;
	background-color:#888;
	z-index:5;
	}
#menu {
	position:relative;
	bottom:10px;
	right:0px;
	}
#logo {
	position:fixed;
	top:20px;
	left:54px;
	z-index:5;
	}

#tcontent {
	position:absolute;
	top:100px;
	left:40px;
	line-height:19px;
	}

#tcontent ul { 	padding:0; margin-left:0px; list-style-type:none;} 
#tcontent li { 	margin-left:54px; text-indent:-54px; color:#000; }

#back { 		/* back arrow */ 
	position:fixed;
	bottom:3px;
	right:25px;
	font-weight:bold;
	font-size:20px; 
	display:none;
	z-index:9;
	}

img {
	border:0;
	}

.tbox {
	height:600px;
	width:500px;
	/*text-align:left;
	margin-right:20px;
	line-height:19px;*/
	}

.tboxw {
	height:500px;
	width:720px;
	text-align:left;
	margin-right:20px;
	line-height:19px;
	}



	
