/*Sets padding for text items in side menu*/
#navbar li.link {
    padding-top: 7px;
    padding-bottom:7px;   
}

/*Sets size of all links in side menu*/
#navbar a {font-size:1.3em;}

/*Sets size of logo in side menu*/
#logo {
    height:124px;
    width:125px;
}

/*Sets size, margins and position of link icons*/
.icon {
    height:25px;
    width:25px;
    margin-top:-0.5px;
}

/*Sets padding of main page content*/
#splash-screen{padding-top:8%;}

/*Sets size of site name on main page*/
#banner {
   padding-top:5px;
   padding-bottom:5px;
   font-size:2em;
}

/*Sets size of logo on main page*/
#seal {
   height:197px;
   width:200px;
}

/*Sets size of menu on main page*/
#main-menu {font-size:1em;}

/*Sets style and padding of links in top submenus on internal pages*/
#submenu a {
   font-weight:bold;
   padding:10px 10px 0px 10px;
}