﻿/* ($Id: 0103styleSizes.css 666 2011-05-18 07:59:18Z winterjp $) */
/*  Sizes
************************************************************************************************************************/

body {
    /* set body text size as percentage: remainder will be em */
	font-size:62.5%;
    }

p {
	font-size:1.3em;
	line-height:1.3em;
}

h1, h2, h3, h4, h5, h6 {
	line-height:1em;
}

h1 {
	font-size:2.8em;
}

h2 {
	font-size:1.8em;
}

h3 {
	font-size:1.8em;
}

/* content elements */

div#content_section ul li,
div#content_section ol li
{
    font-size: 1.3em;
}

/* sub-nav elements */

div#subnavigation_section {
    font-size:1.3em;
}

/* Footer Elements */

div#footer_content ul li {
    font-size:1.3em;
}