body {
    background: #e2e2df;
    margin:15px;
}

div {font-family:Tahoma, Arial, “Trebuchet MS”, “Gill Sans”, sans-serif;}

.subhead { font-family:Tahoma, Arial, “Trebuchet MS”, “Gill Sans”, sans-serif;
    text-decoration:none;
    font-weight:bold;
    color:#094685;  }

.mainbody { font-family:Tahoma, Arial, “Trebuchet MS”, “Gill Sans”, sans-serif;
    font-size:10pt;
    text-decoration:none;
    font-weight:regular;
    color:#000000;  }
.mainbody a:link {color:#000066; text-decoration: underline;}
.mainbody a:visited {color: #444444; text-decoration: underline;}
.mainbody a:hover { color: #3c3c99; text-decoration: underline;}
.mainbody a:active {color: #3c3c99; text-decoration: underline;}


.bottomtext { font-family:Tahoma, Arial, “Trebuchet MS”, “Gill Sans”, sans-serif;
    font-size:8pt;
    text-decoration:none;
    font-weight:regular;
    color:#aaaaaa;
	padding-top:5px;}
.bottomtext a:link {color:#aaaaaa; text-decoration: none; font-weight:bold;}
.bottomtext a:visited {color: #aaaaaa; text-decoration: none;}
.bottomtext a:hover { color: #888888; text-decoration: none;}
.bottomtext a:active {color: #888888; text-decoration: none;}

div, span { overflow:hidden; }

h1, h2, h3, h4 { color: #003366; }

h1 { font-size:20pt; font-weight:normal; }
h2 { font-size:16pt; font-weight:normal; }
h3 { font-size:14pt; font-weight:normal; margin-bottom:0px; }

.smallhead { font-size:13pt; font-weight:normal; }

.mainarea { background: #ffffff; padding: 0 0 10px 0;}

input { font-family:Tahoma, Arial, “Trebuchet MS”, “Gill Sans”, sans-serif;}




.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 0px solid #ffffff;
border-width: 1px 0;
text-decoration: none;
background: black url(images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a, .indentmenu ul li a:link{
float: left;
color: #eeeeee; /*text color*/
font-weight:bold;
padding: 7px 18px;
text-decoration: none;
font-family:Tahoma, Arial, “Trebuchet MS”, “Gill Sans”, sans-serif;
font-size:10pt;
border-right: 1px solid #eeeeee; /* divider between menu items*/
}

.indentmenu ul li a:visited{
text-decoration: none;
color: #eeeeee;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
text-decoration: none;
color: #ffffff;
background: black url(images/indentbg2.gif) center center repeat-x;
}


p.footer { font-size:11px; margin:0; padding:0; padding:0 20px 0 20px; }