*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff;
	color: #000000;
	font-size: 85%;
	font-family: "verdana";
}

img
{
	border: 0;
}

#banner
{
	margin: 0 auto;
	width: 720px;
	height: 120px;
	background: url('../images/banner.jpg') top left no-repeat;

}

#menu
{
	margin: 0 auto;
	width: 700px;
	height: 30px;
	padding-top: 10px;
	border-bottom: 1px solid #0172B6;
}

#menu ul
{
	float: right;
	list-style-type: none;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	float: left;
	font-size: 14px;
	background: #0172B6;
	border-left: 1px solid #ffffff;
	padding-left: 20px;
	padding-right: 20px;
}

#menu ul li a:hover
{
	background: #000000;
}

#body
{
	margin: 0 auto;
	width: 700px;
	font-size: 12px;
	padding-top: 10px;
	color: #000000;
}

#body h1
{
	font-size: 20px;
	color: #0172B6;
	padding-bottom: 0px;
	margin-bottom: 10px;
	line-height: 26px;
	padding-left: 30px;
	background: url('../images/phone.jpg') left no-repeat;
}

#body a
{
	color: #0172B6;
}

#body a:hover
{
	color: #000000;
}

#body p
{
	margin-bottom: 15px;
}

#body span
{
	color: #ff0000;
	text-align: center;
}

.big
{	
	font-size: 18px;
}

#body ul
{
	margin: 0px 0px 0px 25px;
	list-style-type: square;
}

#body ul li
{
	margin: 0px 0px 15px 0px;
}

.center
{
	text-align: center;
}

.block
{
	float: right;
	padding: 50px 10px 10px 10px;
	line-height: 32px;
	width: 260px;
	font-weight: bold;
	font-size: 18px;
}

.images
{
	float: left;
	padding: 10px;
}

#copyright
{
	line-height: 20px;
	margin: 0 auto;
	font-size: 11px;
	text-align: center;
	width: 780px;
	height: 40px;
	color: #0172B6;
	text-decoration: none;
	border-top: 1px solid #0172B6;
}

#copyright a
{
	color: #0172B6;
	text-decoration: none;
}