/*
=====================================================================
	sitestyles.css for ftc.gov/donotcall
	Ver. 1.1 - 6/27/2003
	
	This document includes only base styles (NN4/IE5 compatibility).
	Enhanced styles are loaded from sitestyles_enhanced.css
	via an @import rule in the html files (prevents NN4 from seeing
	the enhanced styles).
=====================================================================
*/


/* --------------------------------------------------------------- */
/* Base HTML Entities */

BODY {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

P, UL, LI {
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
}

H1, H2 {
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 0em;
}

A:link, A:visited, A:active {
	color: #00b03b;
}

/* --------------------------------------------------------------- */
/* Page structure and positioning */

#footerSection {
	clear: both;
	margin-top: 2em;
	padding: 0.3em 0em 0.3em 0.75em;
	text-align: center;
}

#leftColumn {
	float: left;
	width: 183px;
	margin-right: 24px;
}

#middleSection {
	margin: 2em;
	margin-top: 1em;
}

#rightColumn {
	margin-left: 210px;
}

.commonLinks {
	text-align: right;
}

.fileList {
	margin: 0.5em 0em;
}

.addition {
	margin: 0.5em 0em;
}

.floatLink {
	text-align: right;
	padding: 5px 12px 0px 0px;
}

.hotLinks {
	margin: 1.5em 0em;
	text-align: center;
}

.mainNav {
	padding-top: 1em;
}

.navFooter {
	margin-right: 2em;
}

/* --------------------------------------------------------------- */
/* DIV and class HTML Entities */

#rightColumn H1 {
	font-family: Georgia, Times\ New\ Roman, Times, serif;
	font-weight: normal;
	color: #5aa5cf;
	font-size: 36px;
	line-height: 39px;
}

#rightColumn H2 {
	color: #5aa5cf;
	font-size: 16px;
}

.bannerAd TABLE {
	border: solid black 1px;
}

.bannerAd TD.adText {
	background: #3399cc;
	padding: 0px 18px 0px 18px;
	font-weight: bold;
	font-size: 16px;
}

.bannerAd A:link, .bannerAd A:visited, .bannerAd A:active {
	text-decoration: none;
	color: #ffffff;
}

.bannerAd A:hover {
	text-decoration: underline;
}

.commonLinks A:link, .commonLinks A:visited, .commonLinks A:active {
	color: #000000;
}

.fileList TD {
	font-size: 12px;
	text-align: center;
	background-color: #c9e8f8;
	padding: 2px;
}

.fileList TD.fname {
	text-align: left;
	width: 100%;
}

.fileList TH {
	background: #5aa5cf;
	padding: 2px;
	font-size: 12px;
	text-align: left;
	color: #ffffff;
}

.fileList TD A:link, .fileList TD A:visited, .fileList TD A:active {
	color: #26527e;
}

.addition TD {
	font-size: 11px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 5px;
}

.addition TD.fname {
	text-align: left;
	width: 100%;
}

.addition TH {
	background: #FFFFFF;
	padding: 2px;
	font-size: 12px;
	text-align: left;
	color: #000000;
}

.addition TD A:link, .fileList TD A:visited, .fileList TD A:active {
	color: #26527e;
}

.hotLinks A:link, .hotLinks A:visited, .hotLinks A:active {
	color: #000000;
	text-decoration: none;
}

.hotLinks A:hover {
	text-decoration: underline;
}

.hotLinks EM {
	color: #00b03b;
	font-style: normal;
}

.hotLinks H1 {
	font-family: Georgia, Times\ New\ Roman, Times, serif;
	font-weight: normal;
	font-size: 26px;
	color: #5aa5cf;
	text-align: center;
	padding-top: 0.2em;
	margin-top: 0.3em;
	border-top: 2px dotted;
}

.hotLinks P {
	margin: 0.5em;
	padding: 0.5em;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;
	color: #000000;
}

.mainNav A:link, .mainNav A:visited, .mainNav A:active {
	text-decoration: none;
	color: #000000;
}

.mainNav P {
	margin: 0.3em 0em;
	padding: 0.3em 0em;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.1em;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
}

.navFooter {
	font-size: 10px;
	text-transform: lowercase;
}

.navFooter P {
	display: inline;
}

.uplink {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

div#alertbox {
	background-color:#f9f0db;
	border: 1px solid #bc9022;
	padding:4px;
	text-align:center;
	margin-bottom: 15px;
}

div#alertbox p {
	padding: 0px;
    margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin-top: .5em;
	margin-bottom: .5em;
	padding-bottom: .5em;
	font-size: 80%;	
	}
