@charset "UTF-8";

#content{
	width: 860px;
	background-color: #FFF;
	float: left;
}

#sidebar{
	width: 220px;
	background: #fff;
}

#resources {
	width: 200px;
	font-size: 14px;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#resources p {
	color: #046380;
	text-align:center;
	border: thin solid #a7a37e;
	padding: 5px;
	text-decoration: none;
	width: 186px;
	float: left;
	margin-top: 1px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

#resources a  {
	text-align:center;
	border: thin solid #a7a37e;
	padding: 5px;
	color: #002f2f;
	text-decoration: none;
	width: 186px;
	float: left;
	margin-top: 1px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
#resources a:hover {
	color: #cc6633;
	text-decoration: underline;
}
h1 {
	text-align: left;
	color: #046380;
	float: left;
	margin: 10px;
	font-size: 20px;
}

#listings {
	margin-left: 5px;
	width: 630px;
	margin-right: 5px;
	border: thin ridge #002f2f;
	margin-bottom: 10px;
	float: left;
}
#listings #company {
	font-weight: bold;
}

#listings tr th{
	background-color: #002f2f;
	color: #FFF;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 30px;
}
#listings tr td {
	line-height: 20px;
	padding: 10px;
	font-size: 12px;
}
#odd{
	background-color: #f7f5e4;
}
#even {
	background-color: #efecca;
}
#end {
	background-color: #002f2f;
}

