body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #272727;
	line-height: 18px;
	margin: 0px;
}
h1 {
	font-size: 30px;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	text-indent: 15px;
}
h2 {
	font-size: 16px;
	color: #0054a6;
	font-weight: normal;
}
ul {
	padding: 0px 15px;
}
a img {
	border: none;
	margin: 0px;
	padding: 0px;
}
.logo {
	display: block;	
}
a {
color:#0054a6;
	text-decoration: none;	
}
a:hover {
	color:#0054a6;
	text-decoration: underline;	
}
#wrapper {
	width: 767px;
	overflow: hidden;
	margin: 0px auto;
	background: #ccdded url(/images/bg-wrapper.jpg) top center no-repeat;
}
#footer {
	margin: 5px 0 0 0 ;
	width: 727px;
	padding: 20px;
	text-align: center;
	margin: 10px auto 0px auto;
	background: #ccdded url(images/bg-footer.png) center bottom no-repeat;
}
#footer a {
	color: #0054a6;
	font-weight: bold;
}
#menu {
	padding: 0px 0px 0px 28px;
	margin: 0px 0px 95px 0px;
	list-style: none;
	height: 29px;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	height: 29px;
	line-height: 29px;
	float: left;
	padding: 0px 10px;
	font-weight: bold;
	color: #FFF;
}
.padding {
	padding: 20px;	
}
.moreinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #272727;
}

.rt, .rb {
	display: block;
	float: right;
	margin-left: 20px;
}
.rt {
	margin: 20px 0 20px 20px;
}
.rb {
	clear: right;
}