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

body {
	background-color: #dddddd;
	margin: 0px;
	font:10pt Verdana, Arial, sans-serif; 
	color:#222;
}

div.top-border {
	background-color: #b1b1b1;
	width: 100%;
	height: 40px;
	top: 0px;
	left: 0px;
}

div.header {
	width: 800px;
	height: 170px;
	background-image: url(images/ferguson-hdr.gif);
}

div.linkback {
	height: 170px;
	width: 800px;
}

div.center {
	background-color: #fff;
	width: 800px;
	margin-left: 15%;	
	border : solid 1px #fff;
	margin-left: auto;
	margin-right: auto;
}

div.menu {margin-top: 10px; margin-bottom: 10px;}

div.menu a {
	background-color: #000;
	padding: 5px 15px 5px 15px;
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
	font-weight: normal;
}

div.menu a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: underline;
}

div.footer {
	height: 50px;
	width: 800px;
	background-color: #7e7e7e;
	padding-top: 8px;
	clear: both;
}

div.footer a {
	margin-top: 8px;
	margin-left: 8px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

div.footer a:hover {
	margin-top: 8px;
	margin-left: 8px;
	font-weight: normal;
	text-decoration:underline;
}

p {
	padding: 20px;
}

.subhead {
	font-weight: bold; 
	font-size: 14pt;
}

ul li {
	list-style-type: square;
}

/*a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}*/

a {
	color: #5f1570;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #a78fac;
	font-weight: bold;
	text-decoration: none;
}
