@charset "utf-8";
body {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #CACCE5;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

#Navigation {
	background-color: #CACCE5;
	height: 22px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}

#Navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Navigation ul li {
	display: inline;
}
#Navigation ul li a {
	float: left;
	height: 19px;
	padding-top: 2px;
	text-decoration: none;
	margin-left: 20px;
}
#Navigation ul li a:link {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #554BA0;
}
#Navigation ul li a:visited {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #554BA0;
}
#Navigation ul li a:hover {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CACCE5;
}

#Navigation ul li.current a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.Category {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	background: #8C9975;
}

a:link {
	color: #4A3F9A;
	text-decoration: underline;
}
a:visited {
	color: #544AA0;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

.installSteps {
	float: left;
	width: 370 px;
	margin-left: 1.2em;
}

.installSteps p {
	font: 1.3em "Times New Roman", Times, serif;
	height: 4em;
	width: 350px;
}
