﻿html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background: #E2E0C7;
	font-family: "Lucida Grande", Geneva, sans-serif;
	color: #333300;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
}
p {
	margin: 0px 0px 9px;
	font-size: 13px;
}
a:visited {
	text-decoration: none;
	color: #0A4C80;
}
a:link {
	text-decoration: none;
	color: #0A4C80;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
h1 {
	text-indent: -2222px;
	margin: 0px;
}
h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
}
h4 {
	margin-bottom: 6px;
	font-size: 13px;
}
h5 {
	margin: 0px 0px 0px -444px;
}
h1 a {
	background: url(../images/ag_logo.jpg) no-repeat;
	height: 85px;
	width: 135px;
	left: 20px;
	top: 10px;
	position: absolute;
}
#wrapper {
	width: 990px;
	padding: 17px 0px;
	position: relative;
	background: #4E4747 url(images/door220.jpg);
	margin: 0px auto;
	border: 1px solid #FFFFFF;
}
#branding {
	background: #E1E0C6 url(images/banner.gif) no-repeat;
	height: 112px;
	width: 950px;
	margin-left: 20px;
	border: 1px solid #FFFFFF;
}
#mainwrap {
	margin-left: 20px;
	background: #F9F7ED;
	width: 950px;
	border: 1px solid #FFFFFF;
	margin-right: 50px;
}
#mainbody {
	margin-left: 20px;
	width: 920px;
	margin-top: 15px;
}
#footer {
	border-top: 1px solid #514D6E;
	clear: both;
}
.foottxt {
	margin: 6px 0px 10px;
	font-size: 9px;
	text-align: right;
}
#navbar {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url(images/nav.gif) repeat-x;
	border: 1px solid #FFFFFF;
	margin: 8px 20px;
}
#navbar li {
	width: 100px;
	line-height: 30px;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	float: left;
}
#navbar a {
	display: block;
	height: 30px;
}
#navbar a:hover {
	background: #A19F7B;
	color: #FFFFFF;
}
.imgblock {
	display: block;
}
.topart {
	float: right;
	margin: 8px 8px 0px 0px;
}
.imgleft {
	float: left;
	margin: 0px 20px 10px 0px;
}
.imgright {
	float: right;
}

