@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
.SuppliesBack {
	background-color: #0e5f9e;
	background-image: url(../images/Everything_Shadow.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 238px;
}
.BannerBack {
	background-color: #efefef;
	background-image: url(../images/Banner_Shadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 549px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.separator {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.Rights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
	text-align: left;
}
.Navigation {
	width: auto;
	list-style-type: none;
	height: 27px;
	margin: 0px;
	padding: 0px;
	float: right;
}
.Navigation li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	height: 27px;
	width: 130px;
	padding: 0px;
	float: left;
}
.Navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/Button_Up.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	vertical-align: bottom;
	float: left;
	width: 130px;
	padding: 0px;
	margin: 0px;
	height: 30px;
	line-height: 30px;
}
.Supplies {
	list-style-type: none;
	width: 100%;
}
.Supplies li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

.Navigation a:hover {
	background-image: url(../images/Button_Over.gif);
	background-repeat: no-repeat;

}
.Headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-transform: capitalize;
	color: #0E5F9E;
	text-decoration: none;
	text-align: left;
}
