@charset "utf-8";
/* CSS Document */


body{
	background: #5A5A5A;
	color: white;
	font-family: Verdana;
	font-size: 12px;
	margin: 0 auto;
}

img{
	border: 0px;
}

#logos{
	position:fixed;
	right:0;
	background:transparent url(images/logos_bg.png) repeat-y scroll 0 0;
	height:100%;
	position:fixed;
	right:0;
	width:112px;
}

.container{
	width: 920px;
	margin: 0 auto;
}

a{
	color: white;
	text-decoration: none;
}

a:hover{
	color: #73A6E6;
}

.menu{
	padding: 0px 5px 5px 25px;
	color: #73A6E6;
	background: url(images/bar.png) repeat-x top;
	height: 20px;
}

.menu a{
	margin: 7px;
}

.content{
	background: #07075D url(images/bg2.png) repeat-x top center;
	clear: both;
}

.leftie{
	float: left;
	width: 750px;
}

.txt{
	padding: 40px;
	line-height: 20px;
	color: #CFCFCF;
}

.txt big{
	font-size: 22px;
	color: white;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	font-family: Lucida Sans Unicode;
}

.blue{
	color: #84BFFF;
}

.rightie{
	float: right;

}



.footer {
	background: #fff url(images/ft.png) repeat-x top;
	height: 80px;
	color: #616161;
	font-size: 11px;
	line-height: 18px;
	padding: 3px 0px 0px 50px;
}


.fl{
	float: left;
	width: 260px;
}

.fr{
	float: right;
	width: 380px;
	text-align: right;
}

.ns{
	text-align: right;
	font-size: 10px;
	color: #999;
	padding: 5px;
}