body
    {
    font-family : arial, sans-serif;
    font-size : 12pt;
    color : white;
    background-color : #2B7526;
    margin : 5px 5px 15px 5px;
    line-height : 1.5;
    }

h1, h2
    {
    font-family : arial, sans-serif;
    font-size : 16pt;
    color : #2B7526;
    background-color : white;
    padding : 0px 0px 0px 4px;
    }

h2
	{
	font-size : 12pt;
	}

#content
    {
    margin : 0px 173px 0px 171px;
    }

#leftbar
    {
    font-family : arial, sans-serif;
    font-size : 10pt;
    color : white;
    font-weight : bold;
    background-color : #2B7526;
    width : 110px;
    float : left;
    line-height : 140%;
    }

#rightbar
    {
    font-family : arial, sans-serif;
    font-size : 10pt;
    color : white;
    font-weight : bold;
    background-color : #2B7526;
    width : 111px;
    float : right;
    line-height : 140%;
    }

#banner
    {
    background-color : #2B7526;
    padding : 0px 0px 0px 0px;
    margin-bottom : 20px;
    height : 59px;
    }

img.bannerlogos
    {
    display : block;
    margin-left : auto;
    margin-right : auto;
    }

#funding-logos
    {
    text-align : center;
    }

img.main-image
    {
    display : block;
    margin-left : auto;
    margin-right : auto;
    }

#footer
    {
    font-family : arial, sans-serif;
    font-size : 11pt;
    color : #2B7526;
    text-align : center;
    border-top : solid white 1px;
    }

#topofpage
    {
    text-decoration : overline;
    }

span.leftbarheading
    {
    background : white;
    padding : 0px 2px 0px 1px;
    color : #2B7526;
    }

.current-page
    {
    color : blue;
    }

.bold
    {
    font-weight : bold;
    }

.italic
    {
    font-style : italic;
    }

.bold-italic
    {
		font-weight : bold;
		font-style : italic;
		}		
		
a:link
    {
    color: #ffff00;
    text-decoration : none;
    }

a:visited
    {
    color: #ffff00;
    text-decoration : none;
    }

a:hover
    {
    color : aqua;
    text-decoration : none;
    }

a:active
    {
    text-decoration : none;
    }
