/* LAYOUT */
/* hard reset */
* {margin:0;padding:0;}
/* to center the layout in IE 5 */
/* to reset the text-alignment, remove bullets on the LIs (IE Mac, Safari) and center the main container in good browsers */
#wp {
  text-align:left;
  margin:0;
  list-style:none;
}
/* we treat the LI that contains the UL with the three colums as a table */
#bd {display:table;}
#doc {display:table-row;}
#s1,#s2,#s3 {display:table-cell;}
/* for IE */
#s1,#s2,#s3,{
  display:inline;
  zoom:1;
  vertical-align:top;
}
/* for all */
#wp,
#bd,
#doc,
#hd,
#ft, {width:871px;}
#s1 {width:190px;}
#s2 {width:681px;}
#s3 {display:none;}
/* for Mac */
/*\*//*/ 
#s1,#s2,#s3 {
  display:inline-block;
  float:left;
}
#ft {clear:left;}
/**/
/* borders for IE Win */
/* Hides from IE-mac \*/
#bd,#s1,#s2,{position:relative;}
#doc,{width:190px;}/* = s1 */
#s2,{margin-right:-681px;}/* = s2 */
#s3 {display:none;}
/* End hide from IE-mac */
/* preventing breakage */
#bd {table-layout:fixed;}
#bd {_word-wrap:break-word;}
#s1,#s2,#s3 {_overflow-x:hidden;}
/* creating some "padding" */
h2 {font-size:.9em;}

<!--[if lt IE 5.5000]>
/* to avoid columns 3 to drop in IE lt 5.5 */
#s1 {width:675px;}
<![endif]-->

/* CONTENT STYLING */
a
{
text-decoration:none;
}

.left
{
color:#ffffff;
text-align:center;
}
.left a
{
color:#ffffff;
}

.linkbar
{
list-style-type: none;
padding: 0;
margin-left: 0;
}

.linkbar li
{
margin:1em;
}

/* form.css */
form p
{
text-align:left;
}

.login label
{
width: 60px;
float: left;
margin-right: 25px;
display: block
*float:left;
*width:65px;
}

.login input
{
margin-bottom:4px;
width:70px;
}

.submit input
{
width:50px;
margin-left: 85px;
*margin-left:93px;
}


