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

body{
	color:#000333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p{

}
#container{
	width:980px;
	margin:0px auto;
	background-color:#B4C4D4;
	border:1px #000333 solid;
	margin-top:20px;
	padding-top:10px;
}
#header{
	margin-bottom:10px;
	height:47px;
	background:url(../images/logo.png) top left no-repeat;
	background-color:#B4C4D4;
}
#content{
	overflow:hidden;
}
#leftCol{
	float:left;	
	width:190px;
	padding-left:20px;
}
#rightCol{
	float:left;
	width:755px;
}
#footer{
	color:#000333;
	text-align:center;
	font-size:10px;
	font-weight:700;
	height:20px;
	padding-top:8px;
}
.prodTable{
	color:#000333;
	border-style:none;
	padding:0px;
	margin:0px;
	font-size:12px;
}
.prodTable td{
	padding:5px;
	margin:0px;
	text-align:middle;
	font-size: 14px;
}
.prodTitle{
	font-weight:700;
	font-size: small;
}
.moreinfo{
	font-size:12px;
	text-decoration:none;
	margin-top: -10px;
	color: #000333;
	font-style: normal;
}
.leftnavbold {
	font-family: "Arial", sans-serif;
	font-weight:700;
}
.leftnavitalics {
	font-family: "Arial", sans-serif;
	font-style:italic;
	margin-left:10px;
	
}
.leftnavitalics2 {
	font-family: "Arial", sans-serif;
	font-style:italic;
	margin-left:20px;
}
.leftnavspace{
	margin-top:20px;	
}
a:link {
	color: #000333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000333;
}
a:hover {
	text-decoration: underline;
	color: #000333;
}
a:active {
	text-decoration: none;
	color: #000333;
}
