/* ELEMENTS */
*
{
    margin: 0;
    padding: 0;
    
    font-family: 'Lucida Grande', Lucida, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

img { border: none; }
img, div { behavior: url(iepngfix.htc) }

body
{
    background: url('../images/background.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #0c3a82;
    text-align: center;
    font-size: 11px;
    color: #202020;
    height: 100%;
}

h1
{
    color:#105DAD;
    font-size: 20px;
    font-weight:bold;
}

ul
{
    list-style-position: inside;
}

p
{
    margin-top:15px;
    margin-right: 25px;
}

#header_container
{
    width: 100%;
    height: 217px;
    top: 0px;
    left: 0px;
}

#mainDiv
{
    position: relative;
    margin: 0 auto;
    text-align: left;
    width: 996px;
    z-index: 1;
}

.subText
{
  font-size: 10px;  
}

#footer
{
    margin-top:20px;
    background-position: top center;
    background-repeat: repeat-x;
    width:100%;
    height: 42px;
    text-align:center;
    color:#ffffff;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover
{
    color:#ffffff;
    text-decoration:none;
}

#contentArea a:link, #contentArea a:active, #contentArea a:visited, #contentArea a:hover
{
    color:#105DAD;
    text-decoration:none;
    font-weight:bold;
}

#innerFooter
{
  /*background-color:#105DAD;*/
  padding-top:15px;
  /*height:42px;*/
}

#copyWrite
{
	font-size: 8pt;
    color:#ffffff;
    /*background-color:#105DAD;*/
}

#legal
{
	width: 700px;
	font-size: 7pt;
    color:#ffffff;
    /*background-color:#105DAD;*/
}