﻿/* CSS Document - Registry Website */

/* Header */
#headertop {
    background: url(images/headertop.gif) no-repeat center left border:0px;
    background-color:#FFFFFF;
    color:#3399FF;
    height:100px;
    padding:0px;
    width: 700;
}
 
#headertext {
    color:#3399FF;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
}

#menuheader {
    background-color:#3399FF;
    color:#FFFFFF;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    height:25px;
    padding:0px;
    width: 700;
}

#bodytext {
    color:#000000;
    font-family:Arial;
    font-size:12px; 
}

#tourtext {
    color:#3399FF;
    font-family:Arial;
    font-size:12px; 
    font-weight:bold;
}

#footer {
    background-color:#3399FF;  
    color:#FFFFFF;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    height:20px;
    padding:0px;
    width: 700;
}   

#tableheadertext {
    color:#FFFFFF;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
}

#bodysmall {
    color:#000000;
    font-family:Arial;
    font-size:10px;
}

#bodygray {
    color:#828282;
    font-family:Arial;
    font-size:12px;
}

/* Links */
a{text-decoration:none; font-weight:bold;}
a:link, a:active, a:visited{color:#FFFFFF;}
a:hover{color:#FFFFFF; text-decoration:underline;}