body 
{
font-family: Arial, Times New Roman, Times, Sans-serif;
font-size: 14px;
color: #000;
background-color: #ddffdd;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(images/background.jpg);
background-position: 50% 0%;
background-repeat: no-repeat;
}
#menu
{
margin: 50px 50px 50px 150px;
color: #fff;
}
#menu ul 
{
list-style-type: none;
margin: 0px;
padding: 0px;
}
#menu li 
{
float: left;
}
#menu a 
{
padding: 15px 20px 15px 20px;
font-size: 20px;
text-decoration: none;
color: #fff;
font-weight: bold;
/*background-color: #f1d603;*/
background-image: url(images/menubg.png);
}
#menu a:hover
{
text-decoration: none;
/*background-color: #D81501;*/
background-image: url(images/menubgover.png);
}
#submenu
{
clear:both;
float:left;
margin:40px 5% 10px 5%;
width:15%;
color: #fff;
}
#submenu a 
{
width:100%;
display:block;
margin-bottom:10px;
padding: 5px 20px 5px 20px;
font-size: 14px;
text-decoration: none;
color: #fff;
font-weight: bold;
background-image: url(images/menubg.png);
}
#submenu a:hover
{
text-decoration: none;
background-image: url(images/menubgover.png);
}

#textpart
{
/*clear:both;*/
width:60%;
margin: 0 20% 20px 20%;
background-image: url(images/textbg.png);
padding: 5% 5% 5% 5%;
color: #fff;
}
#textpart a
{
text-decoration: none;
color: #ffff00;
}
#textpart a:hover
{
text-decoration: none;
border-bottom: 1px solid #ffff00;
}
#footer
{
margin:20px auto;
width:60%;
color: #000;
}
#footer a
{
color: #B53C29;
text-decoration: none;
}
#footer a:hover
{
border-bottom: 1px dotted #B53C29; 
}
.black
{
color: #000;
}
p
{
text-align: justify;
}
.center
{
text-align: center;
}


