﻿html, form, body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    z-index: 1;
    height: 100%;
    margin: 0px;
}
p
{
    padding: 5px;
    margin: 0px;
    line-height: 19px;
}
a
{
    color: black;
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
    color: #102F73;
}
#ism_Wrapper
{
    position: relative;
    width: 890px;
    min-height: 40%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    z-index: 1;
}
#ism_Top
{
    position: relative;
    width: 100%;
    height: 106px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    z-index: 21;
    background-color: #fff;
    background-image: url('../SkinAssets/head/ismtop.jpg' );
    background-repeat: repeat-x;
}
#ism_Promo
{
    padding: 5px 0px 5px 0px;
    width: 890px;
    height: auto;
    background-color: #4477B5;
    position: relative;
}
#ism_Content
{
    position: relative;
    float: left;
    width: 890px;
    height: auto;
    min-height:300px;
    z-index: 2;
    margin-bottom: 5px;
    padding-bottom: 15px;
    background-color: #cccccc;
}
#ism_Footer
{
    position: relative;
    width: 100%;
    height: 550px;
    color: #102F73;
    z-index: 2;
    background-image: url(../SkinAssets/footer/ism_ftrpt.jpg);
    background-repeat: repeat-x;
}

#ism_Footer a
{
    color: black;
    text-decoration: underline;
}
#ism_Footer a:hover
{
    text-decoration: none;
    color: #102F73;
}
.aboutA
{
    border: 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 120px;
    height: 100px;
    z-index: 20;
    outline: 0;
}
.ClearSection
{
    clear: both;
}
.ISMbtn
{
    position: absolute;
    top: 462px;
    left: 326px;
}
.txtbox1
{
    position: absolute;
    left: 20px;
    top: 77px;
}
.txtbox2
{
    position: absolute;
    left: 20px;
    top: 122px;
}
.txtbox3
{
    position: absolute;
    left: 20px;
    top: 167px;
}
.txtbox4
{
    position: absolute;
    left: 20px;
    top: 257px;
}
.txtbox5
{
    position: absolute;
    left: 20px;
    top: 302px;
}
.txtbox6
{
    position: absolute;
    left: 20px;
    top: 347px;
}
.checkname
{
    position: absolute;
    top: 63px;
    left: 57px;
}
.checkschool
{
    position: absolute;
    top: 108px;
    left: 62px;
}
.checktelephone
{
    position: absolute;
    top: 243px;
    left: 82px;
}
.checkemail
{
    position: absolute;
    top: 288px;
    left: 53px;
}
.summary
{
    position: absolute;
    left: 180px;
    top: 370px;
}
.news a
{
    color: black;
    text-decoration: underline;
}
.news a:hover
{
    text-decoration: none;
    color: #102F73;
}
.pager
{
    background-image: url('../SkinAssets/footer/news_ftr.jpg');
    background-repeat: no-repeat;
}
.RadNav
{
    position: relative;
}
.contactbtn
{
    position: absolute;
    right: 30px;
    bottom:11px;
    z-index:8;
    font-weight:bold;
    font-size:11px; 
}
.contactbtn a
{
 color:#102F73;
 text-decoration:none;
}
.contactbtn a:hover
{
 color:black;
 text-decoration:none;
}

@media print
{

    #ism_Top
    {
        display: none;
    }
    #ism_Promo
    {
        display: none;
    }
    #ism_Content
    {
        width: 100%;
    }
    #ism_Footer
    {
        display: none;
    }
}
