body {
color: #000;
background: #fa0;
}

h1 {
font-family: verdana, "times new roman", arial, sans-serif;
color: #000;
background: inherit;
font-size: 22pt;
line-height: 25pt;
letter-spacing: .25pt;
word-spacing: 2pt;
}

#head {
color: #fff;
background-color: #68a;
border: 0;
}

#content {
color: #965;
background: #fda;
margin: 0;
padding: 0% 0% 2% 0%;
width: 100%;
border: 0;
}

#content h2 {
text-align: center;
font-size: 12pt;
}

#content p {
padding: 0% 5% 0% 5%;
}

#content ul li {
list-style: none;
}

#content ul li:hover {
color: #930;
background-color: inherit;
}

#wrap {
color: inherit;
background: #ca6;
height: 100%;
width: 90%;
border: 0;
overflow: hidden;
}

#left-container {
padding: 0% 0% 5% 5%;
}

#right-container {
color: #29d;
background: inherit;
padding: 5%;
margin-right: 5%;
width: 35%;
}

#foot {
color: #fff;
background: #68a;
border: 0;
}

#foot p {
padding: 20px 0px 20px 0px;
}

.displayNone {
display: none;
}

.dotted {
color: #533;
background-color: #fff;
border: thin dotted #533;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

a:link, a:visited{
color: #533;
background: inherit;
text-decoration: none;
}

a:hover {
color: #e00;
background: inherit;
}

a:active {
color: #533;
background: inherit;
}