body {
//	the original background: #8ECFCE;
	background-color: #fff;
//	background-image: url(images/background.gif);
	background-repeat: repeat;	
	width: 825px;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-color: #2791C9;
}

#banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 825px;
}

#navbar {
	font: Tahoma, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	width: 825px;
	float: left;
	background: #2791C9;
}

#navbar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navbar li {
	display:inline;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#navbar a {
	color: #fff;
	background: #2791C9;
	margin: 0px 0px 0px 0px;
	padding: 2px 4px;
	display: block;
	border-bottom: 1px solid #2791C9;
	border-right: 1px solid #FFFFFF;
    	border-left: 1px solid #2791C9;
	border-top: 1px solid #2791C9;
}

#navbar a.highlight {
	color: #fff;
	background: #FFC600;
	margin: 0px 0px 0px 0px;
	padding: 2px 4px;
	display: block;
	border-bottom: 1px solid #FFC600;
	border-right: 1px solid #FFFFFF;
    	border-left: 1px solid #FFC600;
	border-top: 1px solid #FFC600;
}

#navbar a:hover {
	background: #006EAD;
	border-bottom: 1px solid #006EAD;
	border-right: 1px solid #FFFFFF;
    	border-left: 1px solid #006EAD;
	border-top: 1px solid #006EAD;
}

#main {
	background:#fff;
 	float:left;
 	width:500px;
	padding:10px;
}

#maintable {
	background: #fff;
 	align: center;
 	width: 825px;
	padding: 10px;
}

#navtable {
	background: #006EAD;
 	align: center;
}

	
#sidebar_B {
	background:#fff;
	font-size: 8px;
	float:right;
	width:140px;
	padding:5px;
    }

#sidebar_A {
	background:#fff;
	font-size: 8px;
	float:left;
	width:140px;
	padding:5px;
    }


#footer {
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 53px;
	width: 825px;
}

.copyright {
	clear: both;
	font-size: 9px;
	color:#fff;
	background-color: #2791C9;
	text-align: center;
}
	
a {
	color: #666666;
	text-decoration: none;
}

h1 {
	font-size:22px;
	font-weight:bold;
	color:#666666;
}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#666666;
}

.productcell {
	font-size: 10px;
	color:#666666;
}

.note {
	font-size: 9px;
	color:#666666;
}

.style10 {
	font-size: 12px;
}

.subhead {
	font-size: 12px;
	font-weight:bold;
}

.style9 {
	font-size: 9px;
	color:#666666;
}

.productLink {color: #666666}

.field90 {width:90px;}

.latestnews {
	margin-left:30px;
	margin-top:15px;
	width:145px;
}
