body{
	background-color: #afcef9;
 margin-top: 8px;
	 padding: 0px;
	 text-align: center;
	 height: 100%;
	 min-height: 400px;
}
html{
	height: 100%;
}
div.main{
position: relative;
	width: 1000px;
	background-image: url(layout/footer-x.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	min-height: 100%;
	border: 1px solid black;
	text-align: left;
	 margin: 0 auto;	
}
table.noborder tr td{
	border: 0;
}
td.header-rgt{
	background-image: url(layout/header-rgt.jpg);
	background-color: transparent;
	text-align: right;
	padding-right: 4px;
}
td.header-rgt h1{
	color: #428000;
	font-size: 30px;
}
table.content td{
	background-color: white;
	padding: 8px;
	border: 1px solid black;
}
.copyright{
	width: 1000px;
	text-align: right;
	font-size: smaller;
	color: #30770d;
	background-color: #afcef9;
}
.copyright a, .copyright a:visited{
/*	color: #2b387c;*/
color: #30770d;
	text-decoration: none;
}
.imgpad{
	 padding: 6px 6px 6px 0;
}
ul.nav li{
	font-size: 12px;
}
h2.nav{
	font-size: 16px;
	font-weight: bold;
}
.small{
	font-size: 12px;
}