﻿html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td
{
    margin: 0 auto;
    padding: 0;
}
body, html
{
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 62.5%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

html
{
    height : 100%;
}

img.floatLeft { 
    float: left; 
    margin: -4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

a {
    color : #0066CC;
    text-decoration : none;
}

a:hover
{
    text-decoration : underline;
}

.Main
{
    background-color : #fff;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 100%;
    background-image: url(../images/bg_bluegrad.gif);
    background-repeat: repeat-x;
    min-height : 600px;
}

.Wrapper
{
    background-color: #fff;
    border: 1px solid #999;
    margin: 0 auto;
    width: 800px;
}

.Island
{
    background-color: #ffffff;
    margin: 0 auto;
    width: 960px;
    overflow : hidden;   
}

.Header
{
    background-color : #1B6DAD;
    width: 960px;
    text-align : left;
}

.Header h1
{
    color : #fff;
    font-size : 4em;
    text-align : left;
    padding : 5px;
}

.Header h2
{
    color : #fff;
    font-size : 2em;
    text-align : left;
    padding : 0 5px 0 5px;
}

.ContentMain
{
    width: 680px;
    float : right;
    background-color : inherit;
    overflow : hidden;
    padding: 0 10px 0 10px;
    text-align: left;
    margin : 10px 0 0 0;
    min-height : 400px;
    font-size : inherit;
    /* NEED 'OVERFLOW : AUTO' TO PUSH THE CONTENT DIV DOWN TO ENCAPSELATE ALL OF THE DIVS INSIDE IT*/
}

.ContentMain table
{
    font-size: 1.5em;
    border: solid 1px #D1D1D1;
}

.ContentMain tr
{
    padding : 10px;
}

.ContentMain th
{
    background-color : #6699CC;
    padding: 4px;
}

.ContentMain h1
{
    color: #fff;
    font-size: 3.5em;
    font-weight: bold;
    padding : 4px 10px 4px 10px;
    font-family : Tahoma, Helvetica, Times New Roman;
    font-weight : normal;
    background-color : #4FA8FF;
}

.ContentMain h2
{
    color: #000;
    font-size: 1.5em;
    font-weight: normal;
    padding : 4px 10px 4px 10px;
    font-family : Tahoma, Helvetica, Times New Roman;
    font-weight : normal;
    /*background-color : #4FA8FF;*/
}

.HighlightWindow
{
    border : solid 1px #A1A1A1;
    padding : 5px;
    width: 660px;
    margin-top: 10px;
    background-color: #eee;
    margin-bottom : 20px;
}

.Link
{
    font-size: 1.5em;
    color : #0066CC;
    text-decoration : none;
}

.HighlightWindow h1
{
    font-family : Verdana, Trebuchet, MS Times New Roman;
    color : #000;
    border : none;
    font-size : 2.2em;
    background-color: #eee;
    font-weight : bold;
    padding : 4px;
}

.HighlightWindow h2
{
    font-family : Verdana, Trebuchet, MS Times New Roman;
    color : #000;
    border : none;
    font-size : 2em;
    background-color: #eee;
    font-weight : normal;
    padding : 4px;
}

.HighlightWindow a
{
    font-size: 2em;
    color : #0066CC;
    text-decoration : none;
}

.HighlightWindow a:hover
{
    color : Red;
    text-decoration : underline;
}

.ContentHolder
{
    border : solid 1px #A1A1A1;
    padding : 5px;
    width: 620px;
    margin-top: 10px;
    margin-bottom : 20px;
}

.ContentHolder h1
{
    color: #fff;
    font-size: 3em;
    font-weight: bold;
    padding : 4px 10px 4px 10px;
    font-family : Tahoma, Helvetica, Times New Roman;
    font-weight : normal;
    background-color : #6699CC;
    width: 90%;
}

.ContentHolder h2
{
    color: #000;
    font-size: 1.75em;
    font-weight: bold;
    padding : 4px 10px 4px 10px;
    font-family : Tahoma, Helvetica, Times New Roman;
}

.ContentHolder h3
{
    color: #000;
    font-size: 1.25em;
    font-weight: normal;
    padding : 3px;
    font-family : Tahoma, Helvetica, Times New Roman;
}

.ContentHolder th
{
    background-color : #e8e8e8;
}

.ContentHolder th, .ContentHolder td
{
    padding: 4px;
}

.ContentHolder a
{
    font-size:2em;
    color: #0066CC;
    padding: 2px 0 0 10px;
    text-decoration : none;
}

.ContentHolder a:hover
{
    text-decoration : underline;
}

.ContentLeft
{
    float: left;
    width: 220px;
    text-align : left;
    margin : 20px 10px 10px 10px;
    background-color  :#F7F7F7;
    border : 1px dashed #666;
    min-height : 200px;
    padding : 5px;
}

.ContentLeft td
{
    padding : 1px 1px 1px 3px;
}

.ContentLeft h1
{
    color: #A66D1B;
    font-size: 2em;
    font-weight: bold;
    padding : 3px 0 3px 0;
    font-family : Georgia, Helvetica, Times New Roman;
    font-weight : normal;
}
.ContentLeft h2
{
    color: #000;
    font-size: 2.2em;
    font-weight: normal;
    padding : 10px 0;
    font-family : Verdana, helvetica, Times New Roman;
    line-height : 1.4em;
}
.ContentRight
{
    float: right;
    width: 260px;
    margin : -10px 0 0 0;
}
.ContentLeft a
{
    font-size : 1em;
    text-decoration : none;
    color : #0066cc;
    text-align : left;
}


.AccountIsland
{
    padding:5px;
    width: 325px;
    border : 1px solid #000;
    margin : 10px 0 0 0;
}

.AccountIsland h1
{
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
    padding : 4px 10px 4px 10px;
    font-family : Tahoma, Helvetica, Times New Roman;
    background-color : #6699CC;
    width: 90%;
}

.AccountIsland h2
{
    color: #000;
    font-size: 2em;
    /*padding : 4px 10px 4px 10px;*/
    font-family : Tahoma, Helvetica, Times New Roman;
    font-weight : normal;
}

.Footer
{
    clear : both;
    width: 960px;
    text-align : left;
    padding : 18px 0 18px 0;
    margin-top : 20px;
    border-right : 1px solid #D1D1D1;
    border-bottom : 1px solid #D1D1D1;
    border-left : 1px solid #D1D1D1;
    border: 1px dashed #B1B1B1;
    background-color : #E1E1E1;
}

.innerfooter
{
    width: 940px;
    min-height : 80px;
}


.innerfooter h1
{
    font-size : 2.3em;
    color : #666;
    font-weight : normal;
    padding : 2px;
}

.innerfooter h2
{
    font-size : 1.9em;
    color : #666;
    font-weight : normal;
    padding : 2px;
}

.innerfooter a
{
    font-size:1.75em;
    text-decoration: underline;
    color: #0066CC;
}

.innerfooter a:hover
{
    text-decoration:underline;
}

.Footer a
{
    font-size : 1em;
    color : #666;
    text-decoration : none;
    font-weight : normal;
}

.Footer a:hover
{
    text-decoration : underline;
    color: #0066CC;
}

.EmailLabel
{
    font-size :1.5em;
}

.tableStyle
{
    border: 1px solid #D1D1D1; 
    padding: 2px;
}

.tablerow
{
    background-color:#DFDFDF;
}

.tablecol
{
    padding : 2px;
}

.EmailSuccess
{
    font-weight : bold;
    background-color : Yellow;
}

.CreateAcctButtonStyle
{
    width: 250px;
    height: 75px;
    font-size : 3em;
    font-family : Tahoma, Times New Roman;
    color : #333;
    padding : 10px;
    margin: 10px 0 10px 200px;
}

.SmallButton
{
    width: 150px;
    height: 50px;
    font-size : 2em;
    font-family : Tahoma, Times New Roman;
    color : #333;
    padding : 10px;
    margin: 10px 0 10px 200px;
}

.required
{
    font-size: 1.5em;
    color : Red;
}

.cancelbutton
{
    font-size : 1.2em;
    width: 150px;
}

.nextbutton
{
    font-size : 1.7em;
    width : 200px;
    height : 50px;
}

.PaymentButton
{
    font-size : 2.5em;
    width : 250px;
    height : 75px;
}

.ChildOptionButton
{
    font-size : 2em;
    width : 200px;
    height : 50px;
    margin : 10px 0 10px 200px;
}

.LabelHeader
{
    background-color : #EEEEEE;
}

.ChildOption
{
    font-size : 1.5em;
    width : 98%;
    background-color : #6699CC;
}

.HiddenColumn
 {
     display:none;
 } 
 