html
{
    height: 100%;
}


/*  Main element is centered, so to circumvent the IE margin: auto bug
    text-align: center is used.
*/
body
{
    height: 100%;
    padding: 0;
    margin: 0;
    font: 10pt "Trebuchet MS", sans-serif;
    color: black;
    background: white;
    text-align: center;
    background: url(../images/tile.png) repeat;
}


/*  Setting defaults for standard elements.
    Mainly this involves setting the margins and padding to
    0 so that they have to be set explicitly.
*/
div, ul, li, p, h2, h3, h4, dl, dd, dt
{
    margin: 0;
    padding: 0;
}


img,a
{ 
    behavior: url(iepngfix.htc);
}


a img
{
    border: none;
}



br
{
    clear: both;
}





.column
{
    background: white;
    position: relative;
    min-height: 100%;
    margin: auto;
    width: 45em;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}


* html .column
{
    height: 100%;
}


/*  This div encloses the title banner and text. */
.titleBlock
{
    padding-top: 1em;
    margin: 0 1em 0 1em;
    text-align: left;
}



.title
{
    font-weight: bold;
    display: inline;
    font-size: 2em;
    text-decoration: none;
    color: black;
}



.titleBlock ul
{
    float: right;
}



.titleBlock li
{
    display: inline;
    list-style: none;
    margin-left: .2em;
}



.titleBlock li a
{
    font-size: 1em;
    display: inline;
    list-style: none;
    margin-left: .2em;
}



.content
{
    margin: auto;
    width: 340px;
    padding-bottom: 1em;
}



.application
{
    margin: 20px;
    float: left;
    border: 1px solid transparent;
    color: black;
    display: block;
    text-decoration: none;
    width: 128px;
    text-align: center;
}



.application:hover
{
    border: 1px solid #dddddd;
    background: url(../images/highlighted.png) repeat;
}


.application p
{
    color: #4a4a4a;
}


.footerBlock
{
    margin:  -2em auto 0.5em auto;
    position: relative;
    height: 1.5em;
    width: 40em;
    font-size: 8pt;
    color: #4a4a4a;
}



.footerBlock p
{

}


