/* CSS Document */

body {
margin: 16px 0px 0px 0px;
background-image: url(images/h_bg.gif);
background-repeat: repeat-x;
background-color: #968147;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
font-style: none;
color: #625539;
}

.topborderbg {
background-image: url(images/h_topborder.gif);
background-repeat: no-repeat;
width: 700px;
height: 6px;
}

.leftborderbg {
background-image: url(images/h_leftbg.jpg);
background-repeat: no-repeat;
width: 87px;
height: 481px;
}

.rightborderbg {
background-image: url(images/h_rightbg.jpg);
background-repeat: no-repeat;
width: 86px;
height: 481px;
}

.header1bg {
background-image: url(images/h_header1.jpg);
background-repeat: no-repeat;
width: 255px;
height: 89px;
}

.header2bg {
background-image: url(images/h_header2.jpg);
background-repeat: no-repeat;
width: 445px;
height: 89px;
}

.contentsbg {
background-image: url(images/h_contentsbg.gif);
background-repeat: repeat-y;
background-color: #8D773D;
}

.topcontentsbg {
background-image: url(images/h_topcontentsbg.gif);
background-repeat: repeat-x;
background-color: #F5EDDC;
height: 389px;
}

.bottomborderbg {
background-image: url(images/h_bottomborder.gif);
background-repeat: no-repeat;
width: 873px;
height: 17px;
}

/* for the text formatting */
.footertext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #F5EACC;
}
/* end for the text formatting */

/* for all the links */
.footertext a {
color: #F5EACC;
text-decoration: underline;
}

.footertext a:hover {
color: #F5EACC;
text-decoration: none;
}
/* end for all the links */

/* for the positions */
p, h1 {
margin: 15px 0px 15px 0px;
}
/* end for the positions */

/* affiliations links */

.aff {
font-size: 12px;
text-decoration: none;
color: #5F5236;
}

.aff:hover {
font-size: 12px;
text-decoration: none;
color: #000000;
}

/* end affiliations links */

