/*Faces FORCE*/
body{
	padding:0;
	margin:0;
	color:#065893;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
}

div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul li{
	text-align: left;
}

a{
	text-decoration:none;
	color: #316ec7;
}

a:hover{
	color: #971414;
}

#wrapper{
	margin: auto;
	text-align: left;
	width:900px;
}
/* -------------------------------------- HEADER  --------------------*/
#header{
	width:900px;
	margin:10px auto 0px auto;
}

#header a{
	text-decoration:none;
	border: none;
}
/* -------------------------------------- HEADER  --------------------*/
#title{
	width:900px;
	margin:0px auto;
	font-size:12px;
	font-weight:bold;

}
/* -------------------------------------- title  --------------------*/
.img{
	padding:0px 50px 0px 25px;
	height:70px;
	width:70px;
	border:0px;
	
}
/* -------------------------------------- IMAGE  --------------------*/
#logo{
	text-align:center;		
	margin-top: 5px;
}
/* -------------------------------------- LOGO  --------------------*/

#centerpanel{
	width:900px;
	text-align:center;
}
/* -------------------------------------- centerpanel  --------------------*/

#footer{
   text-align: center;
   width: 900px;
   color:#065893;        
   padding-top: 10px;
   margin-left: 1px;
   border-top: 5px ridge #f3f6f6;
}
#footer div{
    float: left;
}
/* ----------------------------- FOOTER --------------------------*/
/* ----------------------------- FOOTER LINKS --------------------------*/
#footerlinks{
    color:#065893;
    width: 200px;
    height: 20px;
    padding: 0px 25px 0px 0px;
}

#footerlinks a{
    color:#065893;
    text-decoration: none;
}

#footerlinks a:hover{
    color:#666666;
    text-decoration: underline;
}
/* ----------------------------- FOOTER LINKS --------------------------*/