

body{
	background-color:#E4F3F7;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-align:center;
	padding: 0px;
	background: #E4F3F7 url(../images/gradient.jpg) repeat-y top center;
	
	margin: 0px;
	height:100%;
}


#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;

	width:850px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;

	text-align:center;
	background-color:white;
	

}

#header{
	width:850px;
	height:133px;	
	padding-top: 0px;

}

#content{
	width:850px;
	text-align:left;
	padding-top: 47px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	font-weight: normal;
}


.txtHome {
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom:20px;
}
.txtHome p {
	line-height: 18px;
}

#body_text{
  float:left;
  width:500px;
  margin-right:20px;
}

#body_image{
  float:left;
  width:200px;
}

h1
{
	font-family:arial,verdana;
	font-size:24px;
	font-weight:normal;
	border-bottom: solid 1px #0C539A;
	padding:0px;
	margin:0px 0px 10px;
	color:#0C539A;

}
h2 {
	font-family:arial,verdana;
	font-weight:normal;
	border-bottom: solid 1px #0C539A;
	font-size:16px;
	padding:0px;
	margin:0px 0px 10px;
	color:#0C539A;
	clear:left;
}

.divider
{

background-image: url(../images/divider.gif);
background: #ffffff url(../images/divider.gif) no-repeat left center;

height:4px;
padding-top:10px;
width:850px;

}

#footer{
	width:850px;
	height:133px;	
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 50px;
	text-align: left;

}

