/* 
** Plone style sheet for Netscape 4 and other non-CSS2-compatible browsers.
** Copyright Alexander Limi, 2002-2003 - http://www.plonesolutions.com
** Please reuse whatever you find useful here, and credit where credit is due :)
*/
/* Don't remove this either, this is a CSS trick to hide things from all browsers 
   that are not Netscape 4 - aka. Fabrice's Inversion (google it :) 
   Any standards-compliant browser will ignore the styles below, unless you insert
   a comment in them (which you shouldn't do).
   */

/*/*//*/ 

body, p, table, td, th, ul, li, dd, dt, dl, h1, h2, h3, h4, h5, h6, div, span, input {
    font-family: Verdana;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

p, ul, li, dt, dd, dl, table, td, th, div.content, input, textarea {
    font-size: 14px;
}


#portal-columns{
}

#portal-columns #portal-column-one {
    float: left;
    clear: left;
    width: 15%;
    padding: 2em 0em 1em 2em;
}

#portal-columns #portal-column-two {
    float: left;
    clear: right;
    width: 15%;
    padding: 2em 2em 1em 0em;
}

#portal-columns #portal-column-content {
    float: left;
    clear: none;
    width: 62%;
    padding: 0.5em 2em 1em 2em;
}


/* */

   
/* End of the variable inclusion
*/


