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

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

a img {
	border: none;	
}

div.content {
	margin: auto;
	width: 980px;
}

div#breadcrumbs {
	padding: 10px 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

div#content {
	padding-bottom: 20px;	
}

div#content h1 {
	font-size: 18px;	
	margin-top: 10px;
}

div#content ul {
	list-style-type: square;	
}

div#content ul li {
	padding-bottom: 6px;
}

div#content a {
	color: #666666;
	text-decoration: underline;
}

div#content a:hover {
	text-decoration: none;
	color: #008000;
}

div#content p {
	line-height: 1.5;	
}

div#footer {
	background-color: #575757;	
	height: 170px;
	background-image: url(../img/footer_background.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #efefef;
	padding: 20px 0px;
}

div#footer div.col {
	width: 200px;
	float: left;
	padding: 20px;
	border-right: 1px dotted #efefef;
	height: 120px;
}

div#footer div.last {
	border-right: none !important;
}

div#footer h2 {
	color: #efefef;
	font-size: 11px;
	margin-top: 0px;
}

div#footer a {
	color: #efefef;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer ul {
	list-style-type: square;	
}

div#footer ul li.active {
	font-weight: bold;	
}
