body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#838486;
	background-position: top;
	font: 70%/1.6em arial;
	margin: 0;
	padding: 0;
	color: #4d4d4d;
}

INPUT
{
	width: 200px;
}

TEXTAREA
{
	width: 200px;
	height: 75px;
}

H1 
{
	font-size: 1.8em;
	padding: 0px 5px;
}

H2
{
	font-size: 1.3em;
	padding: 0px 5px;
}

A
{
	color: #042e84;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

A:visited
{
	color: #042e84;
}

#container 
{
	width: 960px;
	background-color: #fff;
	margin: auto;
	background-image:url(../images/cols2.gif);
	background-repeat:repeat-y;
}

#header
{
	width: 960px;
	height: 150px;
	background-color: White;
}

#header img
{
	padding-top: 5px;
}

#innerhead
{	
	float: left;
}

#search
{
	height: 134px;
	width: 210px;
	background-color: #e8e8ea;
	float: right;
	clear: none;
	border-bottom: 16px solid #dbdbdd;
	font-weight: bold;
}

#search form
{
	padding: 15px 25px 0px 25px;
}

#search form input
{
	border: 1px solid #4d4d4d;
	font: 110% arial;
	width: 130px;
}

#searchBut
{
	background-color: #042e84;
	color: #fff;
}

#banner
{
	width: 960px;
	height: 276px;
}

#bannerIBM
{
	width: 960px;
}

#topnav
{
	float: left;
	background-color: #042e84;
	width: 210px; /*294px;*/
	height: 276px;
}

#topnav ul
{
	padding-right: 10px;
	padding-top: 0px;
}

#topnav ul li
{
	height: 65px;
	border-bottom: 1px solid #fff;
	list-style-type: none;
}

#topnav ul li.ContactNav
{
	border-bottom: none;
}

#topnav ul li a
{ 
	line-height: 65px;
	display: block;
	height: 65px;
	color: #fff;
	text-decoration: none;
	padding-left: 27px;
}

#topnav ul li a:hover
{
	background: url(../images/arrow_new.gif) no-repeat top left;
}

#splash
{
	width: 733px;
	float: right;
	clear: none;
	border-right: 17px solid #042e84;
	height: 276px;
}

#splashIBM
{
	width: 540px;
	float: left;
	clear: none;
	overflow: visible;
}


#main
{
	width: 960px;
	padding:0px;
	margin: 0;
}

#leftnav
{
	width: 210px;
	float: left;
}

div.newspost
{
	padding-left: 28px;	
}

div.newspost a
{
	color: #4d4d4d;
}

div.newspost a:hover
{
	color: #042e84;
}

#contenthome
{
	width: 540px;
	float: left;
	padding: 10px 0px 10px 0px;
}

#contenthome p
{
	padding: 5px;
}

#contentIBM
{
	width: 733px;
	background-color: #fff;
}

#news
{
	width: 210px;
	float: left;
	height: 100%;
}

#news h2
{
	margin: 0px 15px 5px 8px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #8d8d8f;
	font-size: 1.20em;
	text-align: center;
}

#news h3
{
	font-weight: bold;
	font-size: 1em;
	margin: 0px 8px 0px 8px;
	padding-top: 3px;
}

#news p
{
	padding: 0px 8px 0px 8px;
	margin: 0;
}

#news a.newsLink
{
	display: block;
	margin: 0px 15px 5px 8px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #8d8d8f;
	text-align: right;
}

img#ibmlogo 
{
	margin-top: 5px;
	margin-left:35px;
}

object#flashlogos {
	/*margin-left:25px;*/
}

#footer
{
	border-top: 3px solid #8d8d8f;
	clear: both;
	text-align: right;
	padding: 5px;
	background-color: #fff;
}

/*News Ticker Styles*/

#ticker-container {
	position:relative;
	overflow:hidden;
	width: 186px;
	height: 120px;
	background-color: #E8E8EA;
	background-repeat: repeat;
	padding: 2px;
	border: Defaultpx dotted ;
	margin-left:auto;
	margin-right: auto;
}

#ticker {
	position:relative;
	width:186px;
}


