body {
	margin: 0px;
	background-color: #013A11;
	font-size: 14px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-color: #F0F0F0;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}
h2 {
	color: #1D570D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#container {
	width: 1002px;
	background-image: url(../images/container-bg.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bg-container {
	width: 758px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg-container-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 37px;
	padding-right: 122px;
	padding-bottom: 0px;
	padding-left: 122px;
	min-height: 600px;
}
#top {
	height: 151px;
	width: 758px;
	background-image: url(../images/top-bg.jpg);
	margin: 0px;
}
#nav {
	height: 32px;
	width: 758px;
	background-image: url(../images/nav-bg.jpg);
}
.norm {
	text-align: justify;
}
#indexhr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	text-align: justify;

}
#content {
	width: 728px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 400px
}
#footer {
	width: 702px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-color: #013A11;
	color: #FFFFFF;
	padding-right: 150px;
	padding-left: 150px;
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
}
#index {
	width: 728px;
	margin: 0px;
	padding: 0px;
}

img {
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
}
 .leftimg {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.rightimg {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #fc9d43;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:visited {
	color: #fc9d43;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:hover {
	color: #458d07;
}
.disclaimer {font-size: 9px}
