@charset "utf-8";
/*---------- common ------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0pt auto;
	padding:0pt;
	position:relative;
	width:910px;
}
#main {
	width:100%;
}
#header {
	padding-bottom: 20px;
}
.submit_btn {
	-x-system-font:none;
	border:1px solid #666666;
	color:#CC3333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bolder;
	height:22px;
	line-height:normal;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/btn_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.content {
	border-bottom:1px solid #C2C2C2;
	padding-bottom:20px;
}
.content a {
	color: #006699;
}

.content br {
clear:both;
}
.content p {
color:#777777;
margin-bottom:13px;
font-size:13px;
}
.content h5 {
color:#CC0000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:normal;
}
.content .table-learn-more {
	margin-top: 10px;
}

.leftColumn .privacy-link {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.content  .leftColumn {
	padding-right:20px;
	width:323px;
}
.content  .leftColumn  h2 {
	color:#006699;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
}
.content  .rightColumn {
	border-left:1px solid #B0B0B0;
	width:545px;
	padding-left: 20px;
}
.rightColumn .learn-more-list {
	margin-left: 10px;
}
.rightColumn .learn-more-list li {
	list-style-type: none;
	background-image: url(../images/marker_list.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	line-height: 16px;
	margin-bottom: 2px;
}

.rightColumn  .image {
float:right;
padding-right:3px;
}
.divider_black {
border-top:1px solid #000000;
font-size:1px;
height:1px;
line-height:1px;
}
.divider_gray {
border-top:1px solid #C2C2C2;
font-size:1px;
height:1px;
line-height:1px;
}
