/* CSS Document */
body {background-image: url('images/background_image.gif')}

a {
color: #008c5c;}

a:hover {
color: #1E8040;
}

body {font: 12px Arial;
color: #666666;
line-height: 18px;
}

td {
font: 12px Arial;
color: #666666;
line-height: 18px;
}

p {
font: 12px Arial;
color: #666666;
line-height: 18px;
margin-left: 20px;
margin-right: 10px;
}

li {
font: 12px Arial;
color: #666666;
line-height: 18px;
list-style-position: outside;
list-style-image: url('images/bullet.gif');
}

.menu1 {
background-image:url("images/menu1.gif");
background-repeat:no-repeat;
width: 180px;
cursor: pointer;
margin-left:5px;
padding-top: 2px;
padding-left: 7px;
padding-bottom: 2px;
display: block;
font: 12px Arial;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
height: 16px;
}

.menu1 a {
width: 180px;
cursor: pointer;
margin-left:-7px;
margin-top:-2px;
padding-top: 2px;
padding-left: 7px;
padding-bottom: 2px;
display: block;
font: 12px Arial;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
height: 16px;
background-image:url("images/menu1.gif");
background-repeat:no-repeat;
}

.menu1 a:hover {
width: 180px;
cursor: pointer;
margin-left:-7px;
margin-top:-2px;
padding-top: 2px;
padding-left: 7px;
padding-bottom: 2px;
display: block;
font: 12px Arial;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
height: 16px;
background-image:url("images/menu1_o.gif");
background-repeat:no-repeat;

}

.menu2 {
background-image:url("images/menu2.gif");
background-repeat:no-repeat;
width: 180px;
cursor: pointer;
margin-left:5px;
padding-top: 2px;
padding-left: 7px;
padding-bottom: 2px;
display: block;
font: 11px Arial;
text-decoration: none;
color: #6286af;
height: 16px;
}

.menu2 a {
color: #66a64a;
background-image:url("images/menu2.gif");
background-repeat:no-repeat;
width: 180px;
cursor: pointer;
margin-left:-7px;
margin-top:-2px;
padding-top: 2px;
padding-left: 7px;
padding-bottom: 2px;
display: block;
font: 11px Arial;
text-decoration: none;
height: 16px;
}

.menu2 a:hover {
color: #008c5c;
background-image:url("images/menu2.gif");
background-repeat:no-repeat;
width: 180px;
cursor: pointer;
margin-left:-7px;
margin-top:-2px;
padding-top: 2px;
padding-left: 7px;
padding-bottom: 2px;
display: block;
font: 11px Arial;
text-decoration: none;
height: 16px;

}

.hide{
display: none;
}

.show{
display: block;
}


.header {
font: 20px Arial;
text-decoration: none;
color: #fcb406;
}

.header2 {
font: 20px Arial;
text-decoration: none;
color: #6286af;
line-height: 30px;
}

.header3 {
font: 14px Arial;
font-weight: bold;
text-decoration: none;
color: #008c5c;
}

.red {
color: #fcb406;
font: 11px Arial;
font-weight: bold;
}

.blue {
color: #008c5c;
font: 11px Arial;
line-height: 18px;
font-weight: bold;
}

.black {
color: #000000;
font: 11px Arial;
}

.rights {
font: 9px Arial;
}

.sitemap a{color: #fcb406;}
