body {
	text-align: center;
	font-family: Arial, Times;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

#container {
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 800px;
	height: 600px;
	padding: 10px;
	background-color: #FFFFFF;
}

#logo {
	width: 100%;
	height: 125px;
}

#logo img {
	border: none;
}

#navigation {
	width: 100%;
	height: 24px;
	background-image: url('images/navbarbackground.gif');
	background-repeat: repeat;
	border-top: solid 2px black;
	border-right: solid 2px black;
	border-left: solid 2px black; 
	font-size: 16px;
	font-weight: bold;
	padding-top: 2px;
}

#navigation a {
	color: black;
}

#navigation a:hover {
	color: #666666;
}

#content {
	width: 780px;
	height: 375px;
	border: solid 2px black;
	text-align: left;
	padding: 10px;
	font-size: 11px;
	overflow: auto;
}

#contentTitle {
	font-size: 24px;
	line-height: 30px;
	color: black;
	border-bottom: solid 3px black;
	font-weight: bold;
	font-variant: small-caps;
}

#contentText {
	margin-left: 10px;
	margin-right: 10px;
}

#contentText a {
	color: #EE1D24;
}

#contentText a:hover {
	color: #666666;
}

.textTitle {
	font-weight: bold;
}

.textTitle a {
	color: #EE1D24;
}

.textTitle a:hover {
	color: #666666;
}

.text {
	margin-left: 10px;
}

.text td {
	font-size: 11px;
}

.text td input {
	font-size: 11px;
}

.text td select {
	font-size: 11px;
}

#pageFooter {
	width: 100%;
	height: 30px;
	border-right: solid 2px black;
	border-left: solid 2px black; 
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	background-color: black;
	color:white;
}

#pageFooter a {
	color: white;
}

#pageFooter a:hover {
	color: #999999;
}

td a {
	color: #EE1D24;
}

td a:hover {
	color: #999999;
}

#orderSummaryTitle {
	margin-left: 10px;
	color: white;
	background-color: black;
	border: solid black 1px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.orderSummaryCategory {
	margin-left: 10px;
	color: white;
	background-color: #EE1D24;
	border-left: solid black 2px;
	border-right: solid black 2px;
	border-bottom: solid black 2px;
	font-weight: bold;
	font-size: 10px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.orderSummaryCategory a {
	color: white;
}

.orderSummaryText {
	margin-left: 10px;
	color: black;
	background-color: white;
	border-left: solid black 2px;
	border-right: solid black 2px;
	border-bottom: solid black 2px;
	font-weight: bold;
	font-size: 10px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
