a:link, a:active, a:visited {
    
    color: #7ec4e5;

    text-decoration: none;
    font-family: "Tahoma",Arial, Helvetica, sans-serif;

}

a:hover {
    
    color: #fff600;

    text-decoration: yes;
    font-family: "Tahoma",Arial, Helvetica, sans-serif;
        border: 0;  

}


#logobg {
    background-image: url("./images/logobg.png");
    background-repeat: repeat-x;
}

#top {
    text-align: right;
    vertical-align: top; 
    position: relative;
    top: -45px;    
}

#toptext {
    font-family: tahoma;
    font-size: 11;
    color: white;
    font-variant: small-caps;
    font-weight: bold;
    padding-right: 30px;
    
}

#logoleft {
    text-align: left;
    font-family: tahoma;
    font-size: 12;
    position: relative;
    top: 10px;
    left: 40px;
    
}

#logo {
    text-align: center;
}

#logoright {
    text-align: center;
    font-family: tahoma;
    font-size: 12;
    color: white;
    font-variant: small-caps;
    font-weight: bold;
    position: relative;
    top: -10px;
    right: -20px;    
}



#spacer {
    height: 50px;
    font-family: verdana;
    font-size: 12;
    font-weight: bold;
    text-align: center;
}






#boxbg {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: black;
}

#leftbox {
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: black;    
}

#lefttext {
    padding-left: 120px;
    font-family: Myriad Pro;
    font-size: 14;
}

#middlebox {
    text-align: center;
    font-family: verdana;
    font-size: 10;
    padding-top: 80px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: black;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: black;
}

#rightbox {
    text-align: left;
    font-family: arial;
    font-size: 15;
    padding-left: 5px;
    padding-top: 10px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: black;
}

#rightboxtitle {
    text-align: left;
    font-family: arial;
    font-size: 15;
    padding-left: 5px;
    padding-top: 10px;
}

#rightboxtexttop {
    text-align: left;
    font-family: arial;
    font-size: 12;
    padding-left: 5px;
}

#rightbottom {
    background-image: url(./images/rightbottombg.png);
    background-position: center top;
    background-repeat: no-repeat;
}

#rightbottomtexttitle {
    text-align: center;
    font-size: 14;
    font-family: arial;
    font-weight: bold;
    color: white;  
}

#rightbottomtextleft {
    text-align: left;
    font-size: 9;
    font-family: verdana;
    padding-left: 40px;
    vertical-align: top;  
}

#rightbottomtextright {
    text-align: left;
    font-size: 9;
    font-family: verdana;
    vertical-align: top;
}

#rightbottomtextright2 {
    text-align: left;
    font-size: 9;
    font-family: verdana;
    vertical-align: top;
    padding-left: 40px;
    border-bottom: black;
}

#footer {
    height: 25px;
    text-align: center;
    font-family: arial;
    font-size: 10;
    background-color: black;
    color: white;
}
