﻿body, html
{
    height:100%;
    width:100%;
    margin:0;
    border:none;
    padding:0;
}
#master
{
    height:100%;
    width:100%;
    padding:0;
    margin:0;
}
td#banner
{
    margin:0;
    padding:0;
    border:0;
    height:74px;
    width:100%;
}
td#menu
{
    height:25px;
    width:100%;
}
td.menu
{
    width:16%;
    text-align:center;
    padding:0;
    margin:0;
}
td.menu a
{
    text-decoration:none;
    font:16px tahoma;
    color:White;
    width:100%;
    height:25px;
    background-image:url(../images/menu.gif);
    background-repeat:repeat-x;
    display:block;
    padding-top:3px;
}
td.menu a:hover
{
    background-image:url(../images/menuover.gif);
    background-repeat:repeat-x;
}
td#content
{
    height:100%;
    width:100%;
    vertical-align:top;
}
table.default td
{
	color: #333366;
	font-size: 12px;
	font-family: arial;
	vertical-align:top;
	text-align:justify;
}
p.heading
{
	color: #CC3333;
	font-weight: bold;
	font-size: 16px;
	font-family: arial;
	text-decoration: none;
}
td#footer
{
    background-image:url(../images/menuover.gif);
    background-repeat:repeat-x;
    width:100%;
    height:25px;
}
td.footer, a.footer
{
    color:White;
    font:12px tahoma;
    padding-right:10px;
    padding-left:10px;
}