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

.firstRow {
	margin:14px 10px 0 3px;
	padding:0 0 10px 0;
	border:1px solid white;
	border-bottom:1px dashed #6a6a6a;
}
.firstRow h2, .firstRow a {
	color:#009fe3;
}
.articleRow {
	margin:13px 9px 0 3px;
	padding:0 0 10px 0;
	border:1px solid white;
	border-bottom:1px dashed #6a6a6a;
}
.articleRow h2, .articleRow a {
	color:#03971d;
}
.quicksearch {
	margin:14px 50px 20px 13px;
	border:1px solid white;
}
.homeAbout {
	float:left;
	width:420px;
	margin:0 35px 0 10px;
}
.homeTopRight {
	float:left;
	border:0px solid black;
	width:215px;
}
.homeArticle {
	float:left;
	width:280px;
	margin:0 35px 0 10px;
	border:0px solid black;
}
.leftColumn h2 {
	margin-top:0;	
}
h1 {
	display:none;
}

