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

#container {
	clear: left;
	width: 100%;
}

#container2 {
	clear: left;
	width: 100%;
	padding-top: 20px;
}
#Box1,
#Box2,
#Box3,
#Box4,
#Box5,
#Box6 { float: left; margin: 0 1% 0 0;}

#Box1 { left: 1%; width: 32%; }
#Box2 { left: 34%; width: 32%; }
#Box3 { left: 67%; width: 32%; }
#Box4 { left: 1%; width: 32%; }
#Box5 { left: 34%; width: 32%; }
#Box6 { left: 67%; width: 32%; }


p, h6 { padding: 0.5em; margin: 0; }

blockquote {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
}

blockquote p{
	background-image: url(assets/arrow.gif);
	background-repeat: no-repeat;
	background-position: -1px 5px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color: #666666;
	

}

h6 a{
	color: #006600;
	text-decoration: none;
    }
	
h6 a:hover {
	text-decoration: none;
	border: none;
	color: #FFFFFF;
	background-color: #333333;
    }


.bold {
	font-weight: 600;
}