html, body {
		height: 100%;
		width: 100%; 
		margin:0; padding:0; 
		position:relative;
}

body{
	margin:0px;
	padding:0px;
	background-color : #EFEFEF;
	overflow:hidden;
}

img { behavior: url(iepngfix.htc) }

A  {
	text-decoration : none;
}

A:hover  {
	text-decoration : underline;
}

.header {
	height: 140px;
}

.header_bg {
	z-index:100;
	position:absolute;
	width:100%;
	height:140px;
    background-image : url("images/back_header.jpg");
}

.header_logo {
	height:90px;
}

#slide_background{
	width:100%;
	height:100%;
	vertical-align: middle;
	margin:0px;
	position:absolute;
	top:0px;
	left:0px;
	margin-left:0px;
	z-index:0;
	}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -209px; 
	position:relative;
}

.footer {
	height: 209px;
}

.footer_bg {
	z-index:100;
	position:absolute;
	width:100%;
	height:209px;
    background-image : url("images/back_footer.png");
}

.text_header {
	COLOR : #738641;
	font-family : "Trebuchet MS";
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

.text_footer_1 {
	COLOR : #1E1E1E;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.text_footer_2 {
	COLOR : #C1C1C1;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.text_footer_3 {
	COLOR : #04156f;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding-right:35; 
}

.textbox{
	border: 1px solid #C1C1C1;
	background-color : #F7F7F7;
	font-size : 13px;
	COLOR : #202020;
}

.title {
	COLOR : #2D1600;
	font-family : "Times New Roman", Times, serif;
	font-size : 20px;
	font-weight : normal;
	text-transform : uppercase;
}

.text_body {
	COLOR : #200F00;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.text_body a{
	COLOR : #200F00;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : underline;
}

.text_body a:hover{
	text-decoration : none;
}