html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family: Arial, Tahoma, Georgia, Verdana, Georgia, sans-serif;
	font-size: 12px;
	background: #f3f3f4;
}

	A{
		font-family: Arial, Tahoma, Georgia, Verdana, Georgia, sans-serif;
		text-decoration: underline;
		outline: none;
	}
	input, textarea, option{
		font-family: Arial, Tahoma, Georgia, Verdana, Georgia, sans-serif;
	}
	A:hover{
		text-decoration: none;
	}
	A IMG{
		border: 0;
	}


	
	
	
	

	
	
	#header{
		overflow: hidden;
		padding: 64px 50px 51px 50px;
	}	
	* html #header{
		overflow: visible;
		height: 1px;
	}	
	#header blockquote{
		display: block;
		float: right;
		margin: 0px;
		padding: 0px 0 0 0px;
	}
	#header div{
		padding: 10px 0 0 0;
		float: left;
		width: 340px; 
		font-size: 20px;
		color: #0067b3;
	}
	#header div span{
		font-size: 16px;
		color: #000000;
	}

	
	
	
	
	
	
	
	
	
	#bottom1{
		background: #FFFFFF;
		padding: 0px 50px 32px 50px;
		font-size: 12px;
		color: #6e6e70;
		line-height: 1.8em;
		font-family: Tahoma;
	}
	#bottom1 a{
		color: #bf1e23;
		font-family: Tahoma;
	}
	#bottom1 div{
		height: 5px;
		background: #386ab2 url(images/header_bg.gif) left top no-repeat;
		margin: 0 0 33px 0;
		overflow: hidden;
	}
	#bottom1 div div{
		height: 5px;
		background: url(images/header_bg2.gif) right top no-repeat;
		margin: 0;
	}
	


.c{
	display: block;
	clear: both;
	height: 0;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}