﻿body {
    background-color : #C4D5E9;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    margin: 0;
}

div {
    font-size : 95%;
}

#head a{
    color : White;
}

.inBox a{
    color : black;
}



h1{
    font-size: 2em;
}

#main,
.box
{
    background-color : White;
    margin:auto;
    width : 600px;
}
    
#main.login{
    width : 680px;
}

.box{
    margin : 5px;
    float: left;
    border : solid 2px black;
    width : 585px;
}

.box .inBox{
    margin:10px;
}

#main #head,
.box .head
{
    color : White;
    background-color : Black;
    padding : 5px;
}

#head .title a{
    text-decoration : none;
}

.downloadLink{
    float: right;
    margin-left : 15px;
}

.gChart{
    margin: 5px;
}

.welcome{
    padding : 10px;
    margin : 10px;    
    float: left;
    background-color : #F2DCDB;
    font-weight:bold;
}

.loginBox,
.registerBox{
    margin : 20px;
    float: left;
}

.loginBox td,
.registerBox td
{
    padding : 5px;
}

.title{
    font-weight : bold;
}

.msg1{
    padding : 20px;
    color : #666666;
}

.contactForm{
    text-align:center;
}

.contactForm .text,
.contactForm .text2
{
    font-size:1.3em;
    height:1.4em;
    text-align:center;
    vertical-align:middle;
    width:500px;
}

.contactForm .text2{
    width: 245px;
}


.errmsg{
    background-color:white;
    color:#CC0000;
    margin:auto auto 10px;
    text-align:center;
}

.emailList{
    margin: 5px;
    width : 590px;
}
.emailList td{
    padding : 3px 40px 1px 1px;
    border-bottom : solid 1px #CCCCCC;
}

.leftCol{
    float:left;
}

.leftCol .box{
    float:none;
}

.subject{
    font-size : 13px;
}

.footer{
    font-size:11px;
    height:13px;
    line-height:11px;
    margin: 15px 0 0 5px;
    padding:0;
    position : fixed;
    bottom : 5px;
}