/* extension to columns css */

/*redefine standard elements*/
body
{
height:100%;
}
a
{
font-weight:900;
}
/*custom classes*/
#pageBody div.columnBody
{
min-height:370px;
}
.wide
{
width:55%;
}
.linkBig
{
width:97%;
margin-left:2%;
}
.linkBig a
{
background:none;
}
.linkBig a:hover
{
border:0;
}
.smallText
{
font-size:0.6em;
}
.boxed
{
border:1px solid #CECEE6;
}

a.plainLink
{
background:none;
}

* html {overflow:hidden;}
* html body {overflow:auto; height:100%;}
* html #floaterBox {position:absolute;}
#floaterBox {top:18px; left:250px; position:fixed; text-align:center; font-weight:bold; color:black; height:80px;}
#floater {width:500px; height:100%; overflow:auto; margin:2px;}

.yellow
{
background-color:yellow;
}
