body
{
	background-color: #FAEBD7;
	margin: 0px;
}
dl.features
{
	padding-left: 50px;
}
dt
{
	font-weight: bold;
}
.header
{
	z-index: 1;
	width: 500px;
	position: absolute;
	left: 160px;
	top: 0px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.logo
{
	z-index: 1;
	width: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 500px;
	text-align: center;
	color: white;
	padding-top: 15px;
	background-color: 6363FF;
	border-color: 6363FF;
	border-right-width: 3px;
	border-right-style: outset;
	border-bottom-width: 3px;
	border-bottom-style: outset;
}
.menuregion
{
	z-index: 10;
	width: 135px;
	position: absolute;
	left: 15px;
	top: 130px;
}
.menu
{
	padding-left: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: FFFFFF;
}
.menulabel
{
	font-size: small;
	color: black;
	font-weight: bold;
	font-family: arial;
}
.menuitem
{
	font-size: xx-small;
	font-family: arial;
	padding-left: 5px;
}
.orderlabel
{
	width: 100px;
	font-size: small;
	color: black;
	font-weight: bold;
	font-family: arial;
}
#maincontent
{
	z-index: 1;
	width: 600px;
	position: absolute;
	left: 160px;
	top: 130px;
}
.outerframe
{
	border-width: 1px;
	border-style: solid;
	border-left-color: #00DEFF;
	border-top-color: #00DEFF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
}
.innerframe
{
	border-width: 1px;
	border-style: solid;
	border-left-color: #0000FF;
	border-top-color: #0000FF;
	border-right-color: #00DEFF;
	border-bottom-color: #00DEFF;
}
.sectionhdr
{
	background-color: #6363FF;
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	color: white;
	font-size: small;
}
.footer
{
	text-align: center;
	font-family: times, arial;
	font-size: x-small;
}
