body {
color: #000;
background: #fff;
}

h1 {
font-family: "times new roman", arial, sans-serif;
color: #366;
background: inherit;
}

#head {
color: #fff;
background-color: #366;
}

#foot {
color: #fff;
background: #366;
}

#content {
color: inherit;
background: #fff;
}

#wrap {
color: inherit;
background: #366 url(../../images/hs2.gif);
}

#feedback {
border: 2px solid #366;
width: 100%;
padding: 0% 0% 5% 0%;
}

#feedback h1 {
color: #fff;
background: #366;
}

#contactForm {
margin: auto;
padding-right: 2%;
overflow: hidden;
}

#contactform img {
position: relative;
bottom: 0;
}

#contactForm fieldset {
color: #000;
background: #996;
border: 2px solid #000;
}

#contactForm fieldset legend {
color: #fff;
background: #996;
font-size: 12pt;
font-weight: bold;
border: 2px outset #000;
padding: 2px;
}

#library {
float: right;
width: 100%;
height: 100%;
clear: both;
}

#library table {
border: 1px inset #366;
margin: auto;
}

#library table th {
width: 25%;
color: #fff;
background: #366;
text-align: center;
}


#library table tr td{
padding-left: 2%;
border: 1px solid #366;
}


#book {
float: right;
width: 356px;
margin-right: 7%;
text-align: center;
}

#book table {
width: 350px;
border: thin solid #366;
}

#book table th {
color: #fff;
background: #366;
}

#book table tr td {
border: thin solid #366;
}

#navcontainer {
float: left;
width: 25%;
padding: 2%;
clear: both;
}

#navcontainer ul {
margin: 0;
}

#navcontainer ul li{
color: inherit;
background-color: inherit;
background-image: url(../images/hs1.gif);
font-size: 14px;
font-weight: bold;
list-style: none;
display: block;
margin: 0px 0px 4px 0px;
padding: 4px;
border-top: 2px solid #366;
border-right: 2px solid #366;
border-left: 2px solid #366;
}

#navcontainer ul li:hover {
color: inherit;
background: #fff;
border-top: 2px solid #366;
border-right: 2px solid #366;
border-left: 2px solid #366;
}

#right-container {
float: right;
padding: 0;
margin: 0;
width: 70%;
overflow: hidden;
}

a:link, a:visited {
color: #366;
background-color: inherit;
text-decoration: none;
}

a:hover {
color: #900;
background-color: inherit;
}

a:active {
color: #366;
background-color: inherit;
}

.note {
color: #900;
background: inherit;
}