﻿body 
{
	background-color:White;
	text-align:center;
}

h1
{
	color:#f39428;
	font-weight: bold;
	font-size:xx-large;
	font-family:Calibri,'Trebuchet MS', Arial, Helvetica, sans-serif; 
	text-align:center;
}

.byline
{
	color:#f39428;
	font-size:x-large;
	font-weight: bold;
	font-family:Calibri,'Trebuchet MS', Arial, Helvetica, sans-serif; 
}

.header
{
	background-position: top right;
	width:700px;
	color:Black;
	font-size: 0.5em;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	text-align:center;
	margin: 0 auto;
}

.footer
{
	left:0px;
	bottom: 0px;
	vertical-align:bottom;
	background-color:White;
	color:Gray;
	min-width:700px;
	font-size: x-small;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	text-align:left;
}

.body
{
	padding-top:10px;
	height: 100%;
	min-height:700px;
	background-color:White;
	color:Black;
	width:700px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	text-align:center;
	margin: 0 auto;
}
.menu
{
	width: 700px;
	height:40px;
	display:block;
	background-color:White;
	color:Black;
	text-align:center;
	border-bottom-style:solid;
	border-bottom-color: Black;
	border-bottom-width: 1px;
	margin: 0 auto;
}
.menu a
{
	display: block;
	float: left;
	border: 5px;
	margin-top:10px;
	margin-left:30px;
	background-color:White;
	color:Black;
	text-decoration: none;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-weight: normal;
}
.menu a:visited
{
	display: block;
	float: left;
	border: 5px;
	margin-top:10px;
	margin-left:30px;
	background-color:White;
	color:Black;
	text-decoration: none;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-weight:normal;
}
.menu a:hover
{
	display: block;
	float: left;
	border: 5px;
	margin-top:10px;
	margin-left:30px;
	background-color:White;
	color:Black;
	text-decoration: underline;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-weight:bold;
}

p.checkoutProgress
{
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-weight:bold;
	font-size:smaller;
	color:#f39428;
	text-align:left;
}