body {
	color: black;
	background-color: white;
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 13px;
}
p {
	margin: 0;
	margin-bottom: 18px;
}
h1 {
	text-transform: none;
	color: white;
	font-size: 19px;
}
h2 {
	text-transform: none;
	color: white;
	font-size: 17px;
}
img.logo {
	border: 1px solid #996;
	margin-bottom: 3px;
}
img.mfglogo {
	position: relative;
	bottom: 0px;
	left: -182px;
	border: 1px solid #996;
	margin-top: -58px;
}
#container {
	width: 750px;
	color: inherit;
	background-color: #cc8;
	border: 1px solid #996;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
#container img.graybar {
	width: 100%;
	height: 19px;
	clear: both;
	margin-bottom: 3px;
}
#column1 {
	width: 140px;
	float: left;
}
#column2 {
	margin-left: 150px;
	width: auto;
}
#column2 a {
	color: white;
}
#column2 a:hover {
	color: #ffc;
}
#menu1, #menu2 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 140px;
	border: 1px solid black;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
#menu1 {
	margin-bottom: 10px;
	color: inherit;
	background-color: #600; 
}
#menu2 {
	color: inherit;
	background-color: #063;
}
#menu1 li, #menu2 li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #777;
}
#menu1 li.first, #menu2 li.first {
	border-top: none;
}
#menu1 a, #menu2 a {
	display: block;
	padding: 3px;
	text-decoration: none;
}
#menu1 a {
	padding-left: 30px; /* room for image */
	width: 107px;
	color: white;
	background-color: transparent;
	background-image: url(/images/menupoint.gif);
	background-position: 5px 0px;
	background-repeat: no-repeat;
}
#menu2 a {
	padding-left: 10px; /* no room for image needed */
	width: 127px;
	color: white;
	background-color: transparent;
}
#menu1 a:hover {
	color: white;
	background-color: red;
	background-image: url(/images/menupoint_s.gif);
}
#menu2 a:hover {
	color: white;
	background-color: #093;
}
#showcase {
	height: 80px;
	background-image:   url("images/showcase/66699_2993.jpg");
	margin-bottom: 10px;
	border: 1px solid black;
	padding: 10px;
}
#showcase p {
	line-height: 24px;
	color: white;
	font-size: 13px;
	background-color: #777;
	width: 250px;
	margin-left: auto;
	text-align: right;
	padding: 10px;
	border: 1px solid white;
	display: none;
}
#showcase p strong {
	font-size: 24px;
	font-weight: normal;
}
#content {
	background-color: #063;
	color: white;
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid #999;
}
#content p {
	line-height: 1.5em;
	text-align: justify;
}
#legal {
	margin-top: 5px;
	font-size: 10px;
	color: #777;
	background-color: #ddb;
	border: 1px solid #bbb;
	padding: 5px;
}
#legal p {
	margin: 0px;
}
#legal p.developertag {
	display: block;
	margin-left: 10px;
	float: right;
	margin-bottom: 10px;
}
#notes {
	border: 1px dashed #ddd;
	background-color: #eee;
	color: #333;
	margin-top: 10px;
	padding: 5px;
	font-size: 11px;
}
#notes p {
	margin-top: 5px;
}
#notes a {
	color: #f90;
	font-weight: bold;
	text-decoration: underline;
}
#lightbox {
	display: block;
	float: right;
	width: 240px;
	height: 180px;
	margin: 5px 0px 10px 30px;
	border: 1px solid white;
}
#tray {
	display: block;
	width: 240px;
	height: auto;
	border: 1px solid white;
	background-color: #063;
	float: right;
	clear: right;
	margin: 0px 0px 10px 30px;
}
#tray p {
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ddd;
	background-color: transparent;
	text-align: center;
	margin: 2px;
}
#tray ul {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	display: block;
	width: 204px;
}
#tray li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}
#tray img {
	border: 1px solid white;
	width: 60px;
	height: 45px;
	margin: 3px;
	text-align: center;
}
form {
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
form table {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 450px;
}
form td.label {
	width: 100px;
	padding-right: 30px;
}
form td {
	vertical-align: top;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
form input, form select {
	margin: 0px;
	font-size: 11px;
}
form input.medium, form select.medium {
	width: 120px;
}
form input.wide {
	width: 200px;
}
form input.narrow {
	width: 80px;
}
/* hide utilities temporarily */
#utilities {
	display: none;
}
/*
