body {
	margin:20px 20px 0px 20px;
	text-align: center;
}

	
#main {
	border-left:1px solid #000;
	border-top:1px solid #000;
	background:#fff;
	width: 75%;
	margin: 0px auto;
	text-align: left;
	border-right : 2px solid #000;
	border-bottom : 2px solid #000;
}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */
#main #menu {
	border-left:1px dashed #000;
	border-bottom:1px dashed #000;
	float:right;
	width:230px;
	background:#eee;
	margin:0px 0px 10px 10px;
	text-align: left;
}

#main #menu #indented {
    margin-left: 5px;
	border-left: 10px solid #DFDFDF;
	padding-left: 5px;
	font-size: 12px;
}

		
p,h1,pre {
	margin:0px 10px 10px 10px;
}

		
h1 {
	font-size:14px;
	padding-top:10px;
}

	
#menu p {
	font-size:10px;
	font-family:Tahoma, sans-serif;
}

	
#menu h1 {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

.toplogo {
	text-align: center;
}

body {
	font:12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	background: #FFFAFA;
	padding:0px;
	margin:0px;
}

	
a {
	text-decoration:none;
	font-weight:bold;
	color:#c00;
}

	
ol {
	margin-right:40px;
}

li {
	margin-bottom:10px;
}

a.menu:hover {
  color: Red;
}

th {
	font-size: 13px;
	color: navy;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}

td {
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

.progInfo {
	padding-left: 20px;
}

form td {
	background-color: #F0F8FF;
}