html, body {
    height:100%;
}

body {
    margin:0;
    padding:0;
    position:relative;
    font-family:arial, sans-serif;
}    

#container {
    min-height:75%;
    position:relative;    
}

/* Hides from NON-IE \*/
* html #container {height: 75%;}
/* End hide from NON-IE */

#header {
    height:77px;
    background:url('images/bluebg.gif') top left repeat-x;
}

#services {
    width:547px;
    float:right;
}

#nav1 {
    background-color:#e4f4fa;
    height:20px;
    margin:0;
    padding:3px 0 3px 15px;
    font-size:12px;
    font-weight:bold;
    color:#666;
}

#nav1 li {
    display:inline;
    padding:0 5px;
}

#nav2 {
    width:20%;
    float:left;
    padding:10px 0 10px 20px;
    font-size:small;
}

#content {
    width:65%;
    margin-left:22%;
}

#footer {
    margin-top:30px;
}

h2 {
    color:#000066;
    margin:0;
    padding:10px 0;
}  

p {
    line-height:130%;
}  

label {
    font-size:small;
}

.formtable {
    border:0;
    border-collapse:0;
    width:100%;
}    

.formtable td {
    text-align:left;
    vertical-align:middle;
    padding:2px;
    
}    

.border {
    border:2px solid #000066;
    padding:10px;
}    


/* Links
------------------------------------ */


a, a:link, a:hover, a:visited, a:active {
    color:blue;
}

#nav1 a, #nav1 a:link, #nav1 a:hover, #nav1 a:visited, #nav1 a:active {
    color:#666;
    text-decoration:none;
}


/* Misc
------------------------------------ */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from non IE \*/
* html .clearfix {height: 1%;}
/* End hide non IE */

