body{
	padding:0px;
	margin:0px;
	background:url(../img/bg.jpg) top repeat-x;
}
#container{
	width:980px;
	margin:0 auto;
	
}
h3{
	padding:0px;
	margin:0px;
}
#header{
	height:155px;
	background:url(../img/h_bg.gif) repeat-x;
}
#toptext{
	position:absolute;
	padding-left:660px;
	text-align:right;
	
}

.bord{
	border:#cfcfcf solid 2px;
}
	
#nav{
	height:47px;
	background:url(../img/nav_bg.gif) repeat-x;
	font-size:25px;
	padding-top:10px;
	
}

#nav a{
	color:#000;
	text-decoration:none;
	padding:10px;
	
}
#nav a:hover{
	color:#1A3F8F;
	text-decoration:none;
}


#nav ul{
	
	display:inline;
list-style: none;
padding: 0;
margin: 0;

}

#nav li{
		display:inline;
		
}
#cont{
	background:url(../img/cont_bg.gif) repeat-x top;
	background-color:#FFF;
	border-right:#FCE07C solid 1px;
	border-left:#FCE07C solid 1px;
	padding-left:10px;
	padding-right:10px;
}
#cont h2{
	padding:0px;
	margin:0px;
	color:#1A3F8F;
}
#cont p{
	padding-bottom:0px;
	margin-bottom:0px;
}
#topfooter{
	background:url(../img/top_footerBG.gif) repeat-x;
	height:255px;
	padding-top:20px;
	
}

#topfooter h2{
	background:url(../img/check.gif) no-repeat left top;
	padding-left:43px;
	padding-top:20px;
	height:30px;
	font-family:"Times New Roman", Times, serif;
	font-weight:100;
	margin:0px;
	margin-left:30px;
}
#topfooter p{
	margin:0px;
	padding:0px;
	margin-left:30px;
	
}

#bottomfooter{
	height:74px;
	background-color:#000;
	color:#FFF;
	
}

#bottomfooter a{
	color:#1A3F8F;
	text-decoration:none;
}

#logo a {
   position:relative;
   display:block;
   width:451px;
	height:126px;
	 text-indent: -3333px;
	 }

#logo a span {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background:url(../img/h_bg.gif) no-repeat left top;
	z-index:100; /* Places <span> on top of <a> text */
	background-image: url(../img/logo.png);
}
