/* replace native styles */
body {
	margin: 6px;
	font-family: sans-serif;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
img {
	border: 0px;
}


/* attention burst at top of page */
#burst h1{
	display: none;
}
#burst {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url("newetagsburst.gif");
	width: 195px;
	height: 152px;
}

/* divide the page up between left and right */
#leftSide {
	width: 50%;
	text-align: right;
	padding: 25px;
}
#rightSide {
	width: 50%;
	padding: 25px;
	border-left: solid 2px #000;
}
/* return the bottom of the page to the left side */
#bottom {
	clear: both;
}


/* menu styles */
#nav {
	list-style: none;
	font-family: verdana,sans-serif;
	font-size: 13px;
}
#nav li {
	margin-bottom: 8px;
}
#nav a:hover {
	color:#666;
}

/* Fax Order List */

#fax {
	list-style: none;
	font-family: verdana,sans-serif;
	font-size: 13px;
	margin-left: 0px;
	padding-left: 0px;
}
#fax li {
	margin-bottom: 8px;
	margin-left: 0px;
}
#fax a:hover {
	color:#666;
}

/* Classes */
.finePrint {
	font-size: 10px;
	color: #333;
}
.prices {
	float: left;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
.prices td {
	margin: 0px;
	padding: 5px;
	border: solid 1px #333;
	text-align: right;
	font-size: 12px;
}
.prices th {
	margin: 0px;
	padding: 0px;
	color: #fff;
	background: #666;
	border: solid 1px #333;
}
