﻿/* CSS layout */
#top {
	padding: 0px;
	width: 900px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	height: 1050px;
}
#logo {
	float: left;
	width: 171px;
	text-align: left;
	vertical-align: middle;
	background-color: #FFFFFF;
}
#topub {
	float: left;
	text-align: center;
	width: 729px;
}
body {
	padding: 0px;
	margin: 0px;
	background-color: #ADC5E9;
}
#topnav {
	width: 900px;
	height: 24px;
	margin: 0px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E6E6FF;
	font-size: small;
}
#topnav ul {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 18px;
}
#topnav li {
	text-align: center;
	vertical-align: middle;
	float: left;
	width: 86px;
	-moz-border-radius: 4px;
	border-style: outset;
	border-width: 2px;
	height: 18px;
}
#left_nav {
	width: 156px;
	height: 900px;
	background-color: #FDFFE6;
	float: left;
	padding: 5px;
	margin: 10px;
	border-width: 1px;
	-moz-border-radius: 5px;
	border-style: inset;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
#centro {
	width: 508px;
	height: 900px;
	float: left;
	background-color: #FDFFE6;
	padding: 5px;
	border-style: inset;
	border-width: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#dir_nav {
	float: left;
	width: 160px;
	height: 900px;
	background-color: #FDFFE6;
	padding: 5px;
	margin: 10px;
	-moz-border-radius: 5px;
	border-style: inset;
	border-width: 1px;
}
#footer {
	width: 900px;
	height: 45px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	vertical-align: middle;
}
#left_nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}
#left_nav li {
	border-style: outset;
	-moz-border-radius: 4px;
	border-width: 2px;
}
#left_nav a, a:link, a:visited {
	color: #000000;
	text-decoration: none;
	display: block;
	-moz-border-radius: 4px;
	background-color: #E6E6FF;
}
#left_nav a:hover {
	background-color: #666666;
	-moz-border-radius: 4px;
	color: #FFFFFF;
}
#left_nav a:active {
	color: #FFFFFF;
	background-color: #000000;
	-moz-border-radius: 4px;
	border-style: inset;
	border-width: 1px;
}
#topnav a, a:link, a:visited {
	text-decoration: none;
	display: block;
	-moz-border-radius: 4px;
	background-color: #E6E6FF;
	height: 18px;
}
#topnav a:hover {
	background-color: #666666;
	color: #FFFFFF;
	-moz-border-radius: 4px;
}
#topnav a:active {
	border-style: inset;
	border-width: 1px;
	-moz-border-radius: 4px;
	background-color: #000000;
}
#centro a:link, a:visited {
	background-color: #FDFFE6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#centro a:hover {
	text-decoration: underline;
	background-color: #FDFFE6;
}
#centro a:active {
	background-color: #FDFFE6;
}
#leftpub {
	text-align: center;
}
