body {
	background:  #f5f5f5; /*#DEE7D9;/*#EBEBEB;*/
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #444;
}
#fullPage {
	width: 960px;
	margin: 50px auto 25px auto;
	padding: 0;
}
#siteHeader {
	margin: 0 10px;
	padding: 0;
}
#siteTitle, #siteTitle > a {
	margin: 70px 0 0 0;
	font-family: Trebuchet MS, Helvetica, Arial, Verdana, sans-serif;
	font-size: 55px;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;
	letter-spacing: 0;
	border: 0;
	color: #444;
}
#siteTag {
	font-size: 11px;
	margin: 0px 0 15px 0;
	text-align: center;
	font-weight: bold;
}
#siteJargon {
	margin: 15px 0;
	text-align: center;
	color: #336633;
	font-weight: bold;
}
#info {
	width: 750px;
	margin: 7px auto;
	padding: 7px;
	border-bottom: solid 1px #dcdcdc;
	border-top: solid 1px #cccccc;
	text-align: center;
}
#siteContent {
	margin: 0 auto;
	border: 0px solid #dcdcdc;
}
h1 {
	color: #cc0000;
	font-family: Trebuchet MS, Helvetica, Arial, Verdana, sans-serif;
	text-transform: capitalize;
	padding: 0 15px;
	font-size: 15px;
}
p {
	padding: 0 15px;
	word-spacing: .2em;
	line-height: 1.6em;
	color: #444;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}
a {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.blacklink1, .blacklink:hover, .blacktext {
	color: #000;
}
.blacklink1 {
	text-decoration: none;
}
.blacklink1:hover {
	text-decoration: underline;
}
table {
	background: transparent;
}
td {
	vertical-align: top;
	border: #dcdcdc 1px solid; /*#e5e5e5*/
	padding: 10px;
	background: #ffffff;
}
.box {
	vertical-align: top;
	border: #e5e5e5 1px solid; /*#e5e5e5*/
	padding: 3px;
	background: #ffffff;
	min-height: 175px;
}
.box img {
	float: left;
	width: 75px;
	height: 75px;
	vertical-align: top;
	border: #c5c5c5 1px solid;
	margin: 7px;
}
#siteFooter {
	text-align: center;
	font-size: 11px;
	color: #bcbcbc;
	padding: 0px;
	margin: 5px 0 0 0;
  line-height: 1.6;
}
#siteFooter:hover {
	color: #7b7b7b;
}
#siteFooter a {
	color: #161616;
	text-decoration: none;
}
#siteFooter a:hover {
	text-decoration: underline;
}
.disabled {
	color: #999999;
}
.discontinued {
  text-decoration: line-through;
}
img {
	border: 0;
}
.searchFields {
	text-align: center;
	margin: 2px;
}
#topBarWrapper {
	background-color: #333333;
	border-bottom: 3px solid #b4b4b4;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 30px;
}
#topBar {
	width: 960px;
	margin: 0 auto;
}
#topBar p, #topBar input[type="image"] {
	font-size: 10px;
	color: #fff;
	margin: 0;
	padding: 6px;
}
#topBar a {
	color: #fff;
	text-decoration: none;
}
#topBar a:hover {
	color: #fff;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.yIcon { margin: 7px 0; vertical-align:middle; }