html, body{
	margin:0;
	padding:0;
	background:#FFFFFF;
	color:#4D4D4D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:100%;	
}
#outer{
	min-height:100%;
	/*border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000;
	text-align:left;*/
	margin:-31px auto 0;
}
* html #outer{height:100%;} /*for IE as it treats height as min-height anyway*/

a:link, a:active, a:visited{
	color:#3469B6;
	font-size:14px;
	text-decoration:none;
}
a:hover{
	color:#3469B6;
	font-size:14px;
	text-decoration:underline;
}
img{border:0;}
#header{
	background:#4184D7 url(/images/hbc.gif) repeat-x;
	border-bottom:1px solid #FFFFFF;
	border-top:31px solid #FFFFFF;
	height:89px;
}
#top{
	height:196px;
	background:url(/images/header.png) repeat-x;
}
#logo{
	width:157px;
	height:71px;
	float:left;
	margin:9px 0 0 29px;
}

.ivs{
	position:absolute;
	z-index:1;
	margin:28px 0 0 211px;
	width:473px;height:36px;
	*margin:27px 0 0 24px;
	background:url(/images/ivs.gif) no-repeat;
}
* html .wheel{
	position:absolute;
	z-index:0;
	right:221px;
	width:161px;
	height:93px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/wheel.png');
}

.wheel[class]{
	position:absolute;
	z-index:0;
	right:221px;
	width:161px;
	height:93px;
	background:url(/images/wheel.png) no-repeat;
}
#flags{
	position:absolute;
	z-index:100;
	top:300px;
	left:940px;
}
* html .card{
	position:absolute;
	z-index:1;
	right:59px;
	width:237px;
	height:183px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/card.png');
}
.card[class]{
	position:absolute;
	z-index:1;
	right:59px;
	width:237px;
	height:183px;
	background:url(/images/card.png) no-repeat;
}
#left{
	width:190px;
	padding:0;
	margin:-42px 0 0 0;
	/*background:url(i/left.gif) no-repeat top;*/
	float:left;
	background:#EEECE3;
}
#left div{
	font-size:18px;
	padding: 27px 0 4px 20px;
	/*margin:27px 0 4px 20px;*/
	#height: 20px;
	background: url(/images/left.gif) no-repeat top;
}
#left ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#left a:link, #left a:active, #left a:visited{
	display:block;
	padding:5px 0 0 33px;
	_height:20px;
	text-decoration:none;
	background:url(/images/arw.gif) no-repeat left center;
	color:#4D4D4D;
	border-bottom:1px solid #FFFFFF;
}
#left a:hover{
	text-decoration:none;
	background:#F5F4F0 url(/images/arws.gif) no-repeat left center;
}
#menu{
	margin:-1px 0 0 190px;
	height:40px;
	background:#EEF6FF url(/images/mb.gif) repeat-x;
	border-bottom:1px solid #D2E5FB;
}

#menu a:link, #menu a:active, #menu a:visited{
	font-size:18px;
	color:#4D4D4D;
	display:block;
	float:left;
	padding:11px 14px 6px 14px;
}
#menu a:hover{
	font-size:18px;
	color:#999999;
	display:block;
	float:left;
	padding:11px 14px 6px 14px;
	text-decoration:none;
}
#menu a.sel:link, #menu a.sel:active, #menu a.sel:visited{
	font-size:18px;
	color:#4C78B8;
	background:url(/images/mbs.gif) repeat-x;
	display:block;
	float:left;
	padding:11px 14px 8px 14px;
}
#menu a.sel:hover{
	font-size:18px;
	color:#4C78B8;
	background:url(/images/mbs.gif) repeat-x;
	display:block;
	float:left;
	padding:11px 14px 6px 14px;
}
* html #menu a.sel:link, #menu a.sel:active, #menu a.sel:hover, #menu a.sel:visited{
	padding:11px 14px 8px 14px;
}
#content{
	background:#FFFFFF;
	padding:3px 10px 0 5px;
	margin:0 0 0 195px;
}
.content800{
	/*width:530px;*/
}
.content1024{
	/*width:790px;*/
}
hr{
	background:#D9D9D9;
	font-size:0;
	border:0;
	height:1px;
}
h1{
	margin:17px 0 14px 0;
	padding:0 0 0 28px;
	background:url(/images/h1.gif) no-repeat left center;
	color:#3469B6;
	font-size:18px;
	font-weight:normal;
	
}
#footer{
	font-size:12px;
	height:31px;
	background:#8E8A74;
	color:#FFFFFF;
}
#footer .right{
	float:right;
	margin:11px 30px 0 0;
}
* html #footer .right{
	margin:11px 15px 0 0;
}
#footer .left{
	float:left;
	margin:11px 0 0 30px;
}
* html #footer .left{
	margin:11px 0 0 15px;
}
#footer a:link, #footer a:active, #footer a:hover, #footer a:visited{
	font-size:12px;
	color:#FFFFFF;
}