/* This code was written some time around 2001. If you're reading it, please give me a break.  A new site's coming, I promise. */
body {
    background-color:#cccccc;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
    }

body, p, tr, td {
    font-family: verdana, helvetica, arial, sans-serif;	
	letter-spacing: .01em;
    font-size: 12px; 
    line-height: 14px;
	}

a {
	color: #669933;
/*    text-decoration: none; */
	background-color:transparent;
    }

a:hover {
	color: #112200;
    text-decoration: underline; 
    }
	
.box {
	}

.seemore {
    text-align: right;
    color: #ddd;
    background-color: transparent;
    font-weight: bold;
    margin-top: -10px;
    }
	

#navbg {
	position:absolute;
	left:0px;
	top:0px;
	z-index: 0;
    background-image: url('http://www.stwd.org/images/bg.gif');
	width: 100%;
	height: 99px;
	z-index: 3;
	}
	
#nav {
	position:absolute;
	left:177px;
	top:47px;
	width:635px;
	text-align: left;
	z-index: 4;
	font-size: 11px;
	}


#contain {
	width: 100%;
	background: #FFFFFF url('http://www.stwd.org/images/bg2.gif') top left no-repeat;
	position:absolute; 
	left:0px; 
	top:99px; 
	padding-bottom: 50px;
	border-bottom: 1px solid #000;
	z-index: 0;
	}
	
.contentbox {
	position: relative;
	top: 25px;
	text-align: left;
	float: left;
	z-index: 3;
	}
	
#contact {
	position: absolute;
	bottom: 5px;
	right: 5px;
	}
	
#contact a {
	font-size: 9px;
	color: #000;
	}
	
#contact a:hover {
	font-size: 15px;
	color: #444;
	font-weight: bold;
	}

.error{
	background: #ffdddd;
	border: 1px solid #aa0000;
	padding: 5px;
	color: #dd0000;
}