/* CSS Document */
body
{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
background-color:#FFFFFF;
background-image:url('ibus-background.jpg');
background-repeat: repeat-x;
background-attachment: fixed;
color: #000000;
}

/* dimentions of the container */

#container
{
width:900px;
text-align:center;
position: relative;
background-color:#ffffff;
} 

.center
{
width: 900px;
margin-left:auto;
margin-right:auto;
position: relative;
}

/* Dimentions of top block for company name and logo */

#companyname
{
background-color:#000000;
height:20px;
padding: 0px 15px 5px 0px;
text-align: right;
}


/* Dimentions of 2 block for headerimage of size 890*150 */

#headerimage
{
height:150px;
margin:0px 0px 0px 0px;
}

/* Dimentions of 3 block for links */

#mainlink
{
height:30px;
margin:0px 20px 0px 20px;
border-bottom-style: solid;
border-width: 1px;
border-color: #E3E7EE;
text-align: center;
z-index:100;
}

table.linktext
{
font-family: arial, Helvetica, sans-serif;
font-size: 15px;
height: 20px;
text-align: left;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
display: inline;
border-collapse: collapse;
table-layout: auto;
}

table.menu
{
font-size: 14px;
position:absolute;
text-align: left;
visibility:hidden;
background-color: #EAEAEA;
border-color: #000000 #333333 #333333 #000000;
clip: rect(auto, auto, auto, auto);
table-layout: auto;
z-index:100;
}

td.menu
{
text-align: left;
padding: 2px 5px 2px 5px;
z-index:100;
}

td.linkseperator
{
text-align: center;
height: 20px;
border-left: 1px solid #E3E7EE;
border-right: 1px solid #E3E7EE;
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 15px 0px 15px;
z-index:100;
}

a.linkstyle:link
{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #236AEB;
font-size: 15px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
word-spacing: 3px;
font-weight:bold;
}

a.linkstyle:visited
{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #236AEB;
font-size: 15px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
word-spacing: 3px;
font-weight:bold;
}

a.linkstyle:hover
{
color: #000000;
}

/* Dimentions of 4 block for body contents */

/* please refer bodycss.css for details */

/* Dimentions of 5 block for external scripts */

#forscripts
{
background-color:#ffffff;
height:20px;
margin:0px 5px 0px 5px;
text-align: center;
border-bottom: 1px dotted #000000;
}

/* Dimentions of 6 block for bottom links */

#bottomlinks
{
background-color:#ffffff;
height:150px;
margin: 5px 5px 5px 5px;
padding: 10px 10px 10px 150px;
background-color: #D4DBF0;
text-align:left;
line-height: 18px;
}

.insidebottomlinks
{
width:225px;
float:left;
text-align:left;
font-size: 14px;
color:#000000;
font-family: arial, Helvetica, sans-serif;
font-weight: bold;
}

a.bottomlinkstyle:link
{
font-size: 14px;
text-decoration: none;
color: #236AEB;
font-family: arial, Helvetica, sans-serif;
font-weight: normal;
}

a.bottomlinkstyle:visited
{
font-size: 14px;
text-decoration: none;
color: #236AEB;
font-family: arial, Helvetica, sans-serif;
font-weight: normal;
}

a.bottomlinkstyle:hover
{
font-size: 14px;
text-decoration: underline;
color: #000000;
font-family: arial, Helvetica, sans-serif;
}

/* Dimentions of 7 block for footer */

#footer
{
background-color:#ffffff;
min-height:20px;
margin:0px 0px 0px 0px;
text-align: center;
vertical-align: top;
position: relative;
}