﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	height:auto;
}
#masthead {
	text-align: right;
	background-color: black;
	width: auto;
}
#navigation {
	height:30px;
	width:auto;
	background-color: #545454;
	overflow: hidden;
	line-height: 20px;
}
#column_l {
	margin: 0;
	padding: 0 0px 0 0px;
	background-color: #FFF6BC;
}
#footer {
	width: auto;
	text-align: center;
	background-color:  black;
	}
/* Styles for Masthead */
#masthead img {
	float: none;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 0px 0px 0 10px;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}

/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.pageTitle {
	font-size: xx-large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #800000;
	text-align: left;
	border-left-width: 2px;
}
.paragraphPizza {
	margin: 3px;
	font-size: small;
	font-family: Verdana;
	font-weight: normal;
	padding: 5px 15px 5px 5px;
}
.pageBodyEmphasized {
	font-size: x-large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	border-left-width: 2px;
}
.pageBodyEmphasized2 {
	font-size: large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	border-left-width: 2px;
}
.itemDescription {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: bold;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 3px;
}
.pageBodyEmphasized2Green {
	font-size: large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	text-align: left;
	border-left-width: 2px;
	padding-top: 5px;
}
.itemPrice {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 3px;
	color: #800000;
}
.table3col {
	width:auto;
}
