/* CSS Document */
p {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}
h1 {
font-family:Georgia, Times New Roman, Times, serif;
color:#3F0000;
}
h2 {
font-family:Georgia, Times New Roman, Times, serif;
color:#3F0000;
}
h3 {
font-family:Georgia, Times New Roman, Times, serif;
color:#3F0000;
}


/* side navigation */
a:link, a:visited  {
color:#AA9F6B;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
}

a:hover, a:active {
color:#ffffff;
text-decoration:underline;
}

 /* footer navigation */
 #footer {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#000000;
 }
#footer a:link, #footer a:visited {
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:underline;
}
#footer a:hover, #footer a:active {
color:#ffffff;
text-decoration:none;
}


/* content navigation */
#content a:link, #content a:visited {
color:#3D1414;
text-decoration:underline;
font-family:Arial, Helvetica, sans-serif;
}
#content a:hover, #content a:active {
color:#AA9F6B;
text-decoration:none;
}
li {
font-family:Arial, Helvetica, sans-serif;
}



/* bold text style */
b {
color:#3D1414;
}
/* horizontal rule style */
hr {
color:#3D1414;
}

/* images with this class will get this style*/

.imgborder {border: 1px solid #000000;
}

ul, ol{
color:#000000;
}