﻿*
{
    font-family: 'Myriad Pro';
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}


body 
{
    background-color: white;
    background-image: url('Images/background.png');
    background-repeat: repeat-x;
    background-position: center top;
    margin: 0;
    padding: 0;
    text-align: center;
}

.main
{
    width: 1003px;
    text-align: left;
    border: 0px;
    padding: 30px 0 0 0;
    margin: 0 auto;   
}


.header
{
    background-image: url('Images/Header.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 60px;
}

.banner
{

}

.content
{
    /*background-image: url('Images/Content.png');
    background-repeat: repeat-y;
    background-position: left top;*/
}

.footer
{
    background-image: url('Images/SiteFooter.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 42px;
}

.menu 
{
    padding-left: 40px;
    padding-top: 20px;
    width: 810px;
 }

.menu ul {
    margin: 0; 
    padding: 0;
    float: left;
 }
 
.menu ul li {
    display: inline;
    padding: 0; 

}
 
.menu ul li a {
    float: left; 
    text-decoration: none;
    color: #545454;
    font-weight: bold;
    font-size: 90%;
    margin-left: 7px;
    padding: 6px 30px 2px 30px;
	height: 26px;
}
 
.menu ul li a:visited {
    color: #545454;
    font-size: 90%;
    font-weight: bold;

}
 
.menu ul li a:hover, .menu ul li a.on {
    font-weight: bold;
    font-size: 90%;
    color: #545454;
    background-image: url('Images/Menu.png');
    background-position: center center;
    background-repeat: no-repeat;
 }
 
 .language 
{

position: absolute;
top: -2000px;
    padding-left: 00px;
    padding-top: 20px;
    width: 300px;
 }

.language ul {
    margin: 0; 
    padding: 0;
    float: left;
 }
 
.language ul li {
    display: inline;
    padding: 0; 

}
 
.language ul li a {
    background-image: url('Images/language.png');
    background-repeat: no-repeat;
    background-position: center center;
    float: left; 
    text-decoration: none;
    color: #aaaaaa;
    margin-left: 2px;
    padding: 8px 8px 2px 8px;
	height: 22px;
	font-size: 80%;
}
 
.language ul li a:visited {
    background-image: url('Images/language.png');
    background-repeat: no-repeat;
    background-position: center center;
    color: #aaaaaa;
	font-size: 80%;

}
 
.language ul li a:hover, .language ul li a.on {

    color: #11b0d8;
    background-image: url('Images/language.png');
    background-position: center center;
    background-repeat: no-repeat;
	font-size: 80%;
 }
 
.SiteFooter
{

}

.ulpdf
{
    margin-top: 20px;  
    margin-left: 60px;    
    list-style-image: url('Icon/Pdf.png')
}
.ulpdf LI
{
    margin-top: -3px;    
}

a:link, a:active, a:hover, a:visited
{
    text-decoration: none;
    color: #006699;    
}
a:hover
{
    text-decoration: underline;
    color: #006699;    
}



 .Modules 
{
    padding-left: 0px;
    width: 810px;
    border-top: solid 5px #b9ba31;
 }

.Modules ul {
    margin: 0; 
    padding: 0;
    float: left;
 }
 
.Modules ul li {
    display: inline;
    padding: 0; 
    text-align: center;

}
 
.Modules ul li a {
    color: #006699;
    background-color: white;
    padding: 10px;
    margin-right: 10px;
    float: left;
	font-size: 80%;
}
 
.Modules ul li a:visited {
    color: #006699;
    background-color: white;
	font-size: 80%;

}
 
.Modules ul li a:hover, .Modules ul li a.on {

    color: #006699;
    background-color: #b9ba31;
    -moz-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px 15px;
	font-size: 80%;
    
 }
 
 
 li
 {
    margin-left: 40px;     
}
ul
{
    margin: 20px;    
}

img
{
border-style: none;
}