html
{
    height:100%;
}

body
{
    height:100%;
    margin:0;
    padding:0;
    font-family: Verdana, Georgia, Sans-Serif;
    font-size:9pt;
    color:Black;
}

img
{
    border-width:0px;    
}

a, a:visited, a:active
{
    color:#0b2f78;
}

h1
{
    color:#0b2f78;
    font-size:24pt;
    font-weight:bold;
}

h2
{
    color:#f87f11;
    font-size:16pt;
    font-weight:600;
    font-style:italic;
}

h3
{
	font-size:11pt;
    color:#0b2f78;
}

#container
{ 
    background-color:White;
    background-image: url(./images/header.png); 
    background-position:center top; 
    background-repeat:no-repeat;
    width:816px;
    margin-left:auto;
    margin-right:auto;
    padding-top:210px;
    text-align:center;
    border-left: solid 1px black;
    border-right: solid 1px black;
}

.leftbar
{
    width:175px;
    float:left;
}

.rightbar
{
    width:641px;
    float:left;
    text-align:left;
}

.buttonspacer
{
    height:47px;
    margin:0;
    padding:0;
}

.highlight
{
    color:#f87f11;
    font-weight:600;
}

.splitlist
{
    float:right;
    margin-right:180px;
}

.splitinput
{
    float:left;
    width:120px;
    margin-bottom:5px;
}

.splitinput2
{
    float:left;
    width:500px;
    margin-bottom:5px;
}

.splitinput3
{
    float:left;
    width:270px;
    margin-bottom:5px;
}

.splitinput4
{
    float:left;
    width:160px;
    margin-bottom:8px;
    margin-top:2px;
}

.splitinput5
{
    float:left;
    width:180px;
    margin-bottom:8px;
    margin-top:2px;
}

#botnav
{
    margin-top:10px;
}

#copyright
{
    font-size:8px;
    padding-bottom:10px;
}

.ishidden
{
	visibility:hidden;
	height:0px;
	width:0px;
}

.isnothidden
{
	visibility:visible;
	height:auto;
	width:100%;
}
    
    