body { 
    font-family: "times","Times New Roman";
    text-align: justify;
    font-size: 12pt;
    }
p {  
    font-family: "times","Times New Roman";
    text-align: justify;
    font-size: 12pt;
    }

.mainmenu {
	padding-top: 10px;
	background-color: #F5EDB7;
        font-size: 14px;
}

a {
	color: #000000;
font-weight: bold;
     text-decoration: none;
	 }
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:hover {
	color: rgb(168, 182, 100);
 }

td#mainmenu a.current { color: rgb(168, 182, 100);
}
 
td#mainmenu a{ font-weight: bold;
} 

td#menu-horiz{
	background-color: #A69C59;
	overflow: hidden;
	vertical-align: middle;
}

td#menu-horiz a{
	color: #F5EDB7;
}

td#menu-horiz a:hover {
    color: rgb(255, 255, 255);
}

td#menu-horiz a.current {
    color: rgb(255, 255, 255);
}

td#sidemenu{
	vertical-align: top;
}

 td#sidemenu a{
    color: rgb(100, 100, 100);
    font-weight: normal;
    font-size: 14px;
 }

 td#sidemenu a:hover {
	color: #000000;
}

 td#sidebar { 
	text-align: justify;
}

td#sidebar img { 
	width: 200px;
}

td#address{
	vertical-align: bottom;
}

td { vertical-align: top;
    }

h2 { color: rgb(168, 182, 100);
    text-align: center;
    margin-top: 0px;
    font-weight: bolder;
    font-size: 16pt;
    }

 h3 { color: rgb(168, 182, 100);
    text-align: left;
    margin-top: 10px;
    font-weight: bolder;
    font-size: 14px;
    }

  address { font-size: smaller;
    text-align: center;
    margin-top: 14px;
    }

