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

#leftcolumn {
	width:155px;
	float:left;
	margin:0 20px 0 0;
	padding:0;
	}
	
H2 {
font: bold 16px arial, helvetica, sans-serif;
color:#60a7e3;
text-align:left;
}
	
	
#centercolumn {
	width:665px;
	float:left;
	margin:0;
	padding:0;
	}
	
#rightcolumn {
	width:200px;
	float:right;
	margin:0 0 0 20px;
	padding:0;
	}
	
#leftcolumn UL {
	list-style-type:none;
	margin:0;
	padding:0;
	}

#leftcolumn LI{
	background-image:url(/images/button-background.jpg);
	width:155px;
	height:24px;
	margin:0 0 10px 0;
	text-align:center;
	}

#leftcolumn LI:hover {
	background-image:url(/images/button-hover.jpg);
}
	
#leftcolumn LI A {
	font: 12px/24px arial, helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	}
	
#leftcolumn LI A:hover {
	font: 12px/24px arial, helvetica, sans-serif;
	color:#333;
	}
