*{
	margin: 0;
	padding: 0;
}

html, body{
	background:#FFFFFF;
	z-index: 0;
    font-family: "Myriad Pro", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size:12px;	
}

#wrapper{
	position:relative;
	width: 960px;
	margin: 0 auto -50px;	
	background:#FFFFFF;
}

header{
	display:block;	
	height:50px;  
}
  header .logo1{
	position:absolute;  top:8px;  left:10px; border:none;}
  header .logo2{
	position:absolute;  top:8px;  left:789px; border:none;}
	
  header div.hr {
	position:relative;  top:48px;
	height: 2px;
	background: #263e57;}
  header div.hr hr {
	display: none;}

nav{
	display:block;
	height: 32px;
	background: #ffffff;
	z-index:1000;
	border:0px;
	}
  nav ul {
	padding:0;		
	margin:0;
	list-style-type:none;
	}
  nav li {
	float:left;} 
  nav a, nav a:visited {
	display:block; 
	color:#000000; 
	text-decoration:none; 
	height:32px; 
	border:0px; 
	padding-left:00px; 	
	line-height:29px; 
	font-weight:bold; 
	text-align:center; 
	margin-left:14px; 
	margin-right:14px;
	}
  nav :hover > a{
	color:#263e57; 
	font-size:14px;
	}
	
section{
	display:block;
	position: relative;
	background:#ffffff;
	font-weight:bold;}

	section img.main{
		margin:0px;}

	section span.main{
		position:absolute;
		top:0px;
		left:0px;
		width:960px;
		margin-top:5px;
		text-align:center;
		font-size:18px;
		line-height:20px;}
			
  	section span.buttons{
		margin-left:20px;
		margin-top: -42px;
		border: 0px solid #000000;
		width:215px;
		text-align:center;
		position: relative;
		float:left;}
		
	section img.button{
		border: none;
		margin-top:22px;
		width:215px;
		height:92px;}
		
	section span a.topLink{
		color:#FFFFFF;
		font-size:16px;
		line-height:18px;
		text-decoration:none;}
		
	section span a.bottomLink{
		color:#000000;
		font-size:12px;
		text-decoration:none;
		font-weight:bold;}


footer{
	display:block;
	clear:both;
	text-align: center;
	font-weight: bold;
	font-size:12px;
	line-height: 14px;
	padding: 10px 0px;
	position:relative;
}
	footer a{
		text-decoration: none;
		color:#000000; }