/* Base Styles */

a {
    color: #80CDE9;
}

a:active {
    color: #80CDE9;
}

a:visted {
    color: #80CDE9;
}

a:hover {
    color: #80CDE9;
}

a.bottom {
    color: #749Eb7;
}

a.bottom:active {
    color: #749Eb7;
}

a.bottom:visted {
    color: #749Eb7;
}

a.bottom:hover {
    color: #749Eb7;
}

a.image {
    text-decoration: none;
}

a.image:active {
    text-decoration: none;
}

a.image:visted {
    text-decoration: none;
}

a.image:hover {
    text-decoration: none;
}

a.sub_bottom {
    color: #666666;
    text-decoration: none;
    border-bottom: 1px solid;
}

a.sub_bottom:active {
    color: #666666;
    text-decoration: none;
    border-bottom: 1px solid;
}

a.sub_bottom:visted {
    color: #666666;
    text-decoration: none;
    border-bottom: 1px solid;
}

a.sub_bottom:hover {
    color: #666666;
    text-decoration: none;
    border-bottom: 1px solid;
}

ul {
    color: #80CDE9;
}

/* Template Styles */
#shell {
    width:100%; 
    margin-bottom: 20px;
}

#main {
    width:780px;
    margin-left:2px;
}

#top {

}

#left {
    float:left; width:567px;
}

#topnav {
    margin-left:75px; 
    margin-bottom: 20px;
}

#content {
    margin-left:75px; 
    margin-right:90px;
}

#right {
    float:left; 
    width:213px;
}

#bottom {
    margin-left:75px; 
    margin-right:75px; 
    color:#749Eb7;
}

#sub-bottom {
    margin-left:253px; 
    margin-right:75px; 
    color:#666666;
}

