@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	background-image:url(../images/innerPages/blueBkg.png);
	background-repeat:repeat-x;
}
p {
	font-size:75%;
	line-height:1.3em;
}
p.small {
	font-size:70%;
}

.bold {
	font-weight:bold;
}
p a:link {
	color:#000;
	text-decoration:underline;
}
p a:visited {
	color:#000;
	text-decoration:underline;
}
p a:hover {
	color:#cc6600;
	text-decoration:underline;
}
li {
	font-size:75%;
	line-height:1.3em;
}
li a:link {
	color:#000;
	text-decoration:underline;
}
li a:visited {
	color:#000;
	text-decoration:underline;
}
li a:hover {
	color:#cc6600;
	text-decoration:underline;
}
li.second {
	font-size:100%;
}
td a:link {
	color:#000;
	text-decoration:underline;
}
td a:visited {
	color:#000;
	text-decoration:underline;
}
td a:hover {
	color:#cc6600;
	text-decoration:underline;
}
.red {
	color:#FF0000;
}

#header { 
 	background:url(../images/innerPages/headerBar_crest.png) no-repeat;
	padding: 0 10px 0 20px;
	height:7.8em;
} 
#header h1 {
	margin: 0;
	padding:15px 0 0 95px;
	text-align:left;
	color:#fff;
	font-size:95%;
}
#header p {
	text-align:right;
	font-size:60%;
	margin-right:0;
	position:relative;
	margin-top:5px;
}
#header p a:link {
	color:#000;
	text-decoration:none;
}
#header p a:visited {
	color:#000;
	text-decoration:none;
}
#header p a:hover {
	color:#ffcc00;
	text-decoration:underline;
}
#header form {
	position:relative;
	top:-50px;
	/*top:1px;*/
	text-align:right;
	margin-right:30px;
}
#header input {
	font-size:75%;
	color:#000;
}
#header input.btn {
	font-size:70%;
	color:#ffffff;
	font-weight:bold;
	background-color:#cc0000;
}
#header .txt {
	font-size:70%;
	color:#ffffff;
	font-weight:bold;
}
#header span a:link, a:visited {
	color:#ffffff;
	text-decoration:none;
}
#header span a:hover {
	color:#ffcc00;
	text-decoration:underline;
}
#topnav1 {
	text-align:center;
	background-color:#f0f0f0;
	margin-top:-2px;
	padding:5px 0 5px 0;
	font-size:70%;
	color:#000;
}

