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

#content .twocolumns .column1 a.bluebutton, #content .twocolumns .column2 a.bluebutton {
	width: 310px;
	height: auto;
	padding: 12px 6px;
	color: white;
	background: #0554a4;
	background: repeat-x -webkit-gradient(linear, left top, left bottom, from(#0554a4), to(#003e7e));
	background: repeat-x -moz-linear-gradient(top, #0554a4, #003e7e);
	background-image: -o-linear-gradient(#0554a4, #003e7e);
	box-shadow: 0 2px 4px rgba(24, 26, 26, 1);
	-moz-box-shadow: 0 1px 2px rgba(24,26,26,1);
	-o-box-shadow: 0 1px 2px rgba(24,26,26,1);
	-webkit-box-shadow: 0 1px 2px rgba(24, 26, 26, 1);
	text-shadow: 0 -1px 0 rgba(24, 26, 26, 1);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: normal 20px arial, helevitca, sans-serif;
	margin: 0 0 10px;
	letter-spacing: .1em;
}

#content .twocolumns .column1 a:hover.bluebutton, #content .twocolumns .column2 a:hover.bluebutton {
	background: #003e7e;
	background: repeat-x -webkit-gradient(linear, left top, left bottom, from(#003e7e), to(#0554a4));
	background: repeat-x -moz-linear-gradient(top, #003e7e, #0554a4);
	background-image: -o-linear-gradient(#003e7e, #0554a4);
}