/* CSS Document */
body
{
	background:#0072cc;
	width:1000px;
	margin:20px;
	font-family:Arial;
}

.banner
{
	background-color:#EEE;
	height:150px;
}

.body
{
	border:1px solid black;
	background:#EEE;
	margin-top:10px;
	padding:10px;
}

.body h1
{
	color:#0072bb;
}

.body h2
{
	color:#febb2e;
	padding:0px;
}

.footer
{
	background:#CCCCCC;
	margin-top:10px;
	border:black 1px dashed;
	text-align:center;
}

table.nav
{
	font-weight:bold;
	background:#EEE;
}

table.nav td
{
	border:1px solid #0072bb;
	text-align:center;
	width:25%;
}

table.nav td:hover
{
	background:#0072bb;
	color:#FFFFFF;
}

table.nav a
{
	display:block;
	width:100%;
	background:#FFFFFF;
	color:#0072bb;
	text-decoration:none;
}

th
{
	background:#0072bb;
	color:#EEE;
}

table.nav a:hover
{
	background:#0072bb;
	color:#FFFFFF;
}

