html{overflow-y: scroll;}
html,body{
	margin:0;
	padding:0;
	background: #999999;
	font: normal 11pt Verdana,Arial,sans-serif;
}

image{
	border: 0px;
}

#bodycontainer{
	height: auto;
	width: 998px;
	border: 1px solid #464646;
	background-color: #f5f5f5;
	margin: 0 auto;
}

#header{
	height: 70px;
	padding-left: 20px;
	text-align: left;
	background-color: #fff;
	background-image: url('images/ibm-pbp-logo50.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

#logo{
	margin-right: 60px;
	padding-top: 15px;
}


#slogan{
	font: normal 14px Verdana;
	color: #4d4d4d;
	margin-right: 0px;
	margin-top: 15px;
	float: left;
}

#search{
	float: right;
	margin-right: 110px;
	margin-top: 15px;
	width: 200px;
}

#searchForm input.gsc-input {
        padding : 2px;
        color : rgb(51, 51, 51);
        border : 1px solid rgb(204, 204, 204);
        width: 200px;
}

#searchbutton{
	margin-top: 1px;
}
#searchbox{
	height: 16px;
	width: 150px;
	font: normal 9pt Verdana;
	color: #b2b2b2;
	border: 1px solid #b2b2b2;
	padding-left: 5px;
}

#banner{
	width: 100%;
	background-image: url('images/banner1.jpg');
	background-repeat: no-repeat;
	height: 285px;
}

#content{
	border:1px solid #f5f5f5;
	height: 315px;
	background-color: #f5f5f5;
}

#content table{
	margin-top: 15px;
	margin-left: 23px;
	border: 1px solid #a3a3a3;
	border-collapse: collapse;
	vertical-align: top;
	width: 950px;
}

#content table td#lefttd div{
	margin: 10px 20px 0 30px;
}
#content table td#centertd div{
	margin: 10px 20px 0 30px;
}

#content table td#righttd div{
	margin: 10px 20px 20px 30px;
}

#content table th{
	border: 1px solid #a3a3a3;
	font: bold 11pt Verdana;
	padding-left: 30px;
	text-align: left;
	line-height: 30px;
}

#content table td{
	border: 1px solid #a3a3a3;
	border-collapse: collapse;
	background-color: #fff;
}

#tableheader{
	background:#fff url('images/thead.gif') repeat-x 100%;
}

#newsheader{
	font: normal 13pt Verdana;
}

#newsshort{
	font: normal 9pt Verdana;
	margin: 10px 0 10px 0;
}

#newsshort a, #newsshort a:visited{	
	color: #346aba;
	text-decoration: none;
}

#newsshort a:hover{
	color: #346aba;
	text-decoration: underline;
}

#newsgoto{
	font: normal 10pt Verdana;
	color: #0070bd;
	cursor: pointer;
}

#centertd{
	vertical-align:top;
}

#centertd p{
	margin:9px 0;
}

#centertd a, #centertd a:visited, #lefttd a, #lefttd a:visited{
	font: normal 10pt Verdana;
	color: #0070bd;
	text-decoration: none;
}

#centertd a:hover, #lefttd a:hover{
	text-decoration: underline;
}

#footer{
	padding: 0;
	font: normal 9pt Verdana;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #f5f5f5;
	text-align: center;
}

#footer a, #footer a:visited{
	font: normal 9pt Verdana;
	color: #808080;
	text-decoration: none;
}

#footer a:hover{
	font: normal 9pt Verdana;
	color: #808080;
	text-decoration: underline;
}