body {
    /*background: #ffffff url(images/body.png) repeat-x scroll top; */
    background-color: #ffffff;
    padding: 0px; 
    margin: 0px; 
    text-align: left;
    font-size: 12pt;
    font-family: Arial, Helvetica, Verdana, Tahoma, Sans Serif;
    color: #1F2848; /*dark blue for main text*/
    line-height: 16pt;
}
a:link { color: #2B4CC1; text-decoration: none;}
a:visited { color: #2B4CC1; text-decoration: none;}
a:hover {color: #2B4CC1; background-color: #C8DEF5; text-decoration: underline;}
#main {
    width: 957px;
    min-height: 800px;
    border-right: solid 1px #C9D9F3;
    border-left: solid 1px #C9D9F3;
}
#masthead {
    background-image: url(../../images/ff_masthead.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top;
    width: 957px;
    height: 240px;
}
#idmessage 
{
    /*border: solid 1px red;*/
    width: 748px;
    height: 52px;
    font-size: 10pt;
    line-height: 12pt;
    color: #2B4CC1;
    text-align: left;
    position: absolute;
    top: 176px;
    left: 20px;
    }
#menu
{
    position: absolute;
    top: 4px;
    left: 10px;
    text-align: left;
    width: 200px;
    height: 100px;
    font-weight: bold;
    }
 
a.menu:link { color: #ffffff; text-decoration: none;}
a.menu:visited { color: #ffffff; text-decoration: none;}
a.menu:hover {color: #ffffff; background-color: #2B4CC1; text-decoration: none;}



#footer {
    background-image: url(../../images/ff_footer.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom;
    width: 957px;
    height: 155px;
    vertical-align: bottom;
    font-size: 9pt;
    text-align: center;
}

h1,h2, h3, h4, h5 {
	padding:0;
	margin:0;
	color: #2B4CC1;
}

h1 {
	margin:0px 0px -2px 0px;
	letter-spacing:-0.075em;
	font-size:2.0em;
	line-height:1em;
}

h2 {
	margin:0px 0px -2px 0px;
	letter-spacing:-0.075em;
	font-size:1.5em;
	line-height:1em;
}

h3 {
	margin:0px 0px -2px 0px;
	letter-spacing:-0.075em;
	font-size:1.2em;
	line-height:1em;
}

h4 {
	margin:0px 0px -2px 0px;
	letter-spacing:-0.075em;
	font-size:1.0em;
	line-height:1em;
	font-style: italic;
}

td 
{
    text-align: left;
    }
td.leftcol 
{
    padding: 5px 10px 15px 5px;
    border-right: dashed 1px #C9D9F3;
    width: 50%;
    vertical-align: top;
    text-align: left;
    }
td.rightcol 
{
    padding: 5px 5px 15px 10px;
    width: 50%;
    vertical-align: top;
    text-align: left;
    }