﻿html
{
    margin:0;
    padding:0; 
} 

body
{
    font-family:Verdana, Helvetica, Sans-Serif;
    color:#132940;
    font-size:.7em;
    background-image:url(images/background.gif);
    background-color:#707068;
    background-position:top;
    background-repeat:repeat-x;
    margin:4px; 
    padding:0; 
    height:100%; /* this is the key! */ 

}

#pageWrapper
{
    width:900px;
    margin:auto;
}

div.container
{
    background-color:#FFFFFF;
    width: 900px;
    height:100%;
    padding: 10px 10px 10px 10px;
}

div.ccc
{
    width:100%;
    text-align:left;
    padding-bottom:2px;
}

div.banner
{
    width:100%;
    border-bottom: solid 1px #c4c4b8;
    border-top: solid 1px #c4c4b8;
    text-align:left;
}

div.backbtnMsg
{
    background-color: #d1e3f2;
    border: solid 1px #a9c6de;
    margin: 8px 8px 8px 8px; 
    text-align:left;
    width: 661px;  
    padding: 5px 5px 5px 5px  
}

div.footer
{
    border-top: solid 1px #c4c4b8;
    width:100%;
    min-height:20px;
    margin-top:15px;
    padding: 10px 0px 10px 0px;
    text-align:center;
}

div.reg
{
    width:570px;
    background-image:url('images/bkg_banner.gif');
    background-position:top;
    background-repeat:repeat-x;
    background-color:#183f77;
    height:30px;
    padding: 13px 10px 10px 10px;
    color:White;
    font-size:13pt;
    vertical-align:middle;
}

div.regbody
{
    width:300px;
    
    padding: 13px 10px 10px 10px;
    vertical-align:middle;
}

p.instructions
{
    text-align: left;
}

a:link
{
 text-decoration: underline;
 color: #54759F;
font-weight:bold;
}

a:visited
{
 text-decoration: underline;
 color: #54759F;
font-weight:bold;
}

a:active
{
 text-decoration: none;
 color: #879FBC;
font-weight:bold;
}

a:hover
{
 text-decoration: none;
 color: #879FBC;
}

a.footerlnk:link
{
 text-decoration: underline;
 color: #434342;
}

a.footerlnk:visited
{
 text-decoration: underline;
 color: #132940;
}

a.footerlnk:active
{
 text-decoration: none;
 color: #1c4888;
}

a.footerlnk:hover
{
 text-decoration: none;
 color: #1c4888;
}

h1
{
    text-align:left;
    font-size:1.8em;
    font-weight:bold;
    margin-bottom:6px;
    color:#d1e3f2;
}

h3
{
    text-align:left;
    font-size:1.3em;
    font-weight:bold;
    margin-bottom:6px;
}

div.error
{
    text-align:center;
    font-weight:bold;
    padding: 25px 25px 25px 25px;
}

h2
{
	text-align:left;
	font-size:16px;
	font-weight:bold;
	margin-bottom:6px;
	color:#1c4888;
}