html,body {
	margin: 0;
	padding: 0;
	
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
}
body {
	min-width: 600px;
}
#wrap {
	margin: 0 auto;
	width: 750px;
}
#header {
	
}
#nav {
	font-size: 0.8em;
}
#main {
	width: 500px;
	float: left;
}
#sidebar {
	width: 250px;
	float: right;
}
#footer {
	clear: both;
}

h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.0em;
}
.emphasis {
	font-style: italic;
}

#nav a:link {
	color: #555555;
}
#nav a:visited {
	color: #555555;
}
#nav a:hover {
	color: #555555;
}
#nav a:active {
	color: #cccccc;
}
#nav .thisPage a:link {
	color: #000000;
}
#nav .thisPage a:visited {
	color: #000000;
}
#nav .thisPage a:hover {
	color: #000000;
}
#nav .thisPage a:active {
	color: #cccccc;
}

table.orderTable {
	border: none;
	font-size: 0.8em;
}
table.orderTable th {
	text-align: right;
	vertical-align: top;
}
table.orderTable td {
	text-align: left;
	vertical-align: top;
}

table.pricingTable {
	border-width: 0px;
	border-spacing: ;
	border-style: none;
	border-color: #000000;
	border-collapse: collapse;
	background-color: white;
}
table.pricingTable th {
	border-width: 2px;
	padding: ;
	border-style: none;
	border-color: #000000;
	background-color: white;
}
table.pricingTable td {
	border-width: 1px;
	padding: ;
	border-style: solid;
	border-color: #000000;
	background-color: white;
}

p.finePrint {
	font-size: 0.7em;
}

p.tangentNavLink {
	font-size: 0.7em;
}

.error {
	color: #ff0000;
}

.bottomLeftCorner {
	position: absolute;
	visibility: visible;
	left: 0px;
	bottom: 0px;
}

