html {
  margin:		0;
  padding:		0;
  width:		100%;
  height:		100%;
  font:			normal 100.01%/1.4 Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
  min-height: 100%;
  height: auto;
}

body {
min-height:100%;
height:auto;
  margin:		0;
  padding:		0;
  font-size:		.85em;
  background-position:bottom;
  background-color:#f0ffdc;
  background-image: url(../images/grass.png);
  background-repeat: repeat-x;
  color:		black;
  text-align:		center;
}

h1 {
	font-size:1.5em;
	color:#1FB6F0;	
}

h2 {
	font-size:1.2em;	
}

h3 {
	font-size:1em;	
}

table#layout_content {
	text-align:left;
	width:100%;
	height:100%;	
	min-width:800px;
	background-image: url(../images/bar.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

table#layout_content td#nav {
	width:20px;
	max-width:20px;
	min-width:20px;
	min-height:500px;
	vertical-align:top;
	padding-top:3px;
	padding-right:10px;
	padding-left:10px;
	height:100%;
}


td#top_left {
	width:30px;
	height:30px;
	background-image: url(../images/border/top_left.png);
	background-repeat: no-repeat;
	background-position:bottom right;	
}

td#top {
	height:30px;
	background-image: url(../images/border/top.png);
	background-repeat: repeat-x;
	background-position:bottom;	
}



td#top_right {
	height:30px;
	width:30px;
	background-image: url(../images/border/top_right.png);
	background-repeat: no-repeat;
	background-position:bottom left;	
}

td#left {
	width:30px;
	min-width:30px;
	background-image: url(../images/border/left.png);
	background-repeat: repeat-y;
	background-position:right;	
}

td#right {
	width:30px;
	min-width:30px;
	background-image: url(../images/border/right.png);
	background-repeat: repeat-y;	
}

td#bottom_left {
	width:30px;
	height:30px;
	background-image: url(../images/border/bottom_left.png);
	background-repeat: no-repeat;
	background-position: top right;
}

td#bottom {
	height:30px;
	width:10px;
	background-image: url(../images/border/bottom.png);
	background-repeat: repeat-x;	
}

td#bottom_right {
	height:30px;
	width:30px; 
	background-image: url(../images/border/bottom_right.png);
	background-repeat: no-repeat;
	background-position:top	left;	
}

 table#layout_content td#right_side {
	width:20px;
	max-width:20px;
	min-width:20px;
	background-image: url(../images/bg.png);
	vertical-align:top;
	text-align:center;
	padding-top:3px;
}

td#content {
	vertical-align:top;
	padding:15px 5px 5px 10px;
	width:100%;
	height:100%;
	background-color:#fff;
	background-image: url(../images/wm.png);
	background-position:right;
	background-repeat: no-repeat;
}

* html td#content {
	width:65%;	
}

td#content img {
	border:1px solid black;
	margin:2px;	
}


div#logo_float {
	position:absolute;
	top:20px;
	left:60px;
}

div#top_div {
	height:100px;
	clear:both;	
}


/* menu */

td#menu {	
	width:270px;
	min-width:270px;
	background-color:#fff;
	vertical-align:top;
	padding-top:100px;
	padding-left:0px;
	text-align:left;
	background-image:url(../images/menu_bg.png);
	background-repeat: no-repeat;
	background-position:15px 60px;
	height:100%;
}

td#menu ul {
	display:block;
	margin-left:0px;
	padding-left:0px;
}

td#menu li {
	list-style:none;
	text-indent:30px;	
}

td#menu a:link, td#menu a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:1.1em;
	width:100%;
		
}


/* links */

td#menu a:link, td#menu a:visited {
	
}

td#menu a:hover {
	background-color:#fff;
	color:#0068BB;
	
}

a.active:link, a.active:visited {
	font-weight:bold;	
}

p#footer {
	color:#999;
	font-size:.7em;
}

p#footer a:link, p#footer a:visited {
	display:inline;
	color:#999;
	text-decoration:none;
}

p#footer a:hover{
	text-decoration:underline;
	color:#0068BB;
	
}

span.required {
	font-size:.8em;	
}

td.form_bold {
	font-weight:bold;
	text-align:right;
}


.rebates td, .rebates th {
	padding:2px;
	text-align:center;
}

