﻿body{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	background: #999999;
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	min-width: 693px;
	color: #333333;
}
h1{
    font-size: 17px;
    text-align: center;
}
h2{
    margin: 0px;
    font-size: 15px;
}
h3{
    font-size: 12px;
}
#barRight h3{
    font-size: 11px;
    padding: 0px;
    margin: 2px 0;
}
#barRight p{
    font-size: 9px;
    padding: 0px;
    margin: 2px 0;
}
.jst{
    text-align: justify;
}
#line{
    width: 100%;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #FF9900;
}
#container{
    background: #FFFFFF;
    margin: 0px auto 0px auto;
    border: 1px solid #ff9933;
    text-align: left;
    width: 95%;
    height: 100%;
}
#header{
    background: #333333;
    /*vertical-align: middle;*/
    height: 40px;
    color: #FF9900;
    position: absolute;
    top: 11px;
    width: 95%;
    min-width: 659px;
}
#barLeft{
    float: left;
    background: #EBEBEB;
    width: 255px;
    margin-left: -100%;
    min-height: 300px;
}
#contentwrapper{
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    height: 100%;
}
.innerpad
{
    padding: 10px;
}
#barRight{
    float: left;
    width: 200px;
    background: #EBEBEB;
    margin-left: -200px;
    min-height: 300px;
}
#contentSecondary{
    margin: 0px 200px 0px 255px;
    height: 100%;
}
#contentSecondarySingle{
    margin: 0px 0px 0px 255px;
    height: 100%;
}
#contentPrimary{
    text-align: left;
    height: 100%;
    margin-top: 40px;
}
#footer{
    padding: 5px 10px 5px 10px;
    background: #333333;
    color: #EAE8E4;
    height: 100%;
}
.clearfloat{
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
    background: #000;
}

/*
.toolTip{
    font-family: Verdana, Arial, Sans-serif, 'Times New Roman';
    font-size: 8pt;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8; /* comment the above 3 lines if you don't want transparency*/
    
h1{
    text-align: center;
}
.block
{
    background-color: #FFFFFF;
    width: 600px;
    padding: 25px;
    margin-right: auto;
    margin-left: auto;
}