#topnav1 a:link {
	color:#000;
	text-decoration:none;
}
#topnav1 a:visited {
	color:#000;
	text-decoration:none;
}
#topnav1 a:hover {
	color:#cc6600;
	text-decoration:underline;
}
#lowerBorder {
	background: url(../images/innerPages/yellowBar.gif) repeat-x center;
	margin-top:-7px;
}
#topnav2 {
	text-align:center;
	color:#336699;
	margin:0 auto;
	margin-top:-5px;
}
#topnav2 p {
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight:bold;
	color:#336699;
	margin:5px 20px 5px 20px;
	line-height:20px;
}
#topnav2 a:link {
	color:#336699;
	text-decoration:none;
}
#topnav2 a:visited {
	color:#336699;
	text-decoration:none;
}
#topnav2 a:hover {
	color:#cc6600;
	text-decoration:underline;
}
#leftnav {
	float: left;
	width: 180px;
	background: #fff;
	padding: 15px 10px 15px 20px;
	margin:5px 0 0 25px;
	/*border:1px solid #efefef;*/
}
#leftnav p {
	color:#000;
	padding-bottom:10px;
	text-align:left;
	border-bottom:2px dotted #f2dda4;
}
#leftnav p.subTopic {
	color:#336699;
	padding-bottom:0px;
	margin-left:15px;
	font-size:70%;
	text-align:left;
	border-bottom:none;
}
#leftnav p.subTopic a:link {
	color:#336699;
	text-decoration:none;
}
#leftnav p.subTopic a:visited {
	color:#336699;
	text-decoration:none;
}
#leftnav p.subTopic a:hover {
	color:#cc6600;
	text-decoration:underline;
}
#leftnav a:link {
	color:#000;
	text-decoration:none;
}
#leftnav a:visited {
	color:#000;
	text-decoration:none;
}
#leftnav a:hover {
	color:#cc6600;
	text-decoration:underline;
}
#mainContent { 
	margin: 10px 25px 0 245px;
	border:1px solid #efefef;
	background-position:top;
} 
#mainContent h1 {
	font-size:90%;
	background-color:#efefef;
	padding:10px 0 10px 10px;
	text-align:left;
	margin-top:0;
}
#mainContent h2 {
	font-size:90%;
	color:#336699;
	font-style:italic;
	border-bottom:1px solid #336699;
	text-align:left;
	margin:0 10px 0 10px;
	font-weight:lighter;
}
#mainContent h2 a:link {
	color:#336699;
	text-decoration:none;
	font-weight:lighter;
}
#mainContent h2 a:visited {
	color:#336699;
	text-decoration:none;
	font-weight:lighter;
}
#mainContent h2 a:hover {
	color:#cc6600;
	text-decoration:none;
	font-weight:lighter;
}
#mainContent h3 {
	font-size:80%;
	text-align:left;
	margin:10px 10px -15px 10px;
	font-weight:bold;
}
#mainContent h3 a:link {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#mainContent h3 a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#mainContent h3 a:hover {
	color:#cc6600;
	text-decoration:none;
	font-weight:bold;
}
#mainContent h4 {
	font-size:80%;
	text-align:left;
	margin-left:10px;
	font-weight:bold;
	color:#666666;
}
#mainContent h5 {
	font-size:80%;
	text-align:left;
	margin-left:30px;
	font-weight:normal;
	color:#336699;
}
#mainContent .removeSpace {
	margin-top:-15px;
}
#mainContent p {
	color:#000;
	padding:0px 10px 0 10px;
	text-align:left;
}
#mainContent p.centered {
	text-align:center;
}
#mainContent p.blue {
	color:#336699;
}
#mainContent ul {
	list-style:disc;
}
#mainContent ol {
	margin-left:60px;
}
#mainContent ol.noIndent {
	padding-left:0;
}
#mainContent li {
	font-size:75%;
	color:#000;
	text-align:left;
	padding-bottom:4px;
}
#mainContent li.second {
	font-size:100%;
}
#mainContent li a:link {
	color:#000;
	text-decoration:underline;
}
#mainContent li a:visited {
	color:#000;
	text-decoration:underline;
}
#mainContent li a:hover {
	color:#cc6600;
	text-decoration:underline;
}
#mainContent form {
	border:none;
	padding:0.5em;
}
#mainContent input {
	color:#000;
	font-size:75%;
	margin-bottom:10px;
}
#mainContent .txt {
	font-size:75%;
	color:#000;
	font-weight:bold;
	vertical-align:top;
}
#mainContent input.btn {
	font-size:80%;
	/*color:#ffffff;
	font-weight:bold;
	background-color:#cc0000;*/
}
#mainContent textarea {
	margin-bottom:10px;
}
#footer { 
	background:url(../images/innerPages/footerBar.png) repeat-y;
	background-color:#5780ad;
	margin-top:-12px;
} 
#footer p {
	margin: 0;
	color:#fff;
	font-size:70%;
	padding-bottom:20px;
	position:relative;
	line-height:1.5em;
}
#footer p a:link {
	color:#fff;
	text-decoration:none;
}
#footer p a:visited {
	color:#fff;
	text-decoration:none;
}
#footer p a:hover {
	color:#ffcc00;
	text-decoration:underline;
}
#upperFooter {
	background: url(../images/innerPages/yellowBar.gif) repeat-x;
}
#footer ul {
	display:inline;
	list-style: none;
}
#footer li {
	margin:0;
	color:#fff;
	font-size:70%;
	padding-bottom:20px;
	padding-top:20px;
	position:relative;
	line-height:1.5em;
	text-align:center;
}
#footer li a:link {
	color:#fff;
	text-decoration:none;
}
#footer li a:visited {
	color:#fff;
	text-decoration:none;
}
#footer li a:hover {
	color:#ffcc00;
	text-decoration:underline;
}
#footer p.leftAlign {
	text-align:left;
	left:30px;
	top:10px;
	float:left;
}
#footer p.centerAlign {
	text-align:center;
}
.rightAlign {
	float:right;
	top:10px;
	padding-right:20px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	/*background:url(../images/footer_bkg.png);
	background-repeat:repeat-x;*/
}

#fullContent { 
	margin: 10px 25px 0 25px;
	border:1px solid #efefef;
	background-position:top;
} 
#fullContent h1 {
	font-size:90%;
	background-color:#efefef;
	padding:10px 0 10px 10px;
	text-align:left;
	margin-top:0;
}
#fullContent h2 {
	font-size:90%;
	color:#336699;
	font-style:italic;
	border-bottom:1px solid #336699;
	text-align:left;
	margin:0 10px 0 10px;
	font-weight:lighter;
}
#fullContent h3 {
	font-size:80%;
	text-align:left;
	margin:10px 10px -15px 10px;
	font-weight:bold;
}
#fullContent h4 {
	font-size:80%;
	text-align:left;
	margin-left:10px;
	font-weight:bold;
	color:#666666;
}
#fullContent p {
	color:#000;
	padding:0px 10px 0 10px;
	text-align:left;
}
#fullContent p.centered {
	text-align:center;
}
#fullContent ul {
	list-style:disc;
}
#fullContent li {
	color:#000;
	text-align:left;
	padding-bottom:4px;
}
.rightAlign {
	text-align:right;
}

