﻿
#menu {
	position: absolute;
	left: 49%;
	margin-left: -450px;
	width: 900px;
	text-align: left;
	visibility: visible;
	top: 0;
	height: 57px;
	background-color: #FFF;
	z-index: 2;
	border-style: none;
}
ul {
	border: 1px solid #000000;
	background: #CCCCFF left top;
	font-size: 0.8em;
	font-weight: 700;
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 1;
	color: #006699;
	height: 63px;
}
ul a {
	color: #333333;
	text-decoration: none;
}



h1 {
	font-size: 21px;
	color: #333333;
	letter-spacing: 1px;
	word-spacing: 2px;
	line-height: 40px;
}
#menu tr {
	line-height: 30px;
}
li {
	border: 1px none #FFF;
	padding: 2px;
	display: table-cell;
	float: left;
	width: 80px;
	text-align: center;
	margin: 0;
	color: #006699;
	height: 40px;
}
li a:hover {
	color: #6699FF;
}
#principal {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	text-align: left;
	visibility: visible;
	top: 0;
	height: 100%;
	background-color: #FFF;
	z-index: 2;
	border-style: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0066CC;
}
#principal a {
	margin: 4px;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}
ul a.current {
	text-decoration: none;
	background-color: #C0C0C0;
}
#homelinks a {
	color: #333333;
	font-size: 18px;
	word-spacing: 2px;
	letter-spacing: 2px;
}
