﻿body 
{
    font-family:Arial;
    font-size:12pt;
    background-image:url(../images/bg.jpg);
    background-repeat:repeat-x;
    margin:0px 0px 0px 0px;
}
#pagewrap
{
    height:100%;
}
#contentwrap
{
    width:818px;
    height:618px;
    background-image:url(../images/content.png);
    background-position:right;
    text-align:left;
}
#menuwrap
{
    margin:0px 15px 15px 5px;
    color:White;
}
#menuwrapfoot
{
    margin:0px 15px 15px 5px;
    color:White;
}
.menuitem
{
    line-height:14pt;
    font-size:10pt;
    font-weight:900;
    color:white;
    padding:0px 10px 0px 10px;
    text-decoration:none;
}
.menuitem:hover
{
    line-height:14pt;
    font-size:10pt;
    font-weight:900;
    color:navy;
    padding:0px 10px 0px 10px;
    text-decoration:none;
}
.menuitemfoot
{
    font-size:8pt;
    font-weight:900;
    color:white;
    text-decoration:none;
}
.menuitemfoot:hover
{
    font-size:8pt;
    font-weight:900;
    color:blue;
    text-decoration:none;
}
#thetextwrap
{
    color:black;
    font-size:10pt;
    overflow:auto;
    position:absolute;
    top:170px;
    text-align:justify;
    padding:0px 10px 0px 350px;
    width:425px;
    height:410px;
}
#thetextwrap_job
{
    color:black;
    font-size:10pt;
    overflow:auto;
    position:absolute;
    top:153px;
    text-align:justify;
    padding:0px 10px 0px 220px;
    width:625px;
    height:410px;
    z-index:10;
}
#inset1wrap
{
    color:black;
    font-size:10pt;
    overflow:auto;
    position:absolute;
    top:170px;
    padding:0px 10px 0px 120px;
    width:200px;
    height:250px;
    z-index:1;
}
h1
{
    font-size:12pt;
}
h2
{
    font-size:10pt;
}
a
{
    text-decoration:none;
}
a:hover
{
    color:Red;
    text-decoration:none;
}
