/* extension to columns css */

/*redefine standard elements*/
body
{
height:100%;
}
a
{
font-weight:900;
text-decoration:none;
border-bottom:2px red solid;
}
h1, h2
{
color:#5a462a;
}
/*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;
color:green;
padding:10px;
text-align:center;
}
.boxed
{
border:1px solid #CECEE6;
}

a.plainLink
{
background:none;
}

* html {overflow:hidden;}
* html body {overflow:auto; height:100%;}
* html #floaterBox {position:absolute;}
#floaterBox {top:8px; left:280px; position:fixed; text-align:center; font-weight:bold; color:black; height:90px;}
#floater {width:500px; height:100%; overflow:auto; margin:2px 2px 2px 150px;}

.yellow
{
background-color:yellow;
}
#loader
{
background-color:yellow;
border:2px solid red;
text-align:center;
}
.Invisible { display:none; }
.Visible { display:block; }

.left { float:left; }
.right { float:right; }

.patternedDiv
{
background:url(img_98.gif);
}

.centered
{
text-align:center;
}
