body
{
    margin: 10px 0px 10px 0px;
    padding: 0px;
    font-size: 12px;
}

form, input
{
    margin: 0px;
    padding: 0px;
}

body, input
{
    font-family: 'lucida sans unicode', lucida, helvetica, verdana, arial, sans-serif;



}

body
{
    background-color: #008040;
    color: #ffffff;
}

input
{
    font-size: 10px;
    font-weight: bold;
    color: #000000;

}





.title
{
    margin-left: 3px;
    text-align: left;
    font-size: 25px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.normal_text
{
   text-align: left;
    margin-left: 3px;
    font-size: 13px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}






a:link, a:visited
{
    color: #FF0000;
    text-decoration: none;
}

a:hover, a:active
{
    color: #008040;
    text-decoration: underline;
    background-color: transparent;
}

#container
{
    -moz-border-radius: 20px;
    border: 1px solid #CCCDD7;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color:#000000;
}
/* styling for anything in the masthead div */
#masthead {
	width: 800px;
	margin: 0 auto;
	height: 100px;
    background:url(images/surf.gif);
	}

#masthead ul#mainnav {
	float: left;
	margin-top: 70px;
    list-style:none;
	}

#masthead ul#mainnav li {
	float: left;

	text-align: left;
	font: bold 14px 'Trebuchet MS';
	}

#masthead ul#mainnav li a {
	width: 85px;
	height: 19px;
	display: block;

	padding-top: 5px;
	color:#ffffff;
	}
#title
{
    margin-left: 3px;
    font-size: 25px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}



#footer
{
    color: #ffffff;
    font-size: small;
    text-align: right;
}

#address_bar
{
    border-top: 2px #008040 solid;
    border-bottom: 3px #008040 solid;
    background-color: #008040;
    text-align: center;
    padding: 5px 0;
    color: #bc0507;
    font-size: 18px
}

#go
{
    background-color: #FFFFFF;
    font-weight: bold;
    color: #000000;
    border: 0 #ffffff solid;
    padding: 2px 5px;
}

#address_box
{
    width: 500px;
    height: 30px;
   font-size: 16px
}

.option
{
    padding: 2px 0;
    background-color: #008040;
}

.option label
{

    border-bottom: 2px #008040 solid;
}

form
{
    margin: 0;
}

#error, #auth
{
    background-color: #BF6464;
    border-top: 1px solid #44352C;
    border-bottom: 1px solid #44352C;
    width: 800px;
    clear: both;
}

#auth
{
    background-color: #94C261;
}

#error p, #auth p, #auth form
{
    margin: 5px;
}