<!--
body {
	margin: 20px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#pageOut {
	width: 900px;
	margin: auto;
	padding: 0px;
	border: #000033 1px solid;
	background-color: #FFFFFF;
	text-align: left;
}

#topBanner {
	width: 100%;
	height: 120px;
	margin: 0px;
	padding: 0px;
	background-image:  url(../imagesDesign/agiTopBg.jpg);
	border-bottom: #000033 1px solid;
	text-align: right;
}
#topBanner img{
	float: left;
}
#topBanner p{
	margin: 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#topBanner a:link { color: #FFFFFF; text-decoration: none}
#topBanner a:visited { color: #FFFFFF; text-decoration: none}
#topBanner a:hover { color: #FF6600; text-decoration: none}
#topBanner a:active { color: #FF6600; text-decoration: none;}

#topMenu {
	width: 100%;
	height: 31px;
	margin: 0px;
	padding: 0px;
	background-image:  url(../imagesDesign/agiMenuBg.jpg);
	border-bottom: #000033 1px solid;
}

#topMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#topMenu li {
	float: left;
	width: 150px;
	color: #000033;
	text-align: center;
}

#topMenu li a {
	display: block;
	padding-top: 7px;
	padding-left: 20px;
	height: 24px;
	color: #000033;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#topMenu li a:hover, #topMenu li a:focus, #topMenu li a:active {
	height: 22px;
	padding-top: 5px;
	border: #FFFFFF 2px inset;
	color: #FF6600;
	text-decoration: none;
}

#topLink {
	width: 100%;
	height: 20px;
	margin-top: 20px;
	padding: 0px;
	text-align: right;
	font-size: 11px;
	color: #000033;
	clear: both;
}
#topLink a:link { color: #000033; text-decoration: none}
#topLink a:visited { color: #000033; text-decoration: none}
#topLink a:hover { color: #FF6600; text-decoration: none; font-weight: bold}
#topLink a:active { color: #FF6600; text-decoration: none; font-weight: bold}

#foot {
	width: 100%;
	height: 21px;
	margin-top: 0px;
	padding-top: 15px;
	background-image:  url(../imagesDesign/agiFootBg.jpg);
	border-top: #000033 1px solid;
	text-align: left;
 	font-size: 11px;
 	color: #FFFFFF;
 	font-weight: bold;
}
#foot a:link { color: #FFFFFF; text-decoration: none}
#foot a:visited { color: #FFFFFF; text-decoration: none}
#foot a:hover { color: #FFFFFF; text-decoration: underline}
#foot a:active { color: #FFFFFF; text-decoration: underline}

#copyright {
	width: 900px;
	margin: auto;
	margin-top: 10px;
	text-align: center;
 	font-size: 11px;
 	color: #333333;
}
#copyright a:link { color: #000033; text-decoration: underline}
#copyright a:visited { color: #000033; text-decoration: underline}
#copyright a:hover { color: #FF6600; text-decoration: none}
#copyright a:active { color: #FF6600; text-decoration: none}
-->
