/* Links */
a {
    font-family:      arial;
    font-size:        12px;
    color:           blue;
}
a:hover {
    color:            #000;
}
a:active {
    color:            #000;
    text-decoration:  none;
}
    
.linkButton {
    font-weight:      bold;
    width:            15em;
    padding:          1em 0 1em 0;
    margin-bottom:    1em;
    font-family:      'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

.linkButton ul {
    list-style:       none;
    margin:           0;
    padding:          0;
    border:           none;
}

.linkButton li {
    border-top:       1px solid #ddd;
    margin-top:       4px;
}

.linkButton li a {
    display:          block;
    padding:          5px 5px 5px 0.5em;
    border-left:      10px solid #aaa;
    border-right:     10px solid #aaa;
    background-color: #333;
    color:            #fff;
    text-decoration:  none;
    width:            83%;
}

.linkButton li a:hover {
    border-left:      10px solid #c0c0c0;
    border-right:     10px solid #c0c0c0;
    background-color: #C9C9C9;
    color:            #000;
}

/* Wrapper */
.wrapper {
    font-family:      arial;
    font-size:        12px;
    margin :          0 auto;
    padding:          0;
    text-align:       center;
    background-color: #fff;
    width:            894px;
    margin-top:       20px;
    margin-bottom:    20px;
    height:           auto;
}

/* Header */
.headLeft {
    background-image: url('../images/headish.png');
    width:            594px;
    height:           130px;
    float:            left;
}
.headIcon {
    float:            left;
    padding-left:     40px;
    padding-top:      15px;
    width:            100px;
    height:           125px;
    text-align:       center;
}
.headOutp {
    float:            right;
    padding-top:      13px;
    width:            420px;
    height:           125px;
    text-align:       left;
    color:            white;
    font-family:      arial;
    line-height:      22px;
}

.headRight {
    width:            300px;
    height:           130px;
    float:            right;
}
.headFill {
    background-image: url('../images/headfill.png');
    width:            213px;
    height:           130px;
    float:            left;
}
.headEnd {
    background-image: url('../images/headend.png');
    width:            87px;
    height:           130px;
    float:            right;
}

/* LeftNav */
.nav {
    margin-top:       20px;
    background-image: url('../images/leftnav.png');
    width:            186px;
    height:           160px;
    float:            left;
    padding-top:      10px;
    padding-left:     -5px;
}


/* MainContent */
.contMain {
    width:            670px;
    margin-left:      20px;
    float:            right;
    background-color: #eee;
    border:           3px dotted #bbb;  
    padding:          5px;
}
.addMain {
    width:            650px;
    margin-left:      20px;
    float:            right;
    padding:          10px;
    text-align:       center;
}

/* Footer */
.footDisp {
    clear:            both;
    width:            894px;
    background-image: url('../images/headfill.png');
    background-position: left bottom;
    float:            left;
    text-align:       center;
    height:           35px;
    padding-top:      20px;
    color:            black;
}

