body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/* WRAPPER TO CENTER CONTENT -- 756 PX WIDE */

#wrapper {
	width: 8.5in;
	height: 11in;
	margin: .25in;
}
/* TOP BANNER -- COMPANY INFORMATION */

#banner {
	height: 75px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #FFFFFF url(none) no-repeat;
	border-bottom: thin solid #000000;
	border-top: thin solid #000000;
}
#banner h1 {
	color: #000000;
	padding-top: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold 16px;
	text-align: left;
	margin: 0px 25px;
}
#banner p {
	color: #000000;
	margin-top: 5px;
	font: 12px;
	text-align: left;
	margin-right: 20px;
	margin-left: 25px;
}
/* MIDDLE CONTENT SECTION -- 3 COL -- 190 PX RIGHT MARGIN */

#content {
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 25px;
}
#content p {
	margin-right: 20px;
	font: 10pt/150%;
	color: #000000;
	display: block;
	margin-bottom: 10px;
}
#content strong {
	font-weight: bold;
}
#content a:link {
	text-decoration: underline;
	color: #999999;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#content a:hover {
	color: #999999;
	text-decoration: underline;
}
#content a:visited {
	color: #999999;
	text-decoration: underline;
}
#content h1 {
	color: #000000;
	font: normal 12pt;
	display: block;
	margin: 20px 20px 15px 0px;
	padding: 15px 5px 10px;
	text-align: left;
	border-bottom: 1px solid #000000;
}
#content h1 strong {
	color: #000000;
	font-weight: bold;
}
#content h2 {
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 20px;
	display: block;
	border-bottom: 1px solid #000000;
	font: bold normal 10pt;
}
#content h5 {
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 190px;
	display: block;
	font: normal 60%;
}
#content h6 {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 50px;
	margin-right: 20px;
	display: block;
	border-top: 1px solid #999999;
	font: normal 9pt;
}
#content ul {
	color: #000000;
	list-style: square;
	margin-right: 190px;
	font: 10pt/150%;
}
#content .floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* DIV TO FORMAT BASIC TABLES 190 PX RIGHT MARGIN */

.basic table {
	font: 9pt;
	border: 1px solid #999;
	margin-right: 20px;
	width: 700px;
}
.basic table td {
	border: 1px solid #000000;
	padding: 5px;
	text-align: left;
	margin-right: 190px;
}
.basic table th {
	font-weight: bold;
	background: url(none);
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	padding: 5px 5px 5px 10px;
}
.basic table .th2 {
	background: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	color: #000000;
	width: 125px;
}
.basic table .altrow {
	background: #EFEFEF;
	margin-right: 190px;
}
.basic .googleLink {
	color: #666666;
}
/* DIV TO FORMAT HORIZONTAL LIST BUTTONS */

.horizontal-buttons ul {
	list-style: none;
	margin: 0;
	padding-top: 4px;
	text-decoration: none;
}
.horizontal-buttons li {
	display: inline;
	text-decoration: none;
}
.horizontal-buttons a:link, .horizontal-buttons a:visited {
	padding: 3px 10px 2px 10px;
	text-decoration: none;
	background: #FFFFFF;
	border: 1px solid #000000;
}
.horizontal-buttons a:hover {
	background: #FFFFFF;
	border-top: 1px solid #000000;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #333333;
	text-decoration: none;
}
.horizontal-buttons .current {
	display: inline;
	padding: 3px 10px 2px 10px;
	background: #FFFFFF;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;
}
/* DIV TO CREATE DARK BOX AROUND KNOWLEDGE BASE STUFF */


.knowledgebase {
	background: url(none);
	color: #000000;
	text-align: left;
	padding: 5px;
	border-top: 2px solid #CCCCCC;
	width: 690px;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 1px solid #CCCCCC;
	font: 10pt;
}
/* DIV TO FORMAT TABLES FOR SCREEN SHOT GALLERY 20 PX RIGHT MARGIN */

.gallery table {
	font: 0.7em;
	width: 531px;
}
.gallery table td {
	text-align: left;
	padding: 10px 5px;
}
.gallery .altrow {
	background: #EFEFEF;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #666666;
}
.gallery .spacer {
	text-align: center;
	vertical-align: middle;
	width: 1px;
}
#rightCol .current {
	text-decoration: none;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: block;
	padding: 5px;
	margin-right: 2px;
}
#nav-wrapper { /* this provides the textured background behind the navigation bar */
	background: #CCCCCC url(../images/patterns/NavBackground.gif) repeat-x left center;
	height: 35px;
	width: 756px;
	border-bottom: 2px solid #000000;
	display: none;
}
#nav-wrapper2 { /* this provides a container for the navigation elements. used to position navigation inside nav-wrapper */
	height: 15px;
	width: 756px;
	padding-top: 20px;
}
#nav, #nav ul { /* all lists */
	padding: 0 0 0 23px;
	margin: 0 0 0 0px;
	list-style: none;
	font: 80%/1;
	white-space: nowrap
}
#nav a {
	display: block;
	width: 100px;
	text-decoration: none;
	color: #000000;
	line-height: 200%;
	border-bottom: 1px solid #666666;
}
#nav li { /* all list items */
	float: left;
	width: 100px;
}
#nav li .header {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-left: 4px solid #CC3300;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	display: block;
	text-align: center;
	background: url(../images/patterns/downArrow.gif) no-repeat left bottom;
	height: 15px;
}
#nav li .attention {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-left: none;
	border-top-style: none;
	border-right-style: none;
	display: block;
	border-bottom: none;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #CCCCCC;
	width: 120px;
	left: -999em;
	border-left: 4px solid #CC3300;
	padding: 10px;
	font-weight: normal;
	display: block;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li .headerLast {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-left: 4px solid #CC3300;
	border-top-style: none;
	border-bottom-style: none;
	border-right: none;
	width: 100px;
	display: block;
	text-align: center;
	background: url(1Col.css);
	line-height: normal;
	background: url(../images/patterns/downArrow.gif) no-repeat left bottom;
	height: 15px;
}
#nav li .headerFirst {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-left: none;
	border-top-style: none;
	border-bottom-style: none;
	border-right: none;
	width: 100px;
	display: block;
	text-align: center;
	background: url(1Col.css);
	line-height: normal;
}
#nav li:hover, #nav li.sfhover {
	background: #CCCCCC url(../images/patterns/sm_gradient.gif) repeat left top;
}
.pipe {
	font-weight: bold;
	color: #999999;
}
#content .floatLeft2 {
	float: left;
	margin-right: 10px;
	display: block;
	margin-bottom: 0px;
	top: 150px;
}
#content .specialNote {
	color: #000000;
	display: block;
	background: #CCCCCC;
	padding: 5px;
	border-style: none;
}