/* CSS Document */

body,
	html {
		margin:0;
		padding:0;
		background:#FFF;
		color:#000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	body {
		min-width:750px;
		background-color:#FFF;
		color: #000;
		background-image:url(images/ppc-background.gif);
		background-repeat:repeat-x;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	
	a:link, a:visited {
	font-size: 11px;
	color: #FF0000;
	text-decoration: none
}

	a:hover, a:active {
	font-size: 11px;
	color: #0066cc;
	text-decoration:underline;
}
	
	#wrap {
		background: transparent;
		margin:0 auto;
	    width: 720px;
	}
	#header {
		height:87px; 
		background:#FFF; 
	}
	#header h1 {
	    margin:0;
    }
	#nav {
	background-image:url(images/pfa-back.gif);
	background-repeat:no-repeat;
	height: 197px;
	padding-top: 11px;
	padding-left: 7px;
	}
	
	#sidebar {
		background:#FFF;
		float:left;
		width:230px;
		padding-left: 5px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#sidebar h2, #sidebar h3, {
		font-weight: normal;
		margin: 0px;
    }
	#main {
		background:#FFF;
		float:right;
		width:450px;
		line-height: 18px;
		padding-left: 5px;
		padding-right: 15px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
    #main h3, #main p {
		padding:0 10px 0 0;
    }
	#footer {
		background-image: url(images/footerback.jpg);
		background-repeat: no-repeat;
		color: #666;
		font-size: 10px;
		clear:both;
	}
	
	a.privacy:link, a.privacy:visited {
	color: #666;
	font-size: 10px;
}

	a.privacy:hover, a.privacy:active {
	color: #FF0000;
	font-size: 10px;
}
	
	
	#footer p {
		padding:5px;
    }
	
	.getstarted {
	width: 182px;
	background-image: url(images/border.gif);
	background-repeat:repeat-x;
	background-color: #0066cc;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: left;
	color: #FFF;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

	.getstarted a:link, .getstarted a:visited {
	color: #FFF;
	font-size: 12px;
	text-decoration: underline;
}

	.getstarted a:hover, .getstarted a:active {
	color: #000;
	font-size: 12px;
	text-decoration: underline;
}
	.quote {
	clear: both;
	width: 222px;
	margin-top: 15px;
	background-color: #cccccc;
	text-align: left;
	font-size: 12px;
}

	.quote p {
	padding-left: 20px;
	padding-right: 18px;
	line-height: 15px;
	margin: 0px;
	color: #000;
}

.quote a:link, .quote a:visited {
font-size: 12px;
}

.quote a:hover, .quote a:active {
font-size: 12px;
}

.twofer {
background-image:url(images/border.gif);
background-repeat:repeat-x;
margin-top: 15px;
line-height: 14px;
}

.learn {
width: 230px;
text-align:center;
}

.learn p {
text-align:left;
margin-left: 22px;
line-height: 15px;
margin-top: 0px;
}

.learn a:link, .learn a:visited {
color: #666;
font-size: 12px;
}

.learn a:hover, .learn a:active {
color: #66000;
font-size: 12px;
}

td.pfa {
background-color: #000;
color: #FFF;
font-size:12px;
line-height: 18px;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
}


.pfa a:link, .pfa a:visited {
color: #66ccff;
font-size: 12px;
}

.pfa a:hover, .pfa a:active {
color: #FF0000;
font-size: 12px;
}

ul {
margin-top: 5px;
margin-left: 0;
padding-left: 5px;
list-style: none;
}

li
{
padding-left: 15px;
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: -5px 2px;
}

ol.norm {
margin-top: 5px;
margin-left: 0px;
padding-left: 15px;
}

li.norm
{
background-image: none;
padding-left: 0px;
}

li.norm strong {
color: #0066cc;
font-style:italic;
}

td.glossary {
border-bottom: solid 1px #000;
padding-top: 3px;
padding-bottom: 3px;
font-size:11px;
line-height: 13px;
}

 div.hr {
  height: 20px;
  background: #fff url(images/dots.gif) repeat-x scroll center;
  margin-bottom: 10px;
}
div.hr hr {
  display: none;
}

.box {
background-color:#bfdfff;
padding: 10px;
}

.diff_head {
color: #0066cc;
font-style:italic;
font-weight: bold;
}

#question1 {
	}

#question2 {
	}

	.question {
		width:430px;
		margin-bottom: 15px;
	}

	.question p {
		margin: 15px;
	}

	.expandlink {
		font-weight: bold;
		font-size: 12px;
		margin-bottom: 5px;
		color: #0066cc;
		font-style:italic;

	}
	
	.expandlink a:link, .expandlink a:visited, {
		color: #0066cc;
		text-decoration: none;
	}
	
	.expandlink a:hover, .expandlink a:active, {
	color: #0066cc;
    text-decoration: underline;
	}