* {
	margin: 0;
	padding: 0;
}
a:link { 
	text-decoration: none; 
		color: #00354b;
	font-weight: bold;
}

a:visited { 
	text-decoration: none; 
		color: #00354b;
	font-weight: bold;
}

a:hover {
 
		color: #7fb6c8;
}

a img { border: none; }
body {
/* 	background: #a7c9d4;*/
	background: #4b91b7;
	font: 12px tahoma;
	color: #000;
	line-height: 1.3em;
	margin-bottom: 0;
	padding-bottom: 0;
}
.inner {
	padding: 10px;
}
p {
	margin: 10px 0;
}
table.bc {
	border-collapse: collapse;
}
#wrapperouter {
	background: #4b91b7;
}
#wrapper {
	width: 1000px;
	margin: 0px auto;
}
#header {
	height: 103px;
	background: url(../img/header.jpg);
}
#menubar {
	height: 47px;
	background: url(../img/menubar.gif);
}
#menu {
	margin-left: 90px;
	height: 47px;
	overflow: hidden;
}
#menu ul {
	list-style: none;
}
#menu li {
	float: left;
}
#menu li a {
	display: block; 
	width: 164px;
	padding: 10px 0px 23px 0px;
	text-align: center;
	font: 12px verdana;
	color: #543;
	background: url(../img/tab.gif);
}
#menu li a:hover {
	background-position: 0px -47px;
	color: #000;
}
#menu li a.current, #menu li a.current:hover {
	background-position: 0px -47px;
	color: #000;
}
#main {
	background: url(../img/main.gif);
}
#maintop {
	height: 10px;
	overflow: hidden;
	background: url(../img/maintop.gif);
}
#mainmid {
	width: 898px;
	margin: 0px auto;
}
#mainbot {
	height: 30px;
	overflow: hidden;
	background: url(../img/mainbot.gif);
}
#footerouter {
 	margin-bottom: 0;
	height: 40px;
	background: #a0a093 url(../img/footer.gif);
}
#footer {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	color: #432;
	 	margin-bottom: 0;
}
#footer p {
	padding: 18px 0px 0px 0px;
	margin: 0;
	font: bold 11px tahoma;
}
div.col {
	width: 270px;
	padding: 10px;
	float: left;
	text-align: left;
}
h1, h2, h3, h4, h5 { padding: 10px 0px; }
h1 { font: bold 24px verdana; }
h2 { font: bold 18px verdana; padding: 0;}
div.col h2 { font: bold 24px verdana; }
.tar { text-align: center; }

h2.prodheader{
margin-bottom: -12px;
}

h2.prodheader a:link{
	color: #00354b;
}
h2.prodheader a:visited{
	color: #00354b;
}
h2.prodheader a:hover{
	color: #7fb6c8;
}

