body {
	background-color: #A2CE9D;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#2E5E2E;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	line-height: 20px;
	text-align: justify;
}
.line {
	line-height: 10px;
}

a:link {
	color: #2D5E2D;
	text-decoration: none;
}
a:visited {
	color:#2D5E2D;
	text-decoration: none;
}
a:hover {
	color: #0B180B;
	text-decoration: underline;
}
a:active {
	color:#000000;
	text-decoration: underline;
}
/* ----------headlines-------------- */

h1 {
	font-size: 18px;
	text-transform:none;
	margin:0px;
	color: #2D5E2D;
	text-align: center;
	margin-top: 20px;
}
.image {
	padding: 4px;
	border: 1px solid #000000;
}

h2 {
	font-size:13px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	line-height: 15px;
	text-transform: capitalize;
}


/* ----------container-------------- */
#container {
	width: 1000px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #A2CE9D;
	border-bottom: 1pt solid #2D5E2D;
}

/* ----------banner for logo-------------- */
#banner {
	background-color: #2D5E2D;
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 148px;
}
#banner img {} 

/* -----------------content--------------------- */
#content {
	background-color: #A2CE9D;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
div#content { 
min-height:300px;
height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

/* --------------left navigavtion------------- */
#left {
float: left;
width: 0px;
margin: 0px;
padding: 0px;
}

/* -----------footer--------------------------- */
#footer {
	text-align: right;
	height: 20px;
	clear: both;
	color: #2D5E2D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {
	width: 650px;
	text-align: center;
	color: #003333;
}
.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #003333;
	text-decoration: none;
	text-align: center;
}
.bottom a:link {
	color: #003333;
	text-decoration:none;
}
.bottom a:visited {
	color: #003333;
	text-decoration:none;
}
.bottom a:hover {
	color: #003333;
	text-decoration: underline;
}
h3 {
	font-size:14px;
	font-weight: bold;
	padding: 0px 0px;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 0px;
	color: #FFF79A;
	background-color: #2E5E2E;
}
h4 {
	font-size:12px;
	font-weight: bold;
	margin-top: 0px;
	text-align: left;
	margin-bottom: -10px;
	line-height: 15px;
}
.disclaimer {
	font-size: 10px;
	line-height: 16px;
}
.size {
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
}
#foot2    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
