/*********************************HTML Defaults******************/

body {
    margin:0;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color:#343434;
}

img {
    border-style:none;
}

a {
    text-decoration: underline;
    color: #002192;
    font-size: 9pt;
}

a:visited {
    text-decoration: underline;
    color: #002192;
    font-size: 9pt;
}

a:hover {
    text-decoration: underline;
    color: #ae3100;
    font-size: 9pt;
}

form {
    margin:0px;
    padding:0px;
}

input, select, textarea{
    font-size: 9pt;
}

label {
    font-weight:bold;
    font-size:8pt;
    color:#343434;
}

h1 {
    margin:0 0 3px 0;
    font-size:10pt;
    font-weight:bold;
}

h2 {
    margin:0 10px 3px 0;
    font-size:12pt;
    font-weight:bold;
}

label {
    font-weight:bold;
    font-size:9pt;
    color:#002192;
}

th {
    height:30px;
    padding:0 40px 0 0;
    margin:0px;
    background:#f7f9ff;
    border-bottom:1px solid #46009d;
    color:#46009d;
    font-size: 9pt;
    text-align:left;
}

td {
    padding:5px 0px 5px 0;
    font-size: 9pt;
}

/********************************* Other Defaults ******************/

.ROW {
    width:100%;
    display:table;
}

.CELL {
    float:left;
    display:block;
}

.buffer {
    font-size: 1pt;
    display: block;
    height: 7px;
    width:100%;
}

.hiliteCell{
    font-weight:bold;
    color:#46009d;
}

.actionCell{
    background:#f7f9ff;
    font-weight:bold;
}

.newMessage {
    background:#f4f0fa;
    font-weight:bold;
}

/********************************* LAYOUT ************************/

#header {
    margin-top:5px;
    height:83px;
    width:100%;
    background:url("../images/header_back.gif");
}
    #header .together {
        color:#ae3100;
        font-size:35pt;
        font-family:garamond, times, times new roman;
        margin-left:10px;
        letter-spacing: -1px;
    }
    
    #header .forever {
        color:#002192;
        font-size:35pt;
        font-family:garamond, times, times new roman;
        letter-spacing: -1px;
    }
    
    #header .logo_tag {
        margin-left:20px;
        color:#002192;
        font-size:11pt;
        font-family:times new roman, garamond, times;
        letter-spacing: -1px;
    }

.blueBar {
    margin:3px 0 10px 0;
    font-size:1px;
    height:10px;
    background:#2b0079;
}

#menu {
width:210px;
}

    #menu ul {
        padding:0px;
        margin:0px 10px 0px 0px;
    }

    #menu li {
        list-style:none;
        padding:2px 0px 4px 25px;
        background:url("../images/bullet.gif") no-repeat #f7f9ff;
        margin-bottom:5px;
    }

#title {
    margin-bottom:10px;
    color:#46009d;
    font-size:14pt;
    font-weight:bold;
}
    #title a{
        font-size:8pt;
        font-weight:none;
    }

#body {
}

    #body .section {
        width:auto;
        margin-bottom:10px;
        padding:10px;
        display:block;
        background:#ffffff;
        border:1px solid #3d009d;
        
    }
    
    #body .saveSection {
        margin-bottom:10px;
        padding:10px;
        display:block;
        background:#c4d8fa;
        
    }
 #content td {
    padding:5px 20px 5px 0;
    border-bottom:1px solid #dee9fc;
    font-size: 9pt;
 }
 
 .emailProfile {
    visibility:hidden;
    display:none;
 }
 
 
.profile {
    width:103px;
}

    .profile .header {
        background:url("../images/light_blue_back.gif") repeat-x top;
        padding:3px 0 4px 5px;
        color:#002192;
        font-weight:bold;
    }
    
    .profile th {
        text-align:left;
        color:#4800a2;
        font-size:7.5pt;
        padding:0px 0 0px 0;
        border-bottom:1px solid #efefe9;
        background:#f4f4f4;
        height:10px;
    }
    
    .profile td {
        border-bottom:1px solid #efefe9;
        font-size:8pt;
        padding:0px 0px 0px 0;
    }
    


    
.profileLink {
    font-size:7pt;
    letter-spacing:-1;
}

.profileLink:visited {
    font-size:7pt;
    letter-spacing:-1px;
}

.smallLink {
    font-size:7pt;
    letter-spacing:-.04em;
    font-weight:bold;
}

.smallLink:visited {
    font-size:7pt;
    letter-spacing:-.04em;
    font-weight:bold;
}

.smallLink:hover {
    font-size:7pt;
    letter-spacing:-.04em;
    font-weight:bold;
}
