table.front {
	font-size:9pt;
}
td.red {
	color:#FF0000;
}
body {
	background-color:#DDDDDD;
	font-family: arial, sans-serif;
}
a {
	color:#330000;
	text-decoration:none;
}
a:hover {
	color:#CC0000;
	text-decoration:none;
}
a:active {
	color:#FF9966;
	text-decoration:none;
}
h1 {
	margin-bottom:-0.5em;
	color:#880000;
}
h2,h3 {
	margin-bottom:-0.5em;
	color:#000088;
}
#nav {
	position:relative;
	left:375px;
	top:117px;
	text-align:left;
}
th.menuHead {
	padding-left:15px;
	padding-right:15px;
	font-style:italic;
	color:#330000;
}
div.menuPane {
	position:absolute;
	visibility:hidden;
	padding-left:4px;
	padding-right:6px;
	background-color:#CCCCCC;
	background-image:url(images/gradBg.gif);
	background-repeat: repeat-x;
	color:#330000;
	border: 1px solid #880000;
	border-bottom:4px solid #880000;
	font-style:normal;
	font-weight:bold;
	font-size:smaller;
	white-space:nowrap;
}
#header {
	margin:0px;
	padding:0px;
	border:0px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	width:980px;
	height:165px;
}
#mainWrapper{
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	border:1px solid black;
	width:980px;
}
#mainContent{
	width:960px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}
#footer{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	padding-right:1em;
	font-size:x-small;
}
#prods{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
	margin-bottom:1em;
}
th.prodCol{
	width:33%;
	padding:5px;
	border:1px solid black;
	border-bottom:4px solid #880000;
	background-color:#EEEEEE;
}
td.prodCol{
	border:1px solid black;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;
}
dt.prodList{
	margin-top:1em;
	color:#000088;
	font-weight:bold;
}
dd.prodList{
	list-style-type:circle;
	list-style-position:outside;
	margin-bottom:0.5em;
}