﻿/* back ground color */
body { background-color:Aqua;
    text-align: center}
    
a:hover {color:Yellow;}
a.nav:hover {color:Yellow;
    font-size:larger    }
a.nav{color: #fff;}

/* styles for header */
table.header
{
			font-family: arial, Bodoni MT, Georgia;
			color: #fff;
			border-top: 1px solid #5368b7;
			border-right: 1px solid #5368b7;
			border-bottom: 1px solid #5368b7;
			border-left: 1px solid #5368b7;
			background-color: #5368b7;
		}
/* style for main navigation bar */
table.nav 
{
			font-family: arial, Bodoni MT, Georgia;
			color: #fff;
			border-top: 1px solid #5368b7;
			border-right: 1px solid #5368b7;
			border-bottom: 1px solid #5368b7;
			border-left: 1px solid #5368b7;
			background-color: #5368b7;
			height:2em;
		}
/* style for standard tables */
table {
			border-top: 1px solid #4358a7;
			border-right: 1px solid #4358a7;
			border-bottom: 1px solid #4358a7;
			border-left: 1px solid #4358a7;
			background-color: #5ee;
		}
/* unused styles

		table.l2 {
			border-top: 3px solid #4358a7;
			border-right: 3px solid #4358a7;
			border-bottom: 3px solid #4358a7;
			border-left: 3px solid #4358a7;
		}

		

#header {
		padding: 20px;
		}
	
	#header h2 {
		padding: 0;
		margin: 0;
		color: #fff;
		font-family: arial, Bodoni MT, Georgia;
		font-weight: normal;
		font-size: 150%;
		}

	#nav {
		text-align: center;
		margin: 0;
		padding: 0;
		list-style: none;
		background: #4358a7;
		}
	
	#nav td { 
		text-align: center;
		margin: 0;
		padding:0;
		width: 20%;
		background: #4358a7;
		border-right: 2px solid #4358a7;
		}
	
	#nav td a {
		display: block;
		padding: 0;
		margin: 0;
		text-decoration: none;
		font-family: arial, Bodoni MT, Georgia;
		font-size: 14px;
		color: #fff;
		background: inherit;
		}
		
	#nav a:hover {
		color: #4358a7;
		background: #e3e3d1;
		}
