﻿h1
{
    font-size:x-large;
    }
    
h2
{
    font-size:large;
    }    
    
body 
{    
    margin:0px;
    padding:10px 0px 10px 0px;
    text-align:center;
    min-width:955px;    
    color:Black;
    background-color:White;
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:small;
}

.inshead
{
    font-weight:bold;
    color:White; 
    background-color:#0066CC;
    margin-bottom:5px;
    padding:2px;
}

.insbox
{
    border:1px solid Black;
    padding:2px;   
    }
    
.insleft
{
    width:180px;float:left;
    font-weight:bold;
    }    

#wrapper 
{
    text-align:left;
    border:1px solid #CCCCCC;
    width:953px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/bgbody.gif);
    background-repeat:repeat-y;
    }
    
#header
{
    width:953px;
    height:69px;
    color:White;
    background-image:url(images/bgheader.jpg);
    background-position:top right;
    background-repeat:repeat-y;
    background-color:#333366;
    border-bottom:1px solid White;    
    }
    
#logo
{
    width:220px;
    height:69px;
    color:Black;
    background-color:White;
    float:left;        
    }
    
#topright
{
    width:763;
    height:69;
    float:right;
    padding-top:5px;  
    padding-right:10px;
    text-align:right;
    }
    
#topright a:link, #topright a:visited
{
    color:White;
    }
     
#language
{
    height:30px;
    } 
    
#titletop
{
    font-size:20px;
    font-weight:bold;
    margin-right:30px;
    }          

#topright a:hover
{
    color:#FF6600;
    }
    
/* start navtop */
#navtop
{
    width:933px;
    height:18px;
    font-weight:bold;
    color:White;
    background-color:#0066CC;
    padding:3px 10px 3px 10px;
    } 
    
#navtoplist
{
    list-style: none;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    font-family: Arial, Helvetica, Sans-Serif;
    }

#navtoplist li
{
    display: inline;
    }    
    
#navtoplist li a:link, #navtoplist a:visited
{
    text-decoration: none;
    color:White;
    background-color:#0066CC;    
    }     
 
ul#navtoplist li a:hover
{
	color:#FF6600;
	background-color:#0066CC;
}
/* end navtop */    
       
#middle
{
    width:953px;    
    }
    
#navleft
{
    width:198px;
    border-top:1px solid #CCCCCC;
    padding-top:20px;
    float:left;
    }
    
#content
{
    width:721px;
    border:1px dashed #CCCCCC;
    margin:10px;
    padding:5px;
    float:right;
    }
    
#footer
{
    width:953px;
    clear:both;
    color:Gray;    
    }

#footer a:link, #footer a:visited
{
    color:Gray;
    }
    
#footer a:hover
{
    color:#FF6600;
    }    
    
#footerleft
{   
    width:198px;
    height:35px;
    float:left;
    }                
 
 #navbottom
{
    width:753px;
    height:30px;
    text-align:center;
    float:right;
    }    
    
#copyright
{
    width:753px;
    height:25px;
    font-size:11px;
    text-align:center;
    float:right;
    } 
    
#datepicker
{
    display:none;
    position:absolute;
    border:solid 2px black;
    background-color:white;    
}
   