/* For MLO Discussion Papers */

#fullContent p.mloCover {
	font-size:100%;
	text-align:center;
}
#fullContent p.biosketch {
	font-size:85%;
	margin-left:100px;
	margin-right:100px;
}
#fullContent p.disclaimer {
	margin-left:100px;
	margin-right:100px;
}

#fullContent h3.mlo {
	font-size:80%;
	text-align:left;
	font-weight:bold;
	margin:20px 0 0 10px;
}

/* Tables */

#mainContent .decision {
	border:none;
	margin-left:0;
}
#mainContent .decision th{
	background:#eeeeee;
	font-size:75%;
	padding:10px;
	border:1px solid #ccc;
	width:50%;
}
#mainContent .decision td{
	/*border:1px solid #eee;*/
	font-size:75%;
	padding:5px;
	/*width:50%;*/
	vertical-align:top;
}
#mainContent .decision td a:link {
	text-decoration:underline;
	color:#000;
}
#mainContent .decision td a:visited {
	text-decoration:underline;
	color:#000;
}
#mainContent .decision td a:hover {
	text-decoration:underline;
	color:#cc6600;
}
#mainContent .decision td.width20 {
	width:20%;
}
#mainContent .decision th.width20 {
	width:20%;
}

.threeColumn {
	border-collapse:collapse;
	width:90%;
}
.threeColumn th{
	background:#eeeeee;
	font-size:75%;
	padding:10px;
	border:1px solid #ccc;
	width:33%;
}
.threeColumn td{
	border:1px solid #eee;
	font-size:75%;
	padding:5px;
	width:33%;
	vertical-align:top;
}
.threeColumnAr {
	border-collapse:collapse;
}
.threeColumnAr caption {
	font-size:75%;
	line-height:1.3em;
}
.threeColumnAr th{
	background:#eeeeee;
	font-size:75%;
	padding:10px;
	border:1px solid #ccc;
	width:33%;
}
.threeColumnAr td{
	border:1px solid #eee;
	font-size:75%;
	padding:5px;
	width:33%;
	vertical-align:top;
	text-align:center;
}
.threeColumnAr th.left {
	text-align:left;
}
.threeColumnArA {
	border-collapse:collapse;
}
.threeColumnArA caption {
	font-size:75%;
	line-height:1.3em;
}
.threeColumnArA th{
	background:#eeeeee;
	font-size:75%;
	padding:10px;
	border:1px solid #ccc;
	width:33%;
}
.threeColumnArA td{
	border:1px solid #eee;
	font-size:75%;
	padding:5px;
	width:33%;
	vertical-align:top;
	text-align:left;
}
.threeColumnArB {
	/*border-collapse:collapse;*/
	border:none;
	margin-top:50px;
	width:60%;
}
.threeColumnArB caption {
	font-size:105%;
	line-height:1.3em;
	border-bottom:2px solid #000;
	text-align:left;
}
.threeColumnArB th{
	font-size:75%;
	padding:10px;
	text-align:right;
	font-weight:normal;	
}
.threeColumnArB td{
	/*border:1px solid #eee;*/
	font-size:75%;
	padding:5px;
	vertical-align:top;
	text-align:left;
}
.threeColumnArB td.rightAlign {
	text-align:right;
}
.threeColumnArB td.width70 {
	width:70%;
}
.threeColumnArB td.width15 {
	width:15%;
}
.threeColumnArB td.lineUnder {
	border-bottom:1px solid #000;
}
.threeColumnArB td.doubleLineUnder {
	border-bottom:double 5px #333;
}
.threeColumnArB td.spaceAbove {
	padding-top:20px;
}
.threeColumnArB td.thickLineUnder {
	border-bottom:2px solid #000;
}

