#top {
	margin:10px 0px 10px 0px;
	padding:0px 20px 5px 20px;
	vertical-align: top;
	height:73px; 
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:1px;
	background-color:#eee;
	
	}

#top a:hover img{

	background-color: #eee;
}

#main {
	margin:0px 50px 50px 200px;
	padding:10px;
	max-width: 1000px;
	min-width: 500px;
		
	}

#left {
	position:absolute;
	top:120px;
	left:20px;
	width:150px;
	padding:10px;
	line-height:17px;
	/*
	background-color:#eee;
	border:1px dashed #999;
	*/
	}


	
#float{
	/*position:float;*/
	float:none;
	padding: 0px 2px 0px 2px;
	margin: 10px;
	border: 0px;
	width: 36%;
	background: transparent;
	/*background-color: #888;*/
	}


.float{
	float:left;
	/*position:float;*/
	padding: 0px 2px 0px 2px;
	margin: 10px;
	border: 0px;
	background:transparent;
	}
	
#leftfloat, #logo{
	float: left;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	border: 0px;
	width: 36%; 
	background: transparent;
	
	}

.leftfloat{
	float: left;
	padding: 0px 2% 0px 2%;
	margin: 0px;
	border: 0px;
	width: 36%; 
	background: transparent;
	
	}
	
#rightfloat, #pagetitle{
	float: right; 
	padding: 0px 2% 0px 2%;
	margin: 0px;
	border: 0px;
	width: 36%; 
	background: transparent;
	}
.rightfloat{
	float: right; 
	padding: 0px 2% 0px 2%;
	margin: 0px;
	border: 0px;
	width: 36%; 
	background: transparent;
	
	}
	
#divider{
	font-size:1px;
	clear:both;
	height:2px; 
	border-style:solid;
	border-color:black;
	border-width:0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */ 
	line-height:2px;
	background-color:#eee;
}


.divider, .divider-transparent{
	font-size:1px;
	clear:both;
	height:2px; 
	border-style:solid;
	border-color:black;
	border-width:0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */ 
	line-height:2px;
	background-color:#eee;
}
	.divider-transparent{
	background: transparent;
	}
	

#div{width:95%}

ul.left {
	float: left;
	width: 40%; 
    margin: 0px;
    padding: 15px 0px;
    border: 0px none; 
    list-style-position: inside;
    list-style-type: square;

}
ul.right {
	float: right;
	width: 40%; 
    margin: 0px;
    padding: 15px 0px;
    border: 0px none; 
    list-style-position: inside;
    list-style-type: square;
}

#navcontainer {
	position:absolute;
	top:120px;
	left:10px;
	width:150px;
	padding:10px;
	line-height:17px;
	
}

#navcontainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, sans-serif;
	font-variant: small-caps;
	
}

#navcontainer li { 
	margin: 0; 
	
}
 
#navcontainer a{
	display: block;
	color: #333;
	background-color: transparent;
	width: 140px;
	padding: 2px 10px;
	text-decoration: none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-left: none;
	font-size: 12px;
}
#navcontainer a:hover{
	background-color: #ddd;
	background-color: #eee;
	color: #333;
	border-right: 10px solid #aaa;
	padding: 2px 1px 2px 10px;
}

#navcontainer ul ul{
	margin-left: 15px;
	padding: 0;
	list-style-type: none;
}


#navcontainer li li a{
	display: block;
	color: #333;
	background-color: transparent;
	width: 114px;
	padding: 2px 10px;
	margin: 0;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	text-decoration: none;
	font-size: 12px;
}

#navcontainer li ul {display: none;}

#navcontainer li:hover ul, #navcontainer li.over ul {
	display:block;
	z-index:6000;
}

#navcontainer li.dwgtitle {
color: #369;
border-left: 1px solid #aaa;
/*
background-color:#ddd;
border-right: 1px solid #aaa;
*/
padding: 2px 1px 2px 1px;
margin: 0;

}
