﻿html, body
{
    height: 100%;
    width: 100%;
    padding: 0;
    border: 0;
    font-family: Times New Roman;
}
form
{
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 30px;
    font-size:93%;
}
b, strong
{
    font-weight: bold;
}
a
{
    cursor: pointer;
    text-decoration: none;
    outline: expression(hideFocus= 'true' );
    outline: 0;
    -moz-outline: 0;
    color: black;
}
a:hover
{
    text-decoration: none;
    font-weight: bold;
}
a:hover *
{
    cursor: pointer;
}
a:focus
{
    outline-style: none;
}
.col
{
    text-align: left;
    float: left;
    height: 100%;
    padding: 0 15px;
    border-right: 1px solid black;
    display: none;
}
div.active
{
    display: block;
}
a.active, h1, a:hover
{
    font-weight: bold;
    font-family: Arial;
}
#col1
{
    padding-left: 15px;
}
#col3
{
    width: 500px;
}
h1
{
    display: inline;
}
.imageHol, .bigImage
{
    text-align: center;
    width: 500px;
}
.image img
{
    margin: 0 15px 30px 15px;
}
.backbtn
{
    margin: 0 15px;
}
img.bigImageH
{
    margin: 0 0 15px;
}
.introText
{
    width: 500px;
    margin-bottom: 30px;
}
.start
{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 240%;
    z-index: 2;
}
.start table, .start tr td, .start tr
{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.start table a:hover
{
    font-weight: normal;
    font-family: Times New Roman, Times, Serif;
}
.introLogo 
{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:10;
    background-image:url(/assets/introLogo.png);
    background-repeat:no-repeat;
    background-position:center center;
}
.introLogo a 
{
    display:block;
    width:100%;
    height:100%;
}