/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #717171;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-x;
}
h1  {
font-size:18px;
	color: #0b449a;
}
h2  {
font-size:14px;
	color: #0b449a;
}
h3  {
font-size:12px;
	color: #666666;
}
a:link, a:visited, a:hover {
	color: #0b4597;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
#leftnav{
	margin: 0px;
	padding: 0px;
	background-color:#e8e8e8;

}

#wrapper {
background-color:white;
}

#leftnav {
background-color:#EEEBDC;
width:140px;
}
#leftnav a:link, #leftnav a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(images/bg_nav.jpg);
	font-weight: bold;
	padding: 12px 0px 12px 10px;
	font-size:13px;
	color: #0b449a;
	
}

#leftnav a:hover{
	border-top: 1px solid #cccccc;
	background-color: #0b449a;
	color:white;
	background-image: none;
	font-weight: bold;
	text-decoration: underline;
}

#topnav {
text-align:center;
background-color:#0b449a;
color:white;
font-size:11px;
font-weight:bold;
}
#topnav a:link, #topnav a:visited, #topnav  a:hover {
	color: white;
	text-decoration: none;
	font-weight:bold;
}


#footer {
padding:10px;
text-align:center;
background-color:#999999;
color:white;
font-size:11px;
}
#footer a:link, #footer a:visited, #footer  a:hover {
	color: white;
	text-decoration: none;
}

/******************** Category Layout Table  ****************/
.float {
	
	width: 200px;
	border: thin dotted #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height:300px;
  }
.float img {
	align: center;
	padding-bottom: 8px;
}

.float p {
	text-align: center;
	font-size:12px;
	font-style:normal;
	padding-left: 6px;
	padding-right: 6px;
   }
.float h1 {
	display:block;
	text-align: center;
	font-size:14px;
	font-style:normal;
	background-color: #0b449a;
	color:white;
   }
   
 ul {
	list-style-image:url(images/bolt.jpg);
	
 }
.border {
background-image: url(images/border.gif);
	background-repeat: repeat-x; 
}
.border-top {
background-image: url(images/border-top.gif);
	background-repeat: repeat-x; 
}
.categoryListBoxContents {
vertical-align: top;
	margin: 1em 0em;
	text-align: center;
	float: left;
	}
.noimageoverflow {
max-width:400px;
}
.darkrow {
background-color:#e8e8e8;
}