BODY
{
    background-color: #666666;
    font-family: Georgia;
    font-size: small;
}

H4
{
    letter-spacing: 2px;
    font-weight: bold;
}

SMALL
{
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 200%;
}

A
{
    color: black;
}

A:hover
{
    color: #b2b393;
    text-decoration: underline;
}

A:active
{
    color: #666666;
    text-decoration: none;
}

A:visited
{
    color: #777777;
    text-decoration: none;
}

form
{
    padding: 0px;
}

textarea
{
    color: #333333;
    font-size: 15px;
    border: solid 2px #7B7B79;
}

input
{
    font-family: Georgia;
    font-size: 10px;
}

.nor
{
    color: #aaaaaa;
    text-decoration: none;
}

.nor:hover
{
    color: #666666;
    text-decoration: none;
}

.leftimage
{
    margin-right: 8px;
    padding-right: 8px;
    float: left;
    font-size: xx-small;
    text-align: center;
}

.rightimage
{
    margin-left: 8px;
    padding-left: 8px;
    float: right;
    font-size: xx-small;
    text-align: center;
}

#buttons
{
    width: 800px;
    text-align: right;
}

#container
{
    background-color: #ffffff;
	width: 800px;
	margin: 40px auto;
	padding: 0;
}

#printcontainer
{
    background-color: #ffffff;
	width: 632px;
	margin: 40px auto;
	padding: 0;
}

#search
{
    width: 159px;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-left: 10px;
    float: right;
    margin-top: 7px;
}

#subnav
{
    margin-left: 329px;
    margin-top: 12px;
}

#rightpanel
{
    text-decoration: none;
    border: dotted 1px #cccccc;
    width: 150px;
    margin-left: 12px;
    text-align: center;
    position: relative;
    top: -50px;
    left: -1px;
    line-height: 160%;
    font-size: x-small;
}

#content
{
	width: 600px;
    margin-top: -86px;
    padding-top: 30px;
    padding-left: 8px;
    padding-right: 7px;
    text-align: justify;
    line-height: 170%;
}

#footer
{
    background-color: #cccccc;
    width: inherit;
    border-top: dotted 1px #888888;
    text-align: center;
    letter-spacing: 7px;
    margin-top: 60px;
    padding: 16px;
}
