html {
	background-color: #7090c0;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 	Verdana, Helvetica, Arial, sans-serif;
	font-size: 	12px;
	color: 		#c0e0ff;
}

div#headerBar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 98%;
	height: 105px;
	background-image: url('/oldsite/images/wetlettuceDotCom.png');
	background-repeat: no-repeat;
	background-position: left center;
	z-index: 1;
}

img {
	border: 0;
}

img#bannerImg {
	position: absolute;
	right: 10px;
	bottom: 0px;
}

div#mainBody {
	position: absolute;
	top: 120px;
	left: 170px;
	right: 170px;
}

/* Compability with v2 layout */
.bar {
}

div.innerBar {
	padding: 4px;
	border:    2px solid #103068;
	background-color: #1040a0;
}
/**/

div#picBody {
	position: absolute;
	top: 105px;
	left: 10px;
	right: 10px;
}

div#leftBar {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 130px;
	height: 100%;
	font-size:  10px;
	text-align: left;
	padding-top: 120px;
	padding-right: 10px;
	padding-left:  10px;
	z-index: 0;
}

div.innerLeftBar {
	padding: 4px;
	border:    2px solid #103068;
	background-color: #1040a0;
}

div#rightBar {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 130px;
	height: 100%;
	font-size: 10px;
	text-align: right;
	padding-top: 120px;
	padding-right: 10px;
	padding-left:  10px;
	z-index: 0;
}

div.innerRightBar {
	padding: 4px;
	border:    2px solid #103068;
	background-color: #1040a0;
}

div.navBar {
	padding-bottom: 0.5em;
}

div#bold {	
	font-weight: bold; 
}

div.navTitle {
	font-weight: bold;
}

div.navText {
}

ul.navText {
	list-style: inside;
	list-style-type: none;
}

li.subNavText {
	list-style-type: square;
}

li.navText {
	padding-top: 0.5em;
}

table.infoTable {
	padding-left: 20px;
}

.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-variant: small-caps; 
	text-transform: capitalize;
}

h1 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18pt; 
	font-weight: bold;
	color: #e0f0ff;
}

h2 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-weight: bold; 
	text-transform: capitalize;
	margin-left: 5px;
	color: #e0f0ff;
}

h3 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-variant: none; 
	font-weight: bold;
	margin-left: 10px;
	color: #e0f0ff;
}

sup {
	font-size: 8pt;
}
	
li.footnote {
	font-size: 8pt;
	font-style: italic;
}

p {
	margin-left: 15px;
}

p.item {
	position: absolute;
	width: 50%;
	left: 2.5em;
}

p.itemCost {
	position: absolute;
	width: 50%;
	right: 2.5em;
}

p.fatalError {
	color: red;
}

p.error {
	color: #d03030;
}

p.signoff {
	text-align: right;
	font-style: oblique;
	font-weight: bold;
}

table.priceTable {
	min-width: 75%;
	padding-left: 10px;
}

td, th {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:   12px;
	text-align:  left;
}

table.leaderboard, th.leaderBoard, td.leaderBoard { 
	font-size:  10px;
}

a:link {
	color: #58d8f0;
}

a:visited {
	color: #d8b0ff;
}


a:hover {
	color: #6810b8;
}

table.borderise {
	padding: 6px;
	border:    1px solid #103068;
	background-color: #507090;
	margin-bottom: 3px;
	margin-top: 3px;
}

td.borderise {
	text-align: center
}

.wtBackground1 {
	background-color: #507090;
}

.wtBackground2 {
	background-color: #1040a0;
}

.wtBorder2 {
    border: 0 solid #103068;
}

.wtBlock {
    padding: 0.7em;
    border-width: 0 0 1px 0;
    border-style: inherit;
    border-color: inherit;
    /* IE can't inherit these */
    border-style: expression(parentElement.currentStyle.borderStyle);
    border-color: expression(parentElement.currentStyle.borderColor);
}

.wtInfo {
    font-size: 0.9em;
    color: #a0c0df;
}

.wtDescription {
    font-size: 1.1em;
    line-height: 1.4em;
}

