/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333366;
	background-color:#BFDFFF;
}

table {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333366;
}

img {
	border-style: none;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color:#990000
	}

h3 {
	font-size: 20px;
	font-weight: bold;
	color:#990000;
}

a:link {
	color: #333366;
	text-decoration: underline;
	font-weight: bold;	
}

a:visited {
	text-decoration: underline;
	color: #333366;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #333366;
	font-weight: bold;
}

a:active {
	text-decoration: underline;
	color: #333366;
	font-weight: bold;
}

#banner {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 908px;
	height: 160px;
	z-index: 0;
	text-align: left;
	background-repeat: no-repeat;
	cursor:pointer;
	cursor:hand;
}

#lnkbar {
	position:absolute;
	top: 160px;
	left: 0px;
	width: 908px;
	height: 25px;
	z-index: 1;
	text-align: center;
	vertical-align: middle;
	background-color: #000033;
	border-right: solid 1px #160C02;
}

#lftnav {
	position:absolute;
	top: 185px;
	left: 0px;
	width: 180px;
	height: 400px;
	z-index: 1;
	text-align: center;
	vertical-align: middle;
}

#cntnt {
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	top: 185px;
	left: 180px;
	z-index: 1;
	width: 708px;
	width: expression(708 + (20) + 'px');
	height: inherit;
	border-left: solid 1px #160C02;
	background-color: #FFFFFF;
}

.lftnavlnks {
	text-align:left;
	font-size: 12px;
	cursor:pointer;
	cursor:hand;
}

.prodhead {
	font-size: 14px;
	font-weight: bold;
	color:#990000;
	cursor:pointer;
	cursor:hand;
}

.proddesc {
	font-size: 10px;
	color:#333333;
}

.dynlnk {
	cursor:pointer;
	cursor:hand;
}