/*Main Colors*/
*.title {background-color: rgb(160,118,81)}
*.maincontent {background-color: rgb(255,252,243)}
*.menu {background-color: rgb(206,161,85)}
*.background {background-color: rgb(162,165,79)}

/*Headings*/
h1#website-title {font-family: "Century Schoolbook", "times new roman", serif; font-size: 28px; font-weight: bold; color: rgb(255,252,243); font-style: normal; text-decoration: none}
h2#website-slogan {font-family: "Century Schoolbook", "times new roman", serif; font-size: 14px; font-weight: normal; color: rgb(255,252,243); font-style: italic; text-decoration: none}

/*Main Content*/
*#content {font-family: arial, verdana, sans-serif; font-size: 12px; font-weight: normal; color: rgb(97, 60, 40); font-style: normal; text-decoration: none}
*#content a:link {font-family: arial, verdana, sans-serif; font-size: 12px; font-weight: normal; color: rgb(97, 60, 40); font-style: normal; text-decoration: underline}
*#content a:active {font-family: arial, verdana, sans-serif; font-size: 12px; font-weight: normal; color: rgb(97, 60, 40); font-style: normal; text-decoration: underline}
*#content a:visited {font-family: arial, verdana, sans-serif; font-size: 12px; font-weight: normal; color: rgb(97, 60, 40); font-style: normal; text-decoration: underline}
*#content a:hover {font-family: arial, verdana, sans-serif; font-size: 12px; font-weight:normal; color: rgb(162,165,79); font-style: normal; text-decoration: underline}

/*Navigation Menu*/
*#navcontainer div a  {font-family: "trebuchet ms", tahoma, sans-serif; font-size: 12px; font-weight:normal; color: rgb(76, 47, 24); font-style: normal; text-decoration: none}
*#navcontainer div a:hover  {font-family: "trebuchet ms", tahoma, sans-serif; font-size: 12px; font-weight: normal; color: rgb(255, 255, 255); font-style: normal; text-decoration: none; background-color: rgb(162,165,79)}

/*Footer*/
*#footer {font-family: arial, verdana, sans-serif; font-size: 10px; font-weight: normal; color: rgb(63, 24, 9); font-style: normal; text-decoration: none}

/*Logo-Image*/
*.accent {background: transparent url(logomergedcolor.jpg) no-repeat top left}
