div#container_2 {
	background-color: #ffffff;
	width:900px;
	border-color:#000000;
	border-top:0px;
	border:1px;
	border-style:solid;
	background-image:url(background2col.jpg);
	background-repeat:repeat-y 50% 0;
}
div#container_3 {
	background-color: #ffffff;
	width:900px;
	border-color:#000000;
	border-top:0px;
	border:1px;
	border-style:solid;
	background-image:url(background3col.jpg);
	background-repeat:repeat-y 50% 0;
	height:100%;
}

ul.bullet 
{
	padding: 5px;
	margin: 5px;
	text-align:left;
}

a.black:link {
	color: #000000
}    

a.black:visited 
{
	color:Black;
}

div#header {
	height:126px;
	width:902px;
	background-image:url(header.gif)
}

/* For 2 column pages - contacts, data request and partners */
div#mainbody {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	width:630px;
	margin-left:65px;
	padding-top:10px;
	margin-top:0px;
	height: 500px;
}

/* For 3 column pages - index and publications */
div#mainbody_3col {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	width:500px;
	margin-left:0px;
	padding-top:10px;
	margin-top:0px;
	height:auto;
}
div#sideMenu 
{
	padding: 10px;
}

/* Main Navigation Column - use on all pages */
div#sidebar_left {
	background-image:url(background.jpg);
	background-repeat:repeat-x;
	font-family: verdana;
	font-size: 12px;
	width:190px;
	padding-top:0px;
	float:left;
	margin-top:0px;
	}


/* For 3 column pages - index and publications */
div#sidebar_right {
	background-image:url(background.jpg);
	background-repeat:repeat-x;
	font-family: verdana;
	font-size: 12px;
	width:150px;
	padding:10px;
	margin-top:0px;
	float:right;
	left: 756px;
	top: 149px;
	text-align:center;
	height:500px;
	}


.footer {
  	height: 2px;
	background-color: #2B4F98;
	margin-bottom:0px;
	width:900px;
}

.pad
{
	padding-top: 08px;
}