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;
    padding: 0;
}

body
{
    /*background-attachment: fixed;*/
    background-color: #CCC;
    background-position: center top; 
    background-repeat: no-repeat;
    color: #222;
    font: 10pt/15pt Verdana, Geneva, sans-serif;
	height: 100%;
}

a
{
    color: #FFF;
    font-weight: 700;
    letter-spacing: 0.07em;
}

a:hover
{
   color: #CCC; 
}

li
{
    list-style-type: disc;
    margin-left: 1.2em;
}

/* -------------------------------------------------------------------------- */

#col1
{
    float: left;
    position: relative;
    width: 23.46em;
}

#col2
{
    float: right;
    width: 32em;
}

#linkPanel
{
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    background-color: Transparent;
    /*background-image: url(../images/shared/20PercentWhite.png);
    padding: 0.75em;*/
    position: relative;
}

/* -------------------------------------------------------------------------- */

.colorSquare
{
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    background-color: #120F6D;
    float: left;
    height: 1.53em;
    margin-right: 0.4em;
    position: relative;
    top: 0.3em;
    width: 1.53em;
    
}

.contentSection
{ 
    font-size: 1.0em;
    margin-top: 2em;
    position: relative;
}

.logo
{
    margin: 3.8em 0em 1.92em 0em;
    position: relative;
    text-align: center;
}

.mainContainer
{
    margin: 0 auto;
    margin-top: 1.0em;
    position: relative;
    width: 58em;
}

.paddedContent
{
    padding: 1.3em;
    padding-bottom: 4em;
    position: relative;
}

.textJustified
{
    text-align: justify;
}

.textSmall
{
    font-size: 0.8em;
    line-height: 1.2em;
}

.underlinedText
{
    border-bottom: 1px solid #FFF;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.7em;
    margin-bottom: 0.9em;
}
