#all {
	width: 1000px;
	border: solid 0px #ccc;
}
#header {
	width: 1000px;
	text-align: center;
	border: solid 0px #ccc;
	height: 250px;
	margin-bottom: 0px;
}
#logo {
	width: 350px;
	margin-left: 250px;
	border: solid 0px #ccc;
	text-align: center;
}
#main {
	width: 1000px;
	margin-left: 150px;
	border: solid 0px #ccc;
}
#main td {
	font-size: 12px;
	font-family: Arial;
	line-height: 15px;
}
#footer {
	width: 1000px;
	border: solid 0px #ccc;
}
.table {
	width: 720px;
	border: solid 0px #ccc;
	padding: 10px;
	border-spacing: 10px;
}
a:link, a:visited {
	text-decoration: none;
	color: #666;
	font-size: 12px;
	font-family: Arial;
}
a:hover, a:active, a:focus {
	color: #999;
	text-decoration: underline;
}
ul {
	padding: 0;
	list-style-type: none;
	margin: 0 0 10px 0px;
}
ul li {
	border-bottom: dashed 1px #ccc;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
ul li .linkactive a:link, .linkactive a:visited {
	color: red;
	font-size: 14px;
}