body {
	background: #fff;
	background-image: url(images/page-bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: 11px;
	line-height: 1.2em;
	color: #5d81a1;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #5d81a1;
	border-left: 5px solid #969e1e;
	padding-left: 5px;
	}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #5d81a1;
	}
address {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
 	color: #5d81a1;
	text-align: right;
   }
	address a:link, address a:visited, address a:hover {
	color: #5d81a1;
	}
a:link {
}
a:visited {
}
/* All links must inclde some type of hover interactivity */
a:hover {
	text-decoration: underline;
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 0px auto;
}

div#header {
	width: 990px;
	height: 208px;
	margin: auto;
	padding: 0px;
	background: url(images/general-hardware-header-1.gif) no-repeat;
	position: relative;
}

div#flash {
	float: right;
}	

div#content {
	width: 765px;
	float: left;
	clear: both;
	padding: 20px;
	background: url(images/content-bg.gif) repeat-x;
	position: relative;
}

div#sidebar {
	position: absolute;
	left: 809px;
	top: 10px;
	width: 155px;
	padding: 10px;
	border-left: 5px solid #969e1e;
}

div#footer {
	clear: both;
	height: 25px;
	margin: 0px;
	padding: 10px 0px;
}

div#pagefooter {
	width: 100%;
	height: 75px;
	clear: both;
	background: url(images/footer-bg.gif) repeat-x;
}

div#copyright {
	width: 990px;
	height: 75px;
	margin: auto;
	padding-top: 15px;
	text-align: left;
	clear: both;
	position: relative;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5d81a1;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #5d81a1;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
div#owner {
	color: #5d81a1;
	position: absolute;
	left: 905px;
	top: 28px;
}

/* ----------------------------  NAVIGATION (MAIN) ----------------------------  */
div#nav{
	width: 990px;
	height: 36px;
	position: absolute;
	top: 170px;
	left: 0px;
}
ul#mainnav {
	background: url(images/nav-bg.gif) repeat-x;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#mainnav li {
	display: block;
	float: left;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	background: url(images/nav-bg.gif) repeat-x;
	display: block;
	padding: 12px 20px;
	margin: 0px;
	border-right: 1px solid #fff;
	color: #fff;
	}
	ul#mainnav li a:hover {
	background: url(images/button-hover.gif) repeat-x;
	color: #fff;
	}
	ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background: url(images/button-current.gif) repeat-x;
	color: #fff;
	}




/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 990px;
	height: 25px;
	padding: 0px;
	}
	ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #5d81a1;
	display: block;
	width: auto;
	padding: 10px;
	margin: 0px;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	color: #969e1e;
	}



/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}
div.column {
}
