﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0; 
    padding: 0;
}

body {
	background-color:#FFFFCC;
	overflow:hidden;	
	font-family: "Trebuchet MS";
}

#header
{
	background-color: #444;
	color: yellow;
	font-size: 12pt;
	text-align: left;
	font-family: "Trebuchet MS";
}

	#agyHeader 
	{
		color:white;
		font-size:96%; 
		text-align:right; 
		padding:5px 20px 0 0;
		font-weight: bold;
		
		}	

#footer {
	background-color:#444;
	color:yellow;
	font-size:10pt;
	text-align:center;
}

#nav {
	background-color:#444;
	color:yellow;
	font-size:10pt;
	text-align:left;
}

