body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #333399;
}

h1 {text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
	}

a:link {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #003366;
	/* removed by bk- text-decoration: underline; */
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}
/* Layout styles */

#layoutContainer {
	padding: 0;
	margin: 0 auto 2px;
	width: 775px; 
	position: relative;
	z-index: 0;
	background-color: #FFFFFF;
}

#header {
	left: 0px;
	top: 0px;
	background-image: url(images/headerBG.gif);
	background-repeat:no-repeat;
	width: 775px;
	height: 128px;
	z-index:0;
}

#middleArea {
	background-image: url(images/leftNavBG.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	z-index: 5;
}

#leftNav {
	position: absolute;
	text-align: left;
	left: 2px;
	top: 125px;
	width: 150px;
	padding: 5px;
	z-index: 6;
}

#content {
	color: #000000;
	text-align: left;
	z-index: 5;
	position: relative;
	width: 450px;
	margin-left: 151px;
	margin-top: 10px;
}

.navLink {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333399;
	padding: 3px;
	margin-left: 3px;
}

.navLinkHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	color: #993300;
}

#heading {
	text-align: left;
	font-size: 20px;
	font-style: italic;
	color: #FFFFFF;
	position:absolute;
	left:110px;
	top:98px;
	width:700px;
	height:34px;
	z-index:1;
	visibility: visible;
	letter-spacing: 2px;
}

#address {
	position: absolute;
	right: 10px;
	top: 15px;
	float: right;
	text-align: right;
	font-size: 10px;
	color: black;
}

#order {
	font-size: 14px;
	color: #993300;
	font-weight: bold;
	text-align: center;
	width: 600px;
}

#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #cccccc;
	background-color: #333399;
	width: 100%;
	text-align:center;
	z-index:9;
}

#textArea {
	font-size: 11px;
	width: 600px;
	padding: 10px;
	background-color: #FFFFFF;
	z-index:5;
}

#home {
	font-size: 11px;
	font-weight: bold;
}

.tblHeading {
	font-size: 14px;
	background-color:#FFFF99;
	font-weight: bold;
	text-align: center;
}

.price {
	font-size: 14px;
	color: maroon;
	font-weight: bold;
}

#footPad {
	height: 300px;
}