﻿HTML, BODY 
{
	height:100%;
}

body
{
	margin:0;
	padding:0;
	font-size:11px;
	line-height:1.4em;
	font-family:Verdana;
	color:#404040;
	background-color:#fff;
	
}

SELECT, INPUT 
{
	font-size:11px;
}

DIV.see
{
	border:solid 1px #999;
}

DIV.colLeft 
{
	 width:235px;
	 float:left;
	 background:#fff url(/images/corner_top_left.png) no-repeat;
	 padding-top:20px;
	 height:100%;
}

DIV.leftVert 
{
	background:#fff url(/images/left_vert.png) repeat-y;
	height:100%;
}

DIV.colRight 
{
	width:605px;
	float:left;
	background:#fff url(/images/canvas_right.png) no-repeat;
	height:100%;
	padding:0; /* anything else will break layout */
}



DIV.txtAddress 
{
	color:#7d7d7d;
	line-height:1.4em;
	padding:2px 0 0 34px;
}

H1 
{
	margin:0;
	padding:5px 0 8px 0;
	color:#993a11;
	font-size:18px;
	line-height:1.4em;
}

H2
{
	margin:0;
	padding:5px 0 2px 0;
	color:#993a11;
	font-size:14px;
	line-height:1.4em;
}

IMG  
{
	border:none;
}

IMG.block 
{
	display:block;
}

TR 
{
	vertical-align:top;
}