html { margin: 0px; } 

body {
	text-align: center;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #0072BA;
}
#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 880px;   /* width should be the same as the background image */
	padding: 0px 19px 0px 19px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
}

#header {
	height: 246px;
	width: 880px;
/*	background-color: #0072BA;
*/	margin-left: 15px;
}  


#leftcol { 
 width: 165px; 
 float: left; 
 padding: 10px 0px 8px 15px; 
} 
.clear { clear: both; }
#maincol {
	width: 600px;
	float: left;
	padding: 10px;
	left: 10px;
	margin-left: 10px;
} 
#maincol p {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
}
#maincol li {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
}
#maincol a:link {
	color: #990000;
	text-decoration: underline;
}
#maincol a:visited {
	color: #990000;
	text-decoration: underline;
}
#maincol a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0B5574;
}
#maincol img {
	padding: 5px;
}

/*#table a:hover {
	background-color: #F5F4F4;
	text-decoration: none;
}
#td a:hover {
	background-color: #F5F4F4;
	text-decoration: none;
}*/
#maincol table a:hover {
	background-color: #F5F4F4;
	text-decoration: none;
}
#maincol td a:hover {
	background-color: #F5F4F4;
	text-decoration: none;
}
/*#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;

}

#navcontainer ul li {
	display: block;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a {
	display: block;
	font: bold .9em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	width: 143px;
	height: 16px;
} 

#navcontainer ul li a:hover
{
color: #fff;
background: #26d7b8;
}*/


body#about a#aboutnav,
body#news a#newsnav,
body#membership a#membershipnav,
body#training a#trainingnav,
body#conferencing a#conferencingnav,
body#events a#eventsnav,
body#products a#productsnav,
body#research a#researchnav,
body#contact a#contactnav,
body#home a#homenav
{
color: #fff;
background: #26d7b8;
}

/*html>body .verticalmenu a:link, html>body .verticalmenu a:visited, html>body .verticalmenu a:hover { 
 width: 143px; 
 height: 16px; 
} */

	
#footer {
	margin: 0px auto;
	width: 880px;					/* width should be the same as the background image */
	color: #3C054F;
	padding: 10px 19px;
	height: 67px;
	clear: both;
	background-color: #0072BA;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
 
#float_left {
	margin: 0px 5px 0px 2px;
	float: left;
}
#float_right {
	margin: 0px 0px 2px 2px;
	float: right;
}
