@charset "UTF-8";
/* CSS Document */

#header {
	width:800px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}

#sidenav {
	width:168px;
	position: relative;
	top: -32px;
	height: 100%;
}

#sidenav ul {
	width:164px;
	margin: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	height: 100%;
}

#sidenav li {
	background-color: #65A3CE;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#sidenav li:hover {
	background-color: #00FFFF;
}

#sidenav li a {
	color: #000000;
	text-decoration:none;
}

#content {
	padding: 4px;
	position: absolute;
	left: 168px;
	top: 100px;
	width: 624px;
}

#footer a {
	text-decoration: none;
	color: #000000;
}

#footer a:hover {
	text-decoration: underline;
}

#footer {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	height: 45px;
	padding-top: 20px;
	padding-bottom: 5px;
}
#byline {
	font-weight: normal;
	font-size: 13px;
}

#byline a {
	color: #333333;
}



.products td {
	padding-bottom: 10px;
}

.products a {
	color: #215681;
	font-size: 14px;
	font-weight: bold;
}

.products a:hover {
	color: #103C66;
}
