body, a:link, a:visited
{
    background-color:	#173717;
    padding:		0px;
    margin:		0px;
    color:		#d0d0d0;
    font-family:	verdana;
}

a:link, a:visited
{
    background-color:	#375737;
}

.document
{
    margin-left:	15%;
    margin-right:	15%;
    margin-top:		20px;
    margin-bottom:	20px;
    border-left:	solid #173717 3px;
    border-right:	solid #173717 3px;
    background-color:	#375737;
}

.content
{
    border-top:		solid white 5px;
    padding:		25px;
}

.header
{
    height:		135px;
    width:		100%;
    background-color:	black;
    border-top:	white solid 5px;
    border-bottom:	white solid 0px;
    background-image:	url(sc_project_logo.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.sectionTitle, .sectionContent
{
    width:		100%;
    position:		relative;
    left:		10px;
}

.sectionTitle
{
    color:		white;
}

.sectionContent
{
    left:		20px;
    font-size:		12px;
    padding-top:        0px;
    padding-bottom:     10px;
}

.code
{
    font-family:        courier;
    padding-bottom:     10px;
    position:           relative;
    left:               30px;
}

img
{
    border: none;
}

textarea, .input
{
    border: 1px solid black;
}

.error
{
    color: red;
    text-decoration: underline;
}