body {overflow-y: scroll;}
body {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:100%;
	background-color: #676884;
	margin: 0px;
	padding:0px;
	text-align: center;
	color:#000;
}
#box {
	background: #FFFFFF;
	background-image: url(assets/images/gridbkg.jpg);
	text-align: left;
	width:1020px;
	margin-left:auto;
	margin-right:auto;
} 
/*Header*/
#header { 
	background-image: url(assets/images/toplogobar.png); 
	height:105px;
	padding: 0 0 10px;
} 
#header h2 {
	font-size: 42px;
	font-weight: 800;
	color: #FFF;
	margin: 0;
	padding-top: 10px;
	padding-left: 160px;
	text-shadow: -4px 4px #333;
}
#search {
	float:right;
	margin: 12px 12px 10px 0px;
	width: 240px;
	color:#000;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
}

/*Navigation Column*/
.p7TMM12 {
	background-color:#FFF;
}

/*Navigation Column, Cart div*/
#cart {
	font-size: 8pt;
	padding: 0px;
	margin-left: 26px; 
	display:block;
	text-align: left;
	font-weight:bold;
}

/*content Column*/
#OSicons {	float:right;
	margin-top:6px;
	padding-right:12px;
}
#content {
	margin: -20px 0 0 -12px;
}
#content h1 {
	font-size:30px;
	font-weight:bold;
	color: #03308b;
	text-shadow: 1px 1px #333;
	margin-bottom: 10px;
}
#content h2 {
	padding: 10px 0px 0px;
	color: #03308b;
	text-shadow: 2px 1px #b6b6b6;
}
#content h3 {
	padding: 6px 20px 0px;
	color: #03308b;
}
#content h4 {
	padding: 6px 20px 0px;
	color: #03308b;
}
#content .block260 {
	width: 100%;
	height: 260px;
	margin-top:20px;
}
#content .block220 {
	width: 100%;
	height: 220px;
	margin-top:6px;
}
#content .block120 {
	width: 100%;
	height: 120px;
}
#content li {
	list-style-position: outside;
}

.super {
	vertical-align: super;
	font-size: 50%;
}

.pdf {
	background-image:url(assets/images/pdf_icon.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right: 30px;
}
.html {
	background-image:url(assets/images/HTMLIcon.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right: 30px;
}
a:link 				  {
	color: #03308b;
	text-decoration: none;
	font-weight: bold;
}

a:visited 		  {
	color: #466096;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#06F;
}
a img			  { 
	border-width: 0; 
	border-style: none 
}
a:hover img		  { 
	border-width: 0; 
	border-style: none; 
}
.floatleft {
	float:left;
	padding-right:24px;
}
.floatright {
	float:right;
}
.qdiscount {
	float:right;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border-style:solid;
	border-color:#000;
}
.bulletx {
	list-style-position: outside;
	list-style-image:url(assets/images/bullx.gif);
}
.bulletx h3 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#craftysyntax_3 {
	float:right;
}
.highlight {
	background-color:#999;
}

/*Footer*/
#footer { 
	padding: 0 10px 0 20px;
	background:#DDDDDD;
	background-image:url(assets/images/FooterBGfade.gif);
	height: 140px;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size:13px ;
}
#footer img {
	padding: 0 4px;
	margin: 0;
}
#contact {
	float:right;
	margin-top: -100px;
}
#contact p {
	padding:4px 0;
	margin: 0;
}
#contact p a {
	text-decoration:none;
	color: #464871;
}
#copyright p {
	font-size:10px;
	font-style:italic;
	text-align:center;
	padding: 0;
	margin:0;
}