body {				
	background-color: rgb(149, 182, 192);
	font: 12px Arial, Helvetica, sans-serif; color: rgb(75, 75, 75);
	line-height: 140%;
}
#container {
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	background-color: white;
}
#header {
	padding: 0;
	top-margin: 0;
	width: 700px;
	height: 190px;
	background-color: rgb(149, 182, 192);
}
#navcontainer {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	bottom-margin: 0;
	width: 700px;
	height: 30px;
	text-align: right;
	background-color: rgb(149, 182, 192);
}
ul#navlist {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	color: rgb(153, 0, 0);
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
}
ul#navlist li {
	padding: 2px 5px;
	display: inline;
	list-style-type: none;
}
ul#navlist a:link, ul#navlist a:visited, ul#navlist a:active {
	color: rgb(40, 40, 40);
	text-decoration: none;
	font-weight: normal;
}
ul#navlist a:hover {
	text-decoration: none;
	color: white;
}
#content {
	margin: 0;
}
#content ul{
	list-style: disc outside;
		}
#footer {
	width: 700px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	height: auto;
	border-top: 1px dotted rgb(165, 171, 148);
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: rgb(170, 166, 157);
}
#productfeature {
	float: left;
	width: 213px;
	height: auto;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}
#productfeature a:link, #productfeature a:visited, #productfeature a:active {
	color: rgb(153, 0, 0);
	font-weight: bold;
	text-decoration: none;
}
#productfeature a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: rgb(153, 0, 0);
}
#productdescrip {
	float: left;
	width: 213px;
	height: auto;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px dotted rgb(165, 171, 148);
}
#productdescrip a:link, #productdescrip a:visited, #productdescrip a:active,
#news a:link, #news a:visited, #news a:active {
	color: rgb(153, 0, 0);
	font-weight: bold;
	text-decoration: none;
}
#productdescrip a:hover, #news a: hover {
	text-decoration: underline;
	font-weight: bold;
	color: rgb(153, 0, 0);
}
#news {
	float: left;
	width: 210px;
	height: auto;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}
#centeredcolumn {
	width: 450px;
	height: auto;
	margin: 0;
	padding-left: 125px;
	padding-right: 125px;
}
#centeredcolumn a:link, #centeredcolumn a:visited, #centeredcolumn a:active {
	color: rgb(153, 0, 0);
	font-weight: bold;
	text-decoration: none;
}
#centeredcolumn a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: rgb(153, 0, 0);
}
ul#centeredcolumn li {
	list-style-type: disc;
	list-style-position: outside;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: rgb(170, 166, 157);
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: rgb(75, 75, 75);
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(75, 75, 75);
}