.fourColumnArB {
	border:none;
	margin-top:50px;
	width:60%;
}
.fourColumnArB caption {
	font-size:105%;
	line-height:1.3em;
	border-bottom:2px solid #000;
	text-align:left;
}
.fourColumnArB th{
	font-size:75%;
	padding:10px;
	text-align:right;
	font-weight:normal;	
}
.fourColumnArB td{
	font-size:75%;
	padding:5px;
	vertical-align:top;
	text-align:left;
}
.fourColumnArB td.rightAlign {
	text-align:right;
}
.fourColumnArB td.width40 {
	width:40%;
}
.fourColumnArB td.width20 {
	width:20%;
}
.fourColumnArB td.lineUnder {
	border-bottom:1px solid #000;
}
.fourColumnArB td.spaceAbove {
	padding-top:20px;
}
.fourColumnArB td.thickLineUnder {
	border-bottom:2px solid #000;
}

.fiveColumnArB {
	border:none;
	margin-top:50px;
	width:60%;
}
.fiveColumnArB caption {
	font-size:105%;
	line-height:1.3em;
	border-bottom:2px solid #000;
	text-align:left;
}
.fiveColumnArB th{
	font-size:75%;
	padding:10px;
	text-align:center;
	font-weight:normal;	
}
.fiveColumnArB td{
	font-size:75%;
	padding:5px;
	vertical-align:top;
	text-align:left;
}
.fiveColumnArB td.rightAlign {
	text-align:right;
}
.fiveColumnArB td.width40 {
	width:40%;
}
.fiveColumnArB td.width20 {
	width:20%;
}
.fiveColumnArB td.lineUnder {
	border-bottom:1px solid #000;
}
.fiveColumnArB td.spaceAbove {
	padding-top:20px;
}
.fiveColumnArB td.thickLineUnder {
	border-bottom:2px solid #000;
}

.fourColumnAr {
	border-collapse:collapse;
}
.fourColumnAr caption {
	font-size:75%;
	line-height:1.3em;
}
.fourColumnAr th{
	background:#eeeeee;
	font-size:75%;
	padding:10px;
	border:1px solid #ccc;
	width:25%;
}
.fourColumnAr td{
	border:1px solid #eee;
	font-size:75%;
	padding:5px;
	width:25%;
	vertical-align:top;
}
.fourColumnAr td.rightNSpace {
	text-align:right;
	padding-right:30px;
}
.fourColumnAr td.notes {
	padding:20px 20px 20px 10px;
	width:500px;
}
.fiveColumnAr {
	border-collapse:collapse;
}
.fiveColumnAr caption {
	font-size:75%;
	line-height:1.3em;
}
.fiveColumnAr th{
	background:#eeeeee;
	font-size:75%;
	padding:10px;
	border:1px solid #ccc;
	/*width:25%;*/
}
.fiveColumnAr td{
	border:1px solid #eee;
	font-size:75%;
	padding:5px;
	width:15%;
	vertical-align:top;
	text-align:center;
}
.fiveColumnAr td.rightNSpace {
	text-align:right;
	padding-right:30px;
}
.fiveColumnAr td.notes {
	padding:20px 20px 20px 10px;
	width:500px;
}
.fiveColumnAr td.left {
	text-align:left;
}
.fiveColumnAr td.width40 {
	width:40%;
}

.thirteenColumnAr {
	border:none;
	margin-top:50px;
}
.thirteenColumnAr caption {
	font-size:75%;
	line-height:1.3em;
}
.thirteenColumnAr th{
	font-size:75%;
	padding:10px;
	text-align:center;
}
.thirteenColumnAr td{
	font-size:75%;
	padding:5px;
	vertical-align:top;
	text-align:right;
}
.thirteenColumnAr td.leftAlign {
	text-align:left;
}
.thirteenColumnAr td.width40 {
	width:40%;
}
.thirteenColumnAr td.width5 {
	width:5%;
}
.thirteenColumnAr td.width4 {
	width:4%;
}
.thirteenColumnAr td.width6 {
	width:6%;
}
.thirteenColumnAr td.shaded {
	background-color:#eee;
}
.thirteenColumnAr td.spaceAbove {
	padding-top:20px;
}
/*.thirteenColumnAr td.thickLineUnder {
	border-bottom:2px solid #000;
}*/



#mainContent .threeColumn td li.regularSize {
	font-size:100%;
}

#mainContent .plainLanguage {
	border-collapse:collapse;
	width:90%;
	border:1px solid #000;
}
#mainContent .plainLanguage td{
	font-size:70%;
	padding:10px;
	border:1px solid #000;
}

#mainContent .plainLanguage td.width20 {
	width:20%;
	background-color:#ccc;
}
#mainContent .plainLanguage td.width80 {
	width:80%;
	background-color:#fff;
}

