@charset "utf-8";
/* CSS Document */

body {
	background: url(images/home_bgfiller.jpg) repeat-x #070a8d;
	margin: 0px;
}
div{
	margin:0px;
	padding:0px;
}
#wrapper{
	width:760px;
	margin:0 auto;
}
.header{
}
.navigation a{
	margin:0px;
	padding:0px;
	display:inline-block;
}
.welcome{
	font:13px "Times New Roman", Times, serif;
	color:#3b6df4;
	line-height:1.5em;
	text-align:center;
	padding-top:10px;
	padding-bottom:40px;
}

a:active, a:focus {outline: 0;}

.footernav{
	font:11px tahoma;;
	color:#3b6df4;
	line-height:1.5em;
	text-align:center;
}
.footernav a:link {text-decoration: none;color:#3b6df4;}
.footernav a:visited {text-decoration: none;color:#3b6df4;}
.footernav a:active {text-decoration: none;color:#3b6df4;}
.footernav a:hover {text-decoration: underline;color:#3b6df4;}

.footernav2{
	font:11px tahoma;;
	color:#0b43aa;
	line-height:1.5em;
	text-align:center;
}
.footernav2 a:link {text-decoration: none;color:#0b43aa;}
.footernav2 a:visited {text-decoration: none;color:#0b43aa;}
.footernav2 a:active {text-decoration: none;color:#0b43aa;}
.footernav2 a:hover {text-decoration: underline;color:#0b43aa;}
