@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
a{outline:none;text-decoration:none;color:#333;}
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 h2,#main h3,#main .p{
	margin-left:15px;
	color:#404040;
}
#main .privacy_h1{
	margin:0;
	color:#333333;
}
#main .content{
	margin-top:15px;
	margin-bottom:10px;
	padding:0 15px;
}
#main .content table tr{height:24px;}
#main .content .form_tab td{
	padding-bottom:12px;
}


#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;
}
