/*
    This part of the file deals with modifications to the core
    styles in order to better suit the PFSI web application.
*/

body {
    margin:0;
    padding:0;
    text-align:left;
}

/* We need to override the menu styles to fit our menu in */
div#menu a {
    font-size: 8pt;
}

div#menu li {
    padding: 0 2px 0 3px;
}

/* The footer needs pushing away from the main content more */
div#footer {
    margin-top: 18px;
}

/* Make the menu area narrower */
#contentarea1 {
    width: 160px;
}
html>body #contentarea1 {
    width: 160px;
}

#contentarea2 {
    width: 530px;
    margin: 0 0 0 196px;
}

html>body #contentarea2 {
    margin: 0 0 0 200px;
}

/* Increase the size of the secondary navigation menu */
div.side_menu li a {
    font-size: 110%;
}

