body {
	margin: 0px auto;
	padding: 0px;
	background: #EBEBEB;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	text-align: center;
}

img { 
	border: none; 
}

table {
	border-collapse: collapse;
}
a {
	color: #003366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

.banner {
	width:950px; 
	margin: 0 auto; 
	text-align: center;
	border-bottom: 1px #777777 solid;
}

.top {
	float: left;
	text-align: right;
	width:725px; 
	height: 144px;
}

.avert {
	float: right;
	width:200px; 
	height: 144px;
	padding-left: 20px;
}

.core {
	width:950px; 
	height:100%;
	margin: 0 auto; 
}

#topmenu {
	clear:both;
	width:100%;
}

#topmenu a { 
	padding:2px 15px;
	font-size:16px;
	text-decoration:none;
	color:#003399;
}

#topmenu a.hover {
    font-size:15px;
    background:#EEEEFF;
    color:#003399;
}

.nav {
	width: 225px;
	border-right: 1px #777777 solid;
	/*padding-top: 15px;*/
	/*
	padding-left: 10px;
	*/
	float:left;
}

.main { 
	width: 724px;
	/*height:100%;*/
	background: #FFFFFF; 
	/*padding: 10px;*/
	vertical-align: top;
	float:right;
}

.footer {
	width: 930px; 
	border-top: 1px #777777 solid;
	margin: 0 auto; 
	padding: 10px;
	text-align: center;
	float:left;
}

.wrapper {
	width: 950px;
	/*margin-left:10px;*/
	margin: 0 auto;
	text-align: center;
}



/* From old stylesheet */
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* EXTRA_ATTRIBUTE_PLUGIN */
/* OTF contrib begins */
/* DDB - 041031 - Form Field Progress Bar */
.progress {
    width: 1px;
	height: 14px;
	color: white;
	font-size: 12px;
	overflow: hidden;
	background-color: navy;
	padding-left: 5px;
}
/* OTF contrib ends */
