
BODY {
	background-color: #fff9ee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size : 1em;
	}
	
	#frame{
		width: 80%;
		min-width: 680px;
		margin-left: auto;
		margin-right: auto;
		background-color: #fff;
	}

div.menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
	
div.menu a{
   display: block;
	font-size: 60%;
	text-align: left;
	background-color: #ffbeb7;
	border: 1px solid #abafb2;
	border-top-color: #FFFFFF;
	padding: 5px 0px 5px 2px;
	width: 100%;
}

div.menu a:link {
	color: #000;
	text-decoration: none;
	}
div.menu a:visited {
	color: #000;
	text-decoration: none;
	}
div.menu a:hover{
	background-color: #FFA8CB;
	color: #000;
	}
div.menu a:active {
	color: #000;
	}

div.menuTop{
	background-color: #ffbeb7;
	font-size: 70%;
	padding: 5px 2px 5px 2px;
	text-align: center;
	width: 100%;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;	
}
H2 {
	position: relative;
	color: #ff686f;
	background-color: #fff;
	font-size: 100%;
	text-align: left;
	z-index: 1;
	margin-top: 0;
	background-image: url(../images/housecall.png);
	background-repeat: no-repeat;
	height: 27px;
	padding-top: 100px;
	padding-left: 150px;
	}
H3 {
	background-color: #ff686f;
	border-top-width: 5px;
	color: #FFFFFF;
	font-size: 95%;
	font-weight: bold;
	margin-top: 5px;
	padding: 5px 0px 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;	
/*	-webkit-border-radius: 10px;*/
	}
input[type="text"], textarea {
	background-color: #FCFCFC;
}
select, #Comments{
	width: 270px;
}

P {
	color: #000000;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 2pt;
	margin-left: 2pt;
}
span.button{
	position: relative;
}
span.button a{
	/*background-color: #E8E8E8;*/
	background-color: #eefcff;
	border: 1px solid #000000;
	border-left-color: #C0C0C0;
	border-top-color: #C0C0C0;
	color: #000000;
	cursor: pointer;
	float: left;
	font-size: 75%;
	font-variant: normal;
	margin-right: 2px;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	width: 20%;
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.04, rgb(163,161,168)),
    color-stop(0.58, rgb(220,220,224)),
    color-stop(0.79, rgb(230,230,230))
);
-moz-linear-gradient(top, #a3a1a8 4%, #dcdce0 58%, #e6e6e6 79%);

}
span.button a:hover{
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.06, rgb(204,202,202)),
    color-stop(0.58, rgb(230,230,230)),
    color-stop(0.79, rgb(250,247,247))
);
-moz-linear-gradient(top, #a3a1a8 4%, #dcdce0 58%, #e6e6e6 79%);
}

span.button a:visited{
	color: #000000;
	text-decoration: none;
}
.advice {
	font-size: 80%;
}
.head {
	color: #ff686f;
	left: 0px;
}

.iconLev {
	position: relative;
	background-color: #fff;
	text-align: left;
	z-index: 1;
	clear: both;
	height: 30px;
	}
.mainLev {
	text-align: left;
	background-color: #fff;
	padding-top: 10px;
	margin-top: 10px;
	z-index: 0;
	clear:left;
}

#footer{
	background-color: #fff;
	}

.sendForm{
	border: 2px dotted #808080;
	padding: 5px;
	}

img {
	border: none;
}

#tradeNav{
	float:left;width:175px; margin-top:5px;
}
#icons{
	float:left;
	padding-left: 10px;
}
.list
{
padding: 0px 0px 3px 10px;
font-size: 100%;
}

#listcontainer{
	background-color: #FFFFFF; 
	font-size: 90%; 
	top: 5px;
	}

a:link{
	text-decoration: none;
	color: #0000CD;
}

a:visited{
	text-decoration: none;
	color: #0000CD;
}

a:hover{
	text-decoration: underline;
	color: #0000CD;
}

a:active{
	text-decoration: none;
	color: #6666CC
}

#replist {
	margin-top: 15px;
	/*table-layout: fixed;*/
	border-collapse: collapse;
	border: 2px solid #DCDCDC;
	width: 100%;
}
#replist thead{
	background-color: #F5F5F5;
	font-weight: bold;
}
#replist td{
	padding: 4px;border-bottom: 1px solid #DCDCDC;
}
#replist tr{
	
}
#tabdivider{
	/*'Previous Reports' line on reports page*/
}

#result ul{
	list-style-type: none;
	}

/* Hides from IE5-mac \*/
* html .mainLev {height: 1%;}
/* End hide from IE5-mac */ 


