body {
	font-family: Verdana,Helvetica,sans-serif;
	background-color: white;
	margin: 5px;
	text-align:center;
	background-image:url('images/vert_back.png');
	background-repeat:repeat-x;
}
a {
	color: green;
	font-weight: 700;
}
h2 {
	font-size: 18px;
	font-weight:700;
}
h2 a {
	color: green;
}
img {
	border-width: 0px;
}
#wrapper {
	width: 1000px;
	margin: 5px auto 5px auto;
	text-align: left;
}
#left_column {
	float:left;
	width: 200px;
	background-color: white;
	border: 1px black solid;
	text-align: center;
	padding: 3px;
	min-height: 630px;
}
#left_column a {
	text-decoration: none;
	color: green;
}
#left_column a:hover {
	text-decoration: underline;
	color: navy;
}
#white_box {
	float:right;
	padding: 15px;
/*	width: 540px; */
	width: 740px; 
	background-color:white;
	border: 1px black solid;
	color:green;
	font-size: 12px;
	min-height: 608px;
}
#vendor_listing {
	width: 100%;
}
#vendor_listing td {
	vertical-align: top;
}
.company {
	white-space: nowrap;
	padding-right: 5px;
	font-weight: bold;
}
.company a {
	color: navy;
}
.fewa {
	border-width: 0px;
	margin-top: 10px;
}