/* CSS Document */

body{ background-color:#d2d3d5; } 
p { color: black; } 
h1{ font-family: Arial;
	color: white; }
p.first { color:#000000;
			font-family: Arial;
			font-size: 14px;
			padding: 10px;
			padding-left: 20px;
			
			}
p.second { color:#FF0000;
			font-family: Arial;
			font-size: 14px;
			padding: 0px;
			padding-left: 20px;
			font-style:oblique;
			margin:5px;  
			}
p.third { color:#000000;
			font-family: Arial;
			font-size: 12px;
			padding: 0px;
			padding-left: 30px;
			margin:0px;
			margin-left:10px;  
			}	
p.fourth { color:#000000;
			font-family: Arial;
			font-size: 10px;
			padding: 0px;
			margin:0px;
			text-align:center;  
			}			
p.fifth { color:#000000;
			font-family: Arial;
			font-size: 16px;
			font-weight:bold;
			text-align:center;
			}
a:link { color: blue; text-decoration: none; }
a:visited { color: blue; text-decoration: none; } 
a:hover { color: blue; text-decoration:underline } 
a:active {color: blue; }
ul{
	margin-left: 0;
	padding-left: 0;
	border: 0px solid #000;
	list-style-type: circle;
}

#button {
	width: 180px;
	padding: 30px 0 0 0;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color:#000000;
	color: #CCCCCC;
	}

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 0px solid #90bade;
		margin: 0;
		}
		
#button li a {
		display: block;
		padding: 7px 5px 5px 15px;
		border-left: 00px solid #000000;
		border-right: 00px solid #333333;
		background-color: #000000;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

html>body #button li a {
		width: auto;
		}

#button li a:hover {
		border-left: 0px solid #1c64d1;
		border-right: 0px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}
		
#content {
	width: 400px;
	border-right: 1px solid #000;
	padding-left: 180px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #000000;
	color: #333;
	display:inline;
	}

	#content ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		display:inline;
		}
		
	#content li {
		border-bottom: 0;
		margin: 0;
		display:inline;
		border-right: 1px solid #90bade;
		}
	
	#content li a {
		display: block;
		padding: 0px 5px 5px 5px;
		border-left: 0px solid #1958b7;
		border-right: 0px solid #508fc4;
		background-color: #00000;
		color: #fff;
		text-decoration: none;
		width: 500px;
		display:inline;
		}

	html>body #content li a {
		width: auto;
		}

	#content li a:hover {
		border-left: 0px solid #1c64d1;
		border-right: 0px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		display:inline;
		}		
		
#roads {
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	color: #333;
	}
		
img.floatLeft { 
    float: left; 
    margin: 6px; 
}
img.floatRight { 
    float: right; 
    margin: 6px; 
}



