@charset "utf-8";
/* CSS Document */

#container {
	width: 80%;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#sidebar {
	float: left; 
	width: 200px;
	background: #EBEBEB;
	padding: 15px 10px 15px 20px;
}
#mainContent {
	margin: 0 0 0 250px;
	padding: 0 20px 5px 20px;
} 
.clearfloat {
	clear: both;

}
#footer {
	padding: 5px;
	height: auto;
	text-align: center;
	font-size: 9px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contactList {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.contactList tr:hover {
	background-color: #EBEBEB;
}
