@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
a{outline:none;text-decoration:none;}
a img{border:none;}
body{
	margin:16px 0;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:76%;
	background:#CFE1ED url(../images/bg-top.gif) repeat-x;
}

#container{
	margin:0 auto;
	width:960px;
	text-align:left;
}




#main{
	background:#FFF url(../images/panel_foot.png) no-repeat bottom;
	padding-bottom:16px;
}
#main .top{
	padding:10px 0 0 0;
	background:url(../images/top_top.png) no-repeat;
}
#main .top .banner{
	height:80px;
}
#main .hr{
	margin-left:15px;
	height:0px;
	width:96%;
	border-bottom:#E4E4E4 solid 1px;
}
#main h1{
	margin-top:15px;
	margin-left:15px;
}
#main h3{
	margin-left:15px;
	color:#404040;
}
#main .content{
	margin-top:15px;
	margin-bottom:10px;
	text-align:center;
}


.panel{clear:both;margin-top:15px;}
.panel .top{
	height:10px;
	background:url(../images/panel_top.png) no-repeat;
}
.panel .content{
	padding:10px 15px;
	background:#FFF;
	color:#404040;
	line-height:1.4;
}
.panel .foot{
	height:16px;
	background:url(../images/panel_foot.png) no-repeat;
}

#footer{margin-top:10px;}
#footer p{
	color:#6D93AB;
	font-size:9px;
	padding:5px 0 15px;
	text-align:center;
}
#footer a{
	color:#6D93AB;
	font-size:0.9em;
	padding:0 5px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	line-height:4;
}
