body {
	background-color: #EFE;
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 10pt;
}

a { 
	text-decoration: none;
	color: #009988;
}

a:hover {
	text-decoration: underline;
}

h3 { 
	color: #777777;
	font-size: 14pt; 
	display: inline;
}

#headnew { 
	color: 777777; 
	font-size: 14pt; 
	font-weight: bold;
}

.title {
	color: #777777; 
	font-size: 14pt; 
	font-weight: bold;
}

p, .formatted {
	color: #555555;
}

p.boxed {
	padding: 10px;
}

form p {
	margin-bottom: 5px;
}

input.submit {
	margin-top: 5px;
}

table {
	font-size: 10pt;
	color: #555555;
	border: 0px;
}

tr.odd {
	background-color:#FDFDFD;
}

tr.even {
	background-color:#DDD;
}

tr.headerrow {
	font-weight: bold;
}

.list td {
	padding: 5px;
}
/* Main Container for entire page */
#container {
	margin: 0px auto 0px auto;
	width: 1000px;
}

#menu, #bodycontent, #cart_contents{
	border: 1px dashed #009988;
	padding: 10px;
	margin: 0px;	
}	

#menu {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 958px !important;
	width /**/:978px;
}

#bodycontent {
	position: absolute;
	min-height: 520px;
	top: 70px;
	left: 10px;
	width: 693px !important;
	width /**/:713px;
}

#cart_contents {
	position: absolute;
	left: 740px;
	top: 70px;
	width: 228px !important;
	width /**/:248px;
}

#directions {
	width: 300px;
	text-align: justify;
}
