﻿body {
font-family:Verdana;
font-size:10pt;
background-color:#165493;
}
#page{
    width:1000px;
    margin:auto;
    background-color:#fff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-box-shadow:#000 5px 5px 10px;
}
#header{
    background:url('../img/headerbg.png');
    height:100px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
}
#logo{
    height:100px;
    background:url('../img/Logo.png');
    background-repeat:no-repeat;
    width:500px;
    float:left;
}
#info{
    float:right;
    color:#fff;
    font-weight:bold;
    font-size:14pt;
    text-align:center;
    width:300px;
}
#info a{
    color:#fff;
    font-weight:bold;
    font-size:16pt;
    text-decoration:none;
}
#toolbar{
    clear:both;
    background:url('../img/navbarbg.png');
    height:22px;
    padding-top:3px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    font-weight:bold;
}
#toolbar ul{
    margin:0px;
    padding:0px;
}
#toolbar ul li{
    float:left;
    padding-left:10px;
    padding-right:10px;
    list-style:none;
    border-right:2px solid #000;
}
#toolbar ul li a{
    color:#000;
    text-decoration:none;
}
#toolbar ul li a:hover{
    color:#165493;
}
#main{
    clear:both;    
}
#leftcol{
    float:left;
    max-width:300px;
    min-height:300px;
    padding:0px;
    background:url('../img/leftmenubg.png');
    background-repeat:repeat-y;
    color:#165493;
    font-size:12pt;
    font-weight:bold;
}
#leftcol a{
    color:#165493;
}
#leftcol p{
    padding:3px;
    margin:0px;
}
#leftcol ul{
    padding:5px;
    margin:0px 0px 0px 20px;
}
#leftcol h1{
    background-color:#D7E1F1;
    font-size:16pt;
    font-weight:bold;
    color:#165493;
    margin-top:0px;
    margin-bottom:0px;
    padding:5px;
}
#leftcol h1 small{
    font-size:12pt;
}
#rightcol{
    float:left;
    padding:5px;
    margin:5px;
    max-width:680px;
}
#rightcol div.infoBox{
    background-color:#fff;
    padding:5px;
}
#rightcol div h1{
    font-size:16pt;
    margin:0px;
    padding:0px;
    font-weight:bold;
    color:#165393;
}
#footer{
    clear:both;
    height:20px;
    background-color:#D7E1F1;
    color:#165393;
    font-size:12pt;
    font-weight:bold;
    padding:10px 5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
}
