BODY
{
    background-color: #BCBCBC;
    font-family: Lucida Console;
    font-size: small;
}

H4
{
    letter-spacing: 2px;
    font-weight: bold;
}

A
{
    color: black;
    text-decoration: none;
}

A:hover
{
    color: #D2D3B3;
    text-decoration: underline;
}

A:active
{
    color: #666666;
    text-decoration: none;
}

A:visited
{
    color: #444444;
    text-decoration: none;
}

form
{
    background-color: #7B7B79;
    padding: 1px;  
}

textarea
{
    background-color: #000000;
    color: #ffffff;
    font-family: Lucida Console;
    font-size: 5px;
    border: solid 2px #7B7B79;
}

.nlink
{
    text-decoration: underline;
}

input
{
    font-family: Lucida Console;
    font-size: 10px;
}

.photo
{
    padding: 2px;
    margin: 15px;
    border: solid 2px #7B7B79;
}

.photomed
{
    padding: 0px;
    margin: 0px;
    border: solid 2px #7B7B79;
    border-bottom: solid 32px #7B7B79;
}

#buttons
{
    width: 386px;
    text-align: right;
}

#video
{
    background-color: #7B7B79;
    width: 386px;
    text-align: center;
}

#container
{
	width: 402px;
	margin: 80px auto;
	padding: 8px;
}

#nav
{
    background-image: url(images/bkpnl.gif);
}

#subnav
{
    position: relative;
    top: 180px;
    margin-left: 8px;
    padding-left: 8px;
}

#header
{
    text-align: center;
    color: #bcbcbc;
    margin-bottom: 43px;
}

#content
{
    width: 386px;
    position: relative;
    margin-top: 210px;
    padding-right: 8px;
    margin-left:  14px;
    text-align: justify;
    line-height: 24px;
}

#footer
{
    position: relative;
    border-top: dotted 1px #888888;
    text-align: center;
    letter-spacing: 7px;
    line-height: 12px;
    margin-left: 12px;
    width: 394px;
}
