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;
}
#blocks {
	width: 729px;
	border-collapse: collapse;
}
#blocks td {
	width: 243px;
	vertical-align: top;
	padding: 0px;
	background-image: url('images/block_back.gif');
	background-repeat: no-repeat;
	background-position: top;
}
#blocks ul {
	width: 160px;
	margin-bottom: 0px;
}
#blocks li {
	font-size: 12px;
}
#blocks h2 {
	font-size: 14px;
	margin: 0px;
	font-weight: bold;
	color: #008601;
	text-align: center;
	margin: 20px 35px 0px 15px;
}
.company {
	white-space: nowrap;
	padding-right: 5px;
	font-weight: bold;
}
.company a {
	color: navy;
}
.fewa {
	border-width: 0px;
	margin-top: 10px;
}
.default_text {
	color:green;
	font-size: 12px;	
}