.smokingTable {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	width:85%;
	margin-left:25px;
}
.smokingTable th {
	border-bottom:1px solid #000;
	font:70% Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	vertical-align:top;
}
.smokingTable td {
	font:70% Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	vertical-align:top;
	width:20%;
}
.smokingTable td.leftCell {
	font:70% Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
	vertical-align:top;
	width:20%;
}

.fiveColumn {
	border-collapse:collapse;
	width:100%;
}
.fiveColumn th{
	background:#eeeeee;
	font-size:75%;
	padding:10px;
	border:1px solid #ccc;
	width:20%;

}
.fiveColumn td{
	border:1px solid #eee;
	font-size:75%;
	padding:5px;
	width:20%;
	vertical-align:top;

}
.oneColumn {
	border:collapse;
	border:1px solid #999;	
}
.oneColumn th {
	background:#eeeeee;
	font-size:75%;
	padding:10px;
	border:1px solid #ccc;
	width:100%;
}
.oneColumn td {
	font-size:75%;
	padding:5px;
	width:100%;
}
.twoColumn {
	border-collapse:collapse;
}
.twoColumn th{
	background:#eeeeee;
	font-size:75%;
	padding:10px;
	border:1px solid #ccc;
	width:50%;
}
.twoColumn td{
	border:1px solid #eee;
	font-size:75%;
	padding:5px;
	width:50%;
	vertical-align:top;
}
.twoColumn td.width20 {
	width:20%;
}
.twoColumn td.rightAlign {
	text-align:right;
}

.twoColumnAr {
	border-collapse:collapse;
	margin-left:10px;
}
.twoColumnAr caption {
	font-size:75%;
	line-height:1.3em;
}
.twoColumnAr th{
	background:#eeeeee;
	font-size:75%;
	padding:5px;
	border:1px solid #ccc;
	width:50%;
	text-align:left;
}
.twoColumnAr td{
	border:1px solid #eee;
	font-size:75%;
	padding:10px;
	width:50%;
	vertical-align:top;
}

.twoColumnAr td.rightAlign {
	text-align:right;
}
.twoColumnAr td.notes {
	padding:20px 20px 20px 10px;
	width:500px;
}
.leftIndent {
	margin-left:10px;
}
.total {
	border-top:1px solid #000;
}
td li {
	font-size:100%;
}
.twoColumnArB {
	border:none;
	margin-left:10px;
	width:50%;
}
.twoColumnArB caption {
	font-size:75%;
	line-height:1.3em;
}
.twoColumnArB th{
	font-size:75%;
	padding:5px;
	border-bottom:1px solid #ccc;
	width:50%;
	text-align:left;
}
.twoColumnArB td{
	font-size:75%;
	padding:10px;
	width:50%;
	vertical-align:top;
	text-align:left;
}
.twoColumnArB td.rightAlign {
	text-align:right;
}
.twoColumnArB td.notes {
	padding:20px 20px 20px 10px;
	width:500px;
}
.twoColumnArB td.lineUnder {
	border-bottom:1px solid #000;
}
.twoColumnArB td.spaceAbove {
	padding-top:20px;
}
.twoColumnArB td.thickLineUnder {
	border-bottom:2px solid #000;
}

.decisionSearch {
	border:none;
}
.decisionSearch caption {
	font-size:90%;
	color:#336699;
	font-style:italic;
	border-bottom:1px solid #336699;
	text-align:left;
	margin:0 10px 0 10px;
	font-weight:lighter;
}
.decisionSearch th{
	background:#eeeeee;
	font-size:75%;
	padding:10px;
	border:1px solid #ccc;
}
.decisionSearch td{
	font-size:75%;
}
.decisionSearch td a:link {
	text-decoration:underline;
	color:#000;
}
.decisionSearch td a:visited {
	text-decoration:underline;
	color:#000;
}
.decisionSearch td a:hover {
	text-decoration:underline;
	color:#cc6600;
}
.decisionSearch td.width20 {
	width:20%;
}
.decisionSearch th.width20 {
	width:20%;
}
#mainContent .decisionSearch td li {
	font-size:100%;
}
#mainContent input {
	font-size:100%;
	color:#000;
}

/* 2-column format for sitemap page */
#column1 {
	position:relative;
	left:0px;
	width:100%;
}
h2.short {
	width:350px;
}
p.short {
	width:50%;
}
#column2 {
	position:absolute;
	top:0px;
	left:500px;
	float:left;
	/*width:50%;*/
}

/* 2-column format for the W.S.I.A.T. Reporter */
#firstCol {
	margin:0 250px 0 0;
	padding:0 20px;
}

#secondCol {
	float:right;
	width:300px;
	padding:15px 10px;
	background:#eee;
	margin-top:20px;
}


