#defaults { 
	background-color: #828bf8;
	font-family: Verdana,sans-serif;
	color: #ffffff;
	margin: 0px; 
}

#middle {
	position: relative;
	left: 50%;
	width: 1px;
	height: 1px;
}
 
#logobox {
	position: relative;
	width: 640px;
	height: 200px;
	top: -75px;
	left: -320px;
}


#line {
	position: relative;
	top: 106px;
	height: 100px;
	width: 100%;
	background-color: #929bf8; 
	border-top: dotted 8px #a2abf8;
	border-bottom: dotted 1px #ffffff;
}

#navcontainer {
	position: relative; 
	width: 640px; 
	top: -2px;
	left: 50px;
	text-align: center;
}
 
ul#navlist
{
	margin: 0;
	padding: 10px;
	list-style-type: none;
	white-space: nowrap;
}
 
ul#navlist li
{
	text-align: center;
	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 3px 10px 3px 0px;
	border-bottom: 4px dotted #a2abf8;
}
 
#navlist a, #navlist a:link
{
	background-color: #929bf8;
	position: relative;
	top: 1px;
	left: 5px;
	color: #ffffff;
	border-top: 1px dotted #ffffff;

	border-right: 1px dashed #d1e3db;
	border-left: 1px dashed #d1e3db;
	padding: 3px 125px 3px 10px;
	text-decoration: none;
	text-align: center;
}
 
#navlist a:hover
{
	color: #000000;
	background-color: #c2cbf8;
}

#woody {
	position: absolute;
	top: 150px;
        font-size: 8px;
	left: -234px;
	color: #ffffff;
	text-weight: bolder;
}

#footline-text {
        position: absolute;
	top: 90%;
        background-color: #727be8;
        color: #c8c8c8;
        font-size: 10px;
        padding: 3px 0px 3px 10px;
	border-right: 1px dotted #a2abf8;
}



