* 
{
margin: 0;
}
	
html, body 
{
height: 100%;
font: 12px 'Lucida Grande',arial,helvetica,sans-serif;

}
	
	p 
	{
	padding-bottom: 10px;
	}
	
	p.img
	{
	text-align:center;
	}
h1 {
	font-size: 1.3em;
	font-weight: bold;
}
h2 {
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
}
h3 {
	font-size: 1.1px;
	color: #0000DB;
	text-decoration: underline;
}


	
	#container 
	{
	margin: 0 auto;
	width: 950px;
	background-color:#FFFFFF;
	margin-bottom: 20px;
	overflow:hidden
	}
h4 {
	font-size: 1em;
	color: #06F;
}
h5 {
	font-size: 14px;
	color: #FFF;
	float: right;
}


	
	#header 
	{
	height: 85px;
	padding-top: 15px;
	background-color:#FFFFFF;
	}
	
	#bar
	{
	height: 33px;
	background-color: #303030;
	padding-top:4px;
	padding-right:20px;
	line-height: 28px
	}
	
		#bar p 
		{
		color:#FFFFFF;
		text-align: right;
		font-size:10px;
		}
		
		#bar a
		{
		color:#fff;		
		text-decoration:none;
		}
		
		#bar a:hover
		{
		color:#ccc;
		}
	
	#navigation 
	{
	width: 166px;
	float:left;
	overflow:hidden;
	background-color:#FFFFFF;
	line-height: 28px
	}
	
		#navigation ul 
		{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		}	
		
		#navigation a
		{
		display: block;
		padding: 3px;
		width: 160px;
		background-color: #fff;
		border-bottom: 1px solid #e1e1e1;
		color:#666666;
		text-decoration:none;
		}
		
		#navigation a:hover
		{
		background-color: #e6f3ff;
		color: #000;
		border-bottom: 1px solid #1894fe;
		}
		
	#address {
	margin-top: 40px;
	border-top:1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding-top:15px;
	padding-bottom:4px;
	}
		#address p {
	font-size:10px;
	color:#666;
	line-height: 10px;
		}
		
		.address-span {
		color:#5f5f5f;
		}
		
		
	#content {
	background-color:#fafafa;
	margin-left: 190px;
	margin-top: 20px;
	color: #666;
	}
	
		#content img {
		padding: 7px;
		border: 1px #ccc solid;
		margin-left: 5px;
		text-align:center;
		}
		
		.faq  {
		font-weight:bold;
		}
	
	#footer {
	margin-top:10px;
	height:30px;
	border-top:1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	margin: 0 auto;
	width:950px;
	line-height: 28px
	}
		
		#footer p {
		font-size:10px;
		color:#CCCCCC;
		text-align:right;
				}
				
		#footer a {
		color:#CCCCCC;
		text-decoration:none;
		}
		
		#footer a:hover {
		color:#666666;
		}
	
	#footer2 {
	height: 20px;
	}

	
	
		bold {
	font-weight: bold;
}

