@charset "utf-8";

	body {
		font: 12px 'Lucida Sans Unicode','Lucida Grande', 'Lucida', Arial, Verdana, sans-serif;
		background: url(/images/background3.jpg) left top repeat;
		margin: 36px 0 36px 0;
	}

	a { color: #000; text-decoration: none; }
	a:hover { color: #AAA; }

	h1 { float: left; padding: 10px 0 0 10px; }
	h2 { float: left; padding: 15px 0 0 30px; }

	ul.tabCollection { margin: 0; padding: 25px; float: right; }
	ul.tabCollection li { display: inline; list-style: none; padding-right: 25px; }
	ul.tabCollection li a { text-decoration: none; padding: 3px; }
	ul.tabCollection li a:hover { border-bottom: 8px solid #DDD; }
	ul.tabCollection li a.youAreHere { padding-bottom: 17px; border-bottom: 8px solid #DDD; }

	.square { list-style: square; }

	#content {
		width: 890px;
		padding: 5px 30px 5px 30px;
		/*background: url(/img/contentBg.gif) left top repeat-y;*/
		background: #FFF;
	}

	div.span-14 p { text-align: justify; line-height: 1.8em; }

	.center { text-align: center; }
	.right { text-align: right; }