body
{
    margin: 0;
    padding: 20px;
    font-family: Arial;
    font-size: 12px;
    color: #999999;
    background-color: #DCDCDC;
}

p
{
    margin: 0.1em 0 0.1em 0;
}

h1, h2, h3, h4, h5
{
    color: #117573;
}

a:link
{
    color: #127A78;
    text-decoration: none;
}

a:visited
{
    color: #B840E1;
    text-decoration: none;
}

.container
{
    position: relative;
    background-color: #FFFFFF;
    margin: 5px auto 0 auto;
    padding: 0;
    width: 950px;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}

.header
{
    padding: 0;
    margin: 0;
    text-align: right;
    background-image: url(images/headerbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 150px;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
}

.left
{
    float: left;
    clear: both;
    width: 152px;
    margin: 0;
    padding: 0;
    border-right: 1px solid #999999;
}

.leftcontent
{
    margin: 0;
    padding: 0;
    text-align: left;
}

.leftcontent p
{
    padding-left: 0;
}

.content
{
    position: relative;
    clear: right;
    text-align: left;
    margin: 0 0 0 14em;
    padding: 0.2em;
	color: #000;
}

.contentLeft1
{
    position: absolute;
    width: 350px;
    float: left;
    color: Black;
    font-weight: bold;
    background: url(images/body-top.png) no-repeat -30px 0px;
    clear: right;
}

.contentLeft1 ul
{
    list-style: circle inside url(images/liststyle01.gif);
    padding-left: 0px;
    text-align: left;
}

.contentLeft1 li
{
    margin-top: 12px;
}

.image 
{
    width: 250px;
}

.contentLeftBottom
{
    position: relative;
    bottom: -50px;
    background-image: url(images/viz01bgbak.gif);
    background-repeat: no-repeat;
    background-position: right;
    height: 45px;
    clear: both;
}

.contentLeft2
{
    position: relative;
    width: 420px;
    float: right;
    clear: right;
}

.contentLeft3
{
    width: 770px;
    top: 100%;
    clear: both;
    border-top: dashed 1px #CCCCCC;
    margin: 0px;
    padding: 0px;
}

.footer
{
    background-image: url(images/footerbg.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 22px;
    margin: 0;
    padding: 0;
    text-align: center;
    clear: both;
}

.footer p
{
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 0.2em;
    margin: 0;
}

.bottomleft2
{
    padding: 1px 10px 10px 10px;
	padding-right: 20px;
    background-color: #F3F3F3;
}

.bottomleft
{
    position: relative;
    padding: 1px 10px 10px 10px;
    width: 130px;
    background-color: #EAF4F4;
}

.bottomleft a
{
    position: absolute;
    right: 10px;
    font-family: Arial;
}

.Menu
{
    padding: 0px;
    line-height: 17px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 150px;
}

.Menu ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 150px;
}

.Menu li
{
    padding: 1px 0px 1px 0px;
    display: block;
}
.Menu li a
{
    line-height: 18px;
    padding-left: 34px;
    color: white;
    display: block;
    height: 19px;
    font-weight: bold;
    text-decoration: none;
    background: url(images/item.png) no-repeat center;
}

.Menu li a.currentpage {
    background: url(images/itemCurrent.png) no-repeat center;
    }
