html, body, h1 {
	margin:0;
	padding:0;
}
body {
	background:transparent url(Images/bg.gif) repeat-x scroll 0 0;
	text-align:center;
}
a img {
	border:0;
}
.wrapper {
	margin:0 auto;
	padding:0;	
	font-family:Verdana,Arial;
	font-size:12px;
	text-align:left;
	width:1000px;	
}
.header {
	background:transparent url(Images/bg.gif) no-repeat scroll 0 0;
	display:block;
	height:126px;
	padding:28px 0 0 42px;
	position:relative;
	width:1000px;
}
.logo {
	float:left;
}
.menu {
	border-left:solid 1px #0d6aaa;
	padding:0 0 0 20px;
	margin:0;
	float:left;
	list-style:none;
	top:10px;
	left:88px;
	position:relative;
}
a, a:visited  {
	color:#0d6aaa;
	text-decoration:none;
}
a:hover {
	color:#909090;
}
.content {
	text-align:justify;
	width:1000px;
}
body a.selected {
	color:#909090
}
.quoteLeft {
	float:left;
	padding:19px  0 0;
}
.btnQuote {
	display:block;
	height:51px;
	margin:17px 0 0;
	overflow:hidden;
	position:relative;
	width:200px;
}
.btnQuote:hover img{
	position:absolute;
	top:-51px;
}
.footer {
	color:#005088;
	font-size:11px;
}
.clearAll {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}
.content a:hover {
	color:#9a9a9a;
	text-decoration:underline;
}
.selected span {
	display:none !important;
}

.colRight {
	color:white;
	float:left;
	padding:25px 0 0;
	width:612px;
	height:190px;
}
.colRight a, .colRight a:visited {
	color:#fff;
	text-decoration:none;
}
.colRight a:hover {
	color:#fefefe;
	text-decoration:underline;
}
.colLeft {
	float:left;
	padding:0 35px 0 0;
	width:338px;
}
p {
	line-height:19px;
	margin-top:0;
	padding:0 0 8px;
}
.mxweb {
	float:right;
	padding:14px 0 0;
}
.pc {
	margin:0 0 0 18px;
}
.nopad {
	margin:0;
	padding:0 0 18px;
}