@media all { /* Hiding css from IE5Mac */


/* GENERAL */
BODY {
    background: #F0F0EE;
    padding: 0;
    margin: 0;
    text-align: center;
    color: black;
    font-family: georgia, serif;
}
FORM {
    margin: 0;
}
IMG {
    border: 0;
}
A {
    text-decoration: none;
    color: #0066CC;
}
A.previous,
A.back {
    background: url(../img/arrow_back.gif) no-repeat left center;
    padding-left: 0.9em;
}
A.previous {
    background-position: 0 0.45em;
}
A.next,
A.forward {
    background: url(../img/arrow_forward.gif) no-repeat right center;
    padding-right: 0.9em;
}
A.next {
    background-position: 100% 0.45em;
}
A.forward,
A.back {
    display: block;
}
A.more {
    padding-left: 1.1em;
    background: url(../img/listItem_more.gif) no-repeat 0px 2px;
}
A.up {
    background: url(../img/arrow_up.gif) no-repeat left center;
    padding-left: 0.9em;
}
A:hover {
    text-decoration: underline;
}
A:visited {
    color: #906;
}
A:focus {
    background-color: #555 !important;
    color: #fff !important;
    outline: 0;
}
P {
    margin: 0 0 1em 0;
}
DIV.error {
    color: red !important;
}
DIV.error UL {
    margin-top: 1.4em !important;
    list-style-type: square !important;
    padding-left: 1.5em !important;
}
DIV.error LI {
    padding-left: 0 !important;
    background: none !important;
}
.skip,
.invisible {
    position: absolute;
    top: -999px;
}
.hide {
    display: none !important;
}
.first {
    margin-top: 0 !important; /* Modifier for "first elements" */
}
.last {
    margin-bottom: 0 !important; /* Modifier for "last elements" */
}
A.up {
    clear: both;
}
A.helpLink {
    color: #449900;
}
P SPAN,
A SPAN {
    font-weight: bold;
}
OL {
    margin: 0 0 0.7em 0;
    padding-left: 2.2em;
}
DIV#col1 LI {
    margin-bottom: 0.35em;
}
DIV#col1 UL LI UL LI {
    margin-bottom: 0;
}
UL {
    margin: 0 0 0.7em 0;
    padding: 0 0 0 0;
    list-style-type: square;
}

LI {
	list-style-type: none;
	background:transparent url(../img/listSquare.gif) no-repeat scroll 0em 0.5em;
	padding:0 0 0.0em 1em;
}

OL LI {
	list-style-type: decimal;
	padding: 0 0 0 0;
	background: none;
}


ADDRESS {
    font-style: normal;
}


/* TABLE */
TABLE {
    clear: both;
    width: 100%;
    border-collapse: collapse;
    margin: 1.4em 0 0.3em 0;
}
TABLE.dataTable {
    font-family: verdana, sans-serif;
    font-size: 0.9em;
}
TABLE.useTableHeaders TH {
    font-weight: bold !important;
}
TABLE.numbers TD {
    text-align: right;
}
TABLE.dataTable TD {
    text-align: right;
}
TH,
TD {
    text-align: left;
    padding: 0.25em;
    border: 4px solid #F0F0EE;
}
TH {
    padding: 0.15em 0.2em 0 0.25em;
    background: #F0F0EE;
    vertical-align: bottom;
}
TD {
    vertical-align: top;
}
CAPTION {
    text-align: left;
    margin-bottom: 1.4em;
    caption-side: bottom;
    font-style: italic;
}
TABLE.definitions {
    width: auto;
    clear: none;
}
TABLE.definitions TH,
TABLE.definitions TD {
    padding: 0 0.25em 0.25em 0.25em;
    border: none;
    vertical-align: top;
    background: none;
}
TABLE.definitions TH {
    text-align: right;
}
TR.odd TD {
    background: white;
}



/* ADVANCED TABLE / CHART */

.advancedTableContainer {
	/*background-image: url(/img/menuGradient_grey.jpg);
    background-repeat: repeat-y;
	background-position: 1px 0;	*/
	background-color: #e5e2db;
	margin-left: 1px;
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
}
table.advanced {
	border-collapse: collapse;
	border-spacing: 0;
	width: auto;
	font-family: verdana, sans-serif;
	font-size: 0.75em;
	margin-left: 0px;
	margin-top: 0;
	margin-bottom: 0;
}
table.advanced caption {
	caption-side: top;
}

table.advanced td, table.advanced th {
	border: none;
	vertical-align: bottom;
	font-weight: normal;
	background-color: transparent;
	padding: 0.25em 1em 0.25em 1em;
	line-height: 1.6em;
}
table.advanced td.firstColumn, table.advanced th.firstColumn {
	padding: 0.25em 1em 0.25em 0.25em;
}
table.advanced td.lastColumn, table.advanced th.lastColumn {
	padding: 0.25em 0.25em 0.25em 1em;
}
table.advanced td.oddRow, table.advanced th.oddRow {
	background-color: #ffffff;
}
table.advanced td.evenRow, table.advanced th.evenRow {
	background-color: #f0f0ee;
}

table.advanced .border-bottom-thin {
	border-bottom: 1px solid black;
}
table.advanced .border-bottom-thick {
	border-bottom: 2px solid black;
}
table.advanced .border-right-thin {
	border-right: 1px solid black;
}
table.advanced .border-right-thick {
	border-right: 2px solid black;
}
table.advanced .border-top-thin {
	border-top: 1px solid black;
}
table.advanced .border-top-thick {
	border-top: 2px solid black;
}
table.advanced .border-left-thin {
	border-left: 1px solid black;
}
table.advanced .border-left-thick {
	border-left: 2px solid black;
}
table.advanced .indent-1 div {
	padding-left: 1em;
}
table.advanced .indent-2 div {
	padding-left: 2em;
}
table.advanced .indent-3 div {
	padding-left: 3em;
}
table.advanced .data-type-numeric {
	text-align: right;
}
TABLE.oldTable{
    width: 100%;
}
TABLE.oldTable th,
TABLE.oldTable td{
    vertical-align: top;
}
TABLE.fixed {
    width: 22em;
}
p.advancedTableSource, ol.advancedTableFootnotes, .legendContainer table {
	font-family: verdana, sans-serif;
	font-size: 0.75em;
}

p.advancedTableSource {
	line-height: 1.3em;
}

ol.advancedTableFootnotes {
	list-style-position: inside;
	padding: 0;
	margin-top: 0.6em;
}

ol.advancedTableFootnotes li {
	line-height: 120%;
}

div.tableLegend {
	margin-top: 0.6em;
}

div.pieLegend {
	float: left;
	margin-left: 1em;
	width: 13em;
}

img.charttype1 {
	float: left;
}

.legendContainer {
	overflow: hidden;
	width: 100%;
}

.legendContainer table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0.25em 0;
	clear: none;
}

.legendContainer table th, .legendContainer table td {
	border: none;
	vertical-align: baseline;
	background-color: transparent;
	padding: 0;
}

.legendContainer table td {
	padding-right: 0.5em;
}

.legendContainer table th {
	width: 0.5em;
	font-size: 1.7em;
	padding-right: 0.3em;
	line-height: 0.8em;
}

table.chartLegend {
	width: 100%;
}

table.mainLegend, table.secondaryLegend {
	width: 49%;
	float: left;
}

.legendContainer table caption {
	caption-side: top;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin: 0 0 0.25em 0;
}

/* LAYOUT */
DIV#page {
    max-width: 80em;
    min-width: 63.33em;
    text-align: left;
    margin: 0 auto;
    background: white url(../img/dropShadow_left.gif) repeat-y left;
    padding: 0px 0px 0px 10px;
    font-size: 75%;
}
DIV#page.popup {
    max-width: 90%;
    min-width: 90%;
    width: 90%;
    margin-top: 2em;
    margin-bottom: 2em;
}
DIV#page.pageNotFound {
    max-width: 32em;
    min-width: 32em;
    width: 32em;
}
DIV#page DIV.wrapper {
    background: url(../img/dropShadow_right.gif) repeat-y right;
    padding: 0px 10px 0px 0px;
    overflow: hidden;
}
DIV#body {
    background: white url(../img/header_border_bottom_grey.png) repeat-x top left;
    padding-top: 8px;
    clear: both;
    overflow: hidden;
}
BODY.gov DIV#body {
    background-image: url(../img/header_border_bottom_red.png);
}
BODY.doc DIV#body {
    background-image: url(../img/header_border_bottom_blue.png);
}
BODY.fact DIV#body {
    background-image: url(../img/header_border_bottom_green.png);
}



/* HEAD */
DIV#header {
    font-family: verdana, sans-serif;
    font-size: 1em;
    overflow: visible;
    background: white url(../img/header_border_top.png) repeat-x top left;
    padding-top: 8px;
}
DIV#header DIV.wrapper {
    background: white url(../img/header_background.png) repeat-y right top;
    height: 6.67em !important;
    padding: 1em 0 0 0;
    position: relative;
}
DIV#header A {
    color: #444;
}
DIV#header DIV DIV {
    float: left;
    padding: 0;
}
DIV#serviceMenu UL {
    list-style-type: none;
    float: left;
    margin: 1em 0 0 0;
    padding-left: 0.833em;
    clear: left;
}
#serviceMenu UL LI {
    float: left;
    margin: 0 1em 0 0;
	background: none;
	padding:0 0 0 0;
	
}
DIV#header FORM {
    float: left;
    margin-top: 0.7em;
}
DIV#header FORM INPUT.search {
    width: 9em;
}
DIV#header IMG {
    float: left;
    margin: 0 2.25em 1.7em 2.25em;
}
BODY.en DIV#header IMG {
    margin: 0 1.45em 1.7em 1.4em;
}
BODY.en DIV#header DIV.wrapper {
    height: 8em !important;
}


/* PAGEHEADER */
DIV#pageHeader {
    font-size: 1.2em;
    background: #F0F0EE;
    padding: 1em 0;
    overflow: hidden;
}
DIV#pageHeader DIV#intro SPAN {
    font-family: georgia, serif;
    font-style: italic;
    font-weight: normal;
}
DIV#pageHeader DIV#introImage {
    width: 25.5%;
    float: left;
    overflow: hidden;
}
DIV#pageHeader DIV#introImage IMG {
    margin-left: 0.8em;
    display: block;
}
DIV#pageHeader DIV#intro {
    width: 50%;
    float: left;
}
DIV#pageHeader DIV#intro DIV {
    margin-left: 2em;
    line-height: 1.3;
}
DIV#pageHeader DIV#pageTools {
    width: 24.5%;
    float: left;
}
DIV#pageHeader DIV#pageTools P,
DIV#pageHeader DIV#pageTools UL {
    padding-right: 1em;
}
DIV#pageHeader DIV#intro SPAN {
    display: inline;
}
P.quote {
    width: 90%;
}


/* MENU */
UL#menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
    position: absolute;
    bottom: 0;
    width: 45.6em;
}
UL#menu LI {
    float: left;
	background: none;
	padding:0 0 0 0;
}
UL#menu A {
    display: block;
    color: white;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.5em 0.8em 0.5em 0.8em;
    background-repeat: repeat-x;
    background-position: 0px 0px;
    margin: 0 0.167em 0.167em 0;
}
UL#menu LI#gov A {
    background-color: #720105;
    background-image: url(../img/tab_background_red.png);
}
UL#menu LI#doc A {
    background-color: #005878;
    background-image: url(../img/tab_background_blue.png);
}
UL#menu LI#fact A {
    background-color: #165600;
    background-image: url(../img/tab_background_green.png);
}
UL#menu A:hover {
    background-position: 0px -5px;
}
BODY.gov UL#menu LI#gov A,
BODY.doc UL#menu LI#doc A,
BODY.fact UL#menu LI#fact A {
    background-position: 0px 0px;
    padding-bottom: 0.667em;
    margin-bottom: 0;
}
UL#menu LI#gov A:focus,
UL#menu LI#gov A:active{
    background-image: url(../img/tab_background_red_focus.png);
}
UL#menu LI#doc A:focus,
UL#menu LI#doc A:active{
    background-image: url(../img/tab_background_blue_focus.png);
}
UL#menu LI#fact A:focus,
UL#menu LI#fact A:active{
    background-image: url(../img/tab_background_green_focus.png);
}

/* BREADCRUMBS */
UL#breadcrumbs {
    background-color: #F0F0EE;
    padding: 0.63em 0 0.73em 1em;
    margin: 0;
    list-style-type: none;
    overflow: auto;
}
UL#breadcrumbs LI {
    float: left;
    margin: 0 0.45em 0 0;
    padding: 0 1.2em 0 0;
    background: url(../img/crumbs_divider.gif) no-repeat right;
    font-family: verdana, sans-serif;
    font-size: 1em;
    color: #444;
    white-space: nowrap;
}
UL#breadcrumbs LI.last {
    margin: 0;
    padding: 0;
    background: none;
}
UL#breadcrumbs A {
    font-family: verdana, sans-serif;
    font-size: 1em;
    color: #444;
}


/* SUBMENU */
DIV#submenu {
    float: left;
    width: 25.5%;
    font-family: verdana, sans-serif;
    font-size: 1em;
    margin-top: 2em;
    overflow: hidden;
}
DIV#submenu SPAN {
    font-weight: bold;
    margin: 0 0 0 1em;
    display: block;
    padding: 0.35em 0.7em;
    color: white;
    background: #FF2400 url(../img/menuGradient_red.jpg) repeat-y left;
    overflow: hidden;
}
BODY.doc DIV#submenu SPAN {
    background: #00BBDD url(../img/menuGradient_blue.jpg) repeat-y left;
}
BODY.fact DIV#submenu SPAN {
    background: #99CC00 url(../img/menuGradient_green.jpg) repeat-y left;
}
DIV#submenu UL {
    margin: 0 0 2em 1em;
    background: #F0F0EE;
    list-style-type: none;
    padding: 0.7em 0.7em 0.7em 0.6em;
    overflow: hidden;
}
DIV#submenu UL LI {
    background: url(../img/menuItem_article.gif) 0.2em 0.5em no-repeat;
    padding: 0 0 0.4em 1.2em
}
DIV#submenu UL LI.department {
    background: url(../img/menuItem_department.gif) 0 0.2em no-repeat;
}
DIV#submenu A {
    color: black;
}
DIV#submenu A.current {
    font-weight: bold;
}



/* PAGE NAVIGATION */
DIV.pageNavigation {
    clear: both;
    padding: 0.35em 0;
    border-top: 4px solid #F0F0EE;
    border-bottom: 4px solid #F0F0EE;
    margin-bottom: 0.7em;
    position: relative;
    text-align: center;
    font-weight: bold;
}
DIV.pageNavigation A {
    font-weight: normal;
}
DIV.pageNavigation A.next {
    position: absolute;
    right: 0;
    margin-right: 0.35em;
}
DIV.pageNavigation A.previous {
    position: absolute;
    left: 0;
    margin-left: 0.35em;
}
DIV.pageNavigation UL {
    list-style-type: none;
    padding: 0;
    margin: 0 0.35em 0.1em 0.35em;
    text-align: center;
}
DIV.pageNavigation LI {
    display: inline;
	background: none;
	padding: 0 0 0 0;
}
DIV.pageListHeader,
UL.internalMenu {
    clear: both;
    padding: 0.35em;
    border-top: 4px solid #F0F0EE;
    border-bottom: 4px solid #F0F0EE;
    margin-bottom: 0.7em;
    background-position: 0 0 !important;
}
DIV.pageListHeader SPAN {
    font-weight: bold;
}
UL.internalMenu LI {
    margin-right: 0.35em;
}


/* DEFINITION LIST */
P.definitionList SPAN {
    font-weight: normal;
    font-style: normal;
    color: #666;
}


/* ARTICLE LAYOUT */
DIV#content {
    float: right;
    width: 74.5%;
    margin-top: 1.7em;
    padding: 0;
    font-size: 1.2em;
    line-height: 1.3em;
}
DIV#contentWrapper {
    margin-left: 2em;
}
DIV#content.noSubmenu DIV#contentWrapper {
    margin: 0;
}
DIV#content.noSubmenu {
    float: none;
    width: auto;
    margin-left: 1em;
}
DIV.singleColumn DIV#col1 {
    margin-right: 1em;
    width: auto !important;
    float: none;
}
DIV#columnHeader {
    margin-right: 1em;
    margin-bottom: 1.7em;
}
DIV#col1 {
    float: left;
    width: 60%;
    overflow: hidden;
}
DIV#col2 {
    float: right;
    width: 40%;
    overflow: hidden;
}
DIV#content.noSubmenu DIV#col1 {
    width: 70.7%;
}
DIV#content.noSubmenu DIV#col2 {
    width: 29.3%;
}
DIV.splitColumn DIV#col1 {
    width: 50% !important;
}

DIV.splitColumn DIV#col2 {
    width: 49.9% !important;
}


/* ARTICLE */
H1 {
    font-size: 1.8em;
    line-height: 1.1em;
    font-weight: normal;
    margin: 0 0 0.3em 0;
}
H2 {
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: normal;
    margin: 1.4em 0 0.2em 0;
}
H2.sectionHeading {
    padding-bottom: 0.35em;
    border-bottom: 4px solid #F0F0EE;
    margin-bottom: 1em;
}
H3 {
    font-size: 1em;
    line-height: 1.3em;
    font-weight: bold;
    font-style: normal;
    margin: 1em 0 0.2em 0;
}
H3 SPAN {
    font-weight: bold;
}
P.lead {
    font-size: 1.2em;
    line-height: 1.4em;
}
P {
    margin-bottom: 0.7em;
}
P.ps {
    color: #666;
}
SPAN.ps {
    color: #666;
    font-weight: normal;
}
P.dateline {
    line-height: 1.2em;
    color: #666;
    margin-bottom: 2em;
}
P.dateline SPAN {
    font-size: 0.78em;
    letter-spacing: 0.1em;
    display: block;
    text-transform: uppercase;
}


/* IMAGE */
DIV.image {
    line-height: 1.3em;
    color: #666;
    font-size: 0.8em;
    font-family: verdana, sans-serif;
}
DIV.image.right {
    clear: both;
    float: right;
    margin: 0 0 0.7em 0.7em;
}
SPAN.image.right.text {
    display: block;
    color: #666;
    font-size: 0.8em;
    font-family: verdana, sans-serif;
}
DIV.image.full {
    clear: both;
    margin: 1.4em 0 1.4em 0;
}
DIV.image IMG {
    margin-bottom: 0.3em;
    display: block;
}


/* BOX */
DIV.box {
    clear: both;
    border-top: 4px solid #F0F0EE;
    border-bottom: 4px solid #F0F0EE;
    padding: 0.7em 1.1em;
    margin: 1.4em 0;
}
DIV.contact.box H2,
DIV.box.timespace H2 {
    margin-top: 0;
    font-size: 0.78em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: black;
}
DIV.box.timespace H2 {
    margin: 0 !important;
}
DIV.contact.box H2 {
    margin-bottom: 0.7em;
}
DIV.box.facts H2 {
    margin-top: 0;
}
DIV.box.facts {
    background: #F0F0EE;
    border-top: 4px solid #E5E2D9;
    border-bottom: 4px solid #E5E2D9;
}
DIV.box.timespace UL,
DIV.contact.box UL {
    margin: 0;
    list-style-type: none;
    padding: 0;
}
DIV.box.timespace LI,
DIV.contact.box LI {
    margin-bottom: 0.5em;
	background: none;
	padding: 0 0 0 0;
	
}


/* ADDRESS microformat look */
ADDRESS.vcard SPAN.tel, ADDRESS.vcard SPAN.adr {
    color: #666;
    margin: 0 !important;
}
ADDRESS.vcard SPAN.value, ADDRESS.vcard SPAN.postal-code, ADDRESS.vcard SPAN.locality {
    color: black;
    margin: 0 !important;
}
DIV.contact.box ADDRESS, DIV#content.contact DIV.contactList ADDRESS {
    margin-bottom: 0.7em;
}
DIV.contactList SPAN.fn {
    font-weight: bold;
}


/* CALENDAR microformat look */
DIV.vevent SPAN.attendee {
    color: #666;
    border: 0;
    font-weight: normal;
    display: block;
}
DIV.vevent ABBR.dtstart {
    display: inline;
    border: 0;
}
DIV.vevent P {
    margin: 0;
}
DIV.vevent {
    margin-bottom: 0.7em;
}
DIV#col1 DIV.vevent UL LI {
    margin-bottom: 0;
}
DIV#content.calendar DIV.vevent P,
DIV#content.calendar P.noEvent {
    padding: 0 0.7em;
}
DIV#content.calendar DIV.vevent UL {
    padding-left: 1.7em;
}
DIV#content.calendar DIV.vevent {
    margin-left: 0;
    margin-bottom: 0.7em;
    border-bottom: 4px solid #F0F0EE;
    padding-bottom: 0.7em;
}
DIV#content.calendar DIV.vevent.last {
    margin-bottom: 0;
    border-bottom: 0;
}



/* FOOTER */
DIV#footer {
    background: #F0F0EE;
    padding: 1em 1em;
    margin: 3em 0 2em 0;
    font-size: 1.2em;
    overflow: auto;
    clear: both;
}
DIV#footer UL {
    list-style-type: none;
    width: 30em;
    float: left;
    margin: 0 3em 0 0;
    padding-left: 0;
}
DIV#footer LI{
    background: transparent url(../img/menuItem_article.gif) no-repeat scroll 0.2em 0.44em;
    width: 10.7em;
    float: left;
    padding: 0 3em 0 1.1em;
    white-space: nowrap;
}
DIV#footer ADDRESS {
    float: left;
    margin-right: 3em;
}
DIV#footer ADDRESS SPAN {
    font-weight: normal;
    font-size: 1em;
    text-transform: none;
    letter-spacing: 0;
    display: inline;
    color: black;
}
DIV.articleFooter {
	clear: both;
	padding-top: 2.3em;
}
DIV.articleFooter.twoColumn{
	width: 60%;
}
DIV.articleFooter DIV{
    border-top: 4px solid #F0F0EE;
    color: #666;
    font-style: italic;
}


/* RIGHT COLUMN */
DIV#col2 DIV {
    margin-left: 1em;
    color: #666;
    line-height: 1.2;
}
DIV#col2 FORM.area {
    margin-right: 1em;
}


/* POPUP */
DIV#page.popup H1 {
    font-size: 0.98em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    background: #F0F0EE;
    padding: 0.5em 1.3em;
    color: #666;
}
DIV#page.popup H2 {
    clear: both;
    font-size: 1.4em;
    line-height: 1.2;
    font-weight: normal;
    margin: 0;
}
DIV#page.popup H3 {
    font-weight: bold;
    font-style: normal;
}
DIV#page.popup DIV#content {
    margin: 1em 1em 2em 1em;
}
DIV#page.popup DIV.item {
    margin-bottom: 0.35em;
}
DIV#page.popup DIV#footer {
    margin-bottom: 0;
}


/* RIGHT COLUMN ELEMENTS */
DIV.links,
DIV.sender,
DIV.files,
DIV.storyMenu {
    margin-bottom: 1.2em;
}
DIV.sender {
    border: 4px solid #F0F0EE;
    border-right: 0;
    border-bottom: 0;
    padding: 0.5em 0 0 0.6em;
}
DIV.help {
    padding: 0.5em 0 1.4em 0;
    border-top: 4px solid #F0F0EE;
    color: black !important;
}
DIV.help LABEL,
DIV.help INPUT {
    display: block;
}
DIV.links H2,
DIV.files H2,
DIV.sender H2 {
    font-size: 0.78em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
}
DIV.links H2,
DIV.files H2 {
    background: #F0F0EE;
    padding: 0.4em 0.7em;
}
DIV.links UL,
DIV.files UL,
DIV.multipleLinksPuff UL {
    margin: 0;
    margin-top: 0.5em;
    padding: 0 1em 0 0.6em;
    list-style-type: none;
}
DIV.listPuff UL {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
DIV.files UL {
    padding-left: 0.1em;
}
DIV.links UL LI,
DIV.files UL LI,
DIV.multipleLinksPuff UL LI,
DIV.listPuff UL LI {
    padding: 0 0 0.35em 1em;
    background: url(../img/listItem_grey.gif) 0 2px no-repeat;
}
DIV.listPuff.gov UL LI {
    background: url(../img/listItem_red.gif) 0 2px no-repeat !important;
}
DIV.listPuff.doc UL LI {
    background: url(../img/listItem_blue.gif) 0 2px no-repeat !important;
}
DIV.listPuff.fact UL LI {
    background: url(../img/listItem_green.gif) 0 2px no-repeat !important;
}
DIV.listPuff UL.more LI,
DIV.multipleLinksPuff UL.more LI {
    background: url(../img/listItem_more.gif) no-repeat 0px 2px !important;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}
DIV.sender UL,
DIV.storyMenu UL {
    margin-bottom: 0.7em;
    margin-top: 0;
    padding-left: 0em;
}
DIV.storyMenu UL LI {
    padding-bottom: 0;
    list-style-type: none;
	background:transparent url(../img/listSquareGray.gif) no-repeat scroll 0em 0.5em;
	padding:0 0 0.4em 1em;
}


DIV.sender UL LI,
DIV.storyMenu UL LI.current {
    padding-bottom: 0;
    list-style-type: none;
	background:transparent url(../img/listSquare.gif) no-repeat scroll 0em 0.5em;
	padding:0 0 0.4em 1em;
}


DIV.contactCard {
    margin-bottom: 1.4em;
}
DIV.contactCard H2 {
    margin-top: 0;
}
DIV.contactCard * {
    margin-right: 1em;
}
DIV.contactCard UL {
    margin-bottom: 0;
}


/* PUFFS ETC */

/* Makes the inner div expand all the way so no colored "plate" shows at bottom*/
DIV.multipleLinksPuff  DIV{
	height: 100%;
}

DIV.listPuff  DIV{
	height: 100%;
}


DIV.multipleLinksPuff,
DIV.listPuff {
    padding-top: 4px;
    margin-bottom: 1em;
    background: #E4E1DC url(../img/menuGradient_grey.jpg) no-repeat 0 0;
    clear: both;
}
DIV.multipleLinksPuff.gov,
DIV.listPuff.gov {
    background: #FE2400 url(../img/menuGradient_red.jpg) no-repeat 0 0;
}
DIV.multipleLinksPuff UL LI {
    padding-bottom: 0;
    margin-bottom: 0em !important;
}
DIV.gov.multipleLinksPuff LI {
    background-image: url(../img/listItem_red.gif);
}
DIV.multipleLinksPuff.doc,
DIV.listPuff.doc {
    background: #00BADD url(../img/menuGradient_blue.jpg) no-repeat 0 0;
}
DIV.doc.multipleLinksPuff LI {
    background-image: url(../img/listItem_blue.gif);
}
DIV.multipleLinksPuff.fact,
DIV.listPuff.fact {
    background: #98CB00 url(../img/menuGradient_green.jpg) no-repeat 0 0;
}
DIV.fact.multipleLinksPuff LI {
    background-image: url(../img/listItem_green.gif);
}
DIV.multipleLinksPuff DIV,
DIV.listPuff DIV {
    background: #F0F0EE;
    padding: 0.7em;
    margin: 0 !important;
    color: black !important;
}
DIV.multipleLinksPuff FORM DIV {
    background: none;
    padding: 0;
    margin: 0 !important;
}
DIV.multipleLinksPuff DIV H1,
DIV.singleLinkPuff DIV H1,
DIV.listPuff DIV H1 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.3;
}
DIV.multipleLinksPuff DIV H2,
DIV.help H2 {
    margin-top: 0;
    clear: both;
    font-size: 1em;
    font-weight: bold;
}
DIV.multipleLinksPuff UL {
    padding-left: 0;
}
DIV.multipleLinksPuff IMG,
DIV.singleLinkPuff IMG {
    display: block;
    margin-bottom: 0.7em;
}
DIV.singleLinkPuff IMG {
    margin-top: 0.2em;
}
DIV.singleLinkPuff {
    border-top: 4px solid #F0F0EE;
    border-left: 4px solid #F0F0EE;
    padding: 0.5em 0 0 0.6em;
    margin-bottom: 1em;
}
DIV.singleLinkPuff DIV {
    padding: 0 !important;
    margin: 0 !important;
    color: black !important;
}
DIV#col2 DIV.multipleLinksPuff,
DIV#col2 DIV.singleLinkPuff,
DIV#col2 DIV.sender,
DIV#col2 DIV.help,
DIV#col2 DIV.listPuff {
    margin-right: 1em;
}
DIV.listPuff P {
    margin-bottom: 0;
    font-style: italic;
}
DIV.notice {
    padding: 0.7em 0.7em 0.7em 0;
    border-bottom: 4px solid #F0F0EE;
    margin-bottom: 0;
}
DIV.notice H1 {
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: normal;
    margin-bottom: 0.2em;
    margin-top: 0;
}
DIV.miniPuff DIV{
    overflow: hidden;
}
DIV.miniPuff IMG{
    float: left;
    margin-right:1em;
    margin-bottom: .5em;
}
DIV.miniPuff UL{
    padding-right: 0;
    overflow: hidden;
    margin-top: 0.35em;
}

DIV.miniPuff DIV.clearFloat {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
}

DIV.miniPuff P {
	margin-bottom: 0;
}

SPAN.dateline {
    display: block;
    margin-bottom: 0.35em;
    color: #666;
    font-style: italic;
}


/* START PAGES */
DIV#content.start DIV#col1 DIV {
    border-right: 4px solid #F0F0EE;
}
DIV#content.start DIV#col1 DIV DIV {
    border-right: 0;
}
DIV#content.start UL.noticeList LI,
DIV#content.start DIV.noticeItem,
DIV#content.start DIV.noticeItem LI{
    margin-right: 1em;
}
DIV#content.start DIV#col1 DIV.multipleLinksPuff {
    margin-right: 1em;
}
DIV#content.start DIV#col2 DIV {
    color: black;
}
DIV#content.start DIV#col2 DIV.singleLinkPuff {
    margin-left: 0;
    border-left: 0;
    margin-right: 1em;
    border-right: 4px solid #F0F0EE;
}
DIV#content.start DIV#col2 DIV.singleLinkPuff DIV {
    margin-left: 0.3em !important;
    padding-right: 0.6em !important;
}
DIV#content.start DIV#col2 DIV.singleLinkPuff.singleMiniPuff DIV{
	padding-left: 0.3em !important;
	margin-left: 0 !important;
}

DIV#content.start DIV#col1 DIV.singleLinkPuff DIV {
    padding-right: 1em !important;
}
DIV#content.start DIV#col1 DIV.listPuff {
    margin-right: 1em;
}
DIV#body.start UL#breadcrumbs {
    background-color: white;
}
DIV#body.start.noHeader UL#breadcrumbs {
    background-color: #F0F0EE;;
}


/* MINISTRY START */
DIV#content.ministry DIV.subjectList H1 {
    margin-bottom: 0.35em;
}
DIV#pageHeader.ministry DIV#pageTools {
    text-align: right;
    width: 15%;
}
DIV#pageHeader.ministry DIV#intro {
    width: 60%;
}
DIV#pageHeader.ministry SPAN {
    font-style: normal !important;
}
DIV#pageHeader.ministry DIV#intro SPAN.fn {
    display: none;
}
DIV#pageHeader.ministry DIV#intro DIV{
	margin-left: 0;
}
DIV#pageHeader.ministry DIV#intro UL{
	list-style-type: none;
	padding-left: 0;
}

DIV#pageHeader.ministry DIV#intro UL LI{
	background: none;
	padding: 0 0 0 0;
}


DIV#pageHeader.ministry DIV#intro UL A{
    font-weight: bold;
    margin-right: .3em;
}
.ministry #headLinks{
    float: right;
    overflow:hidden;
    width:40%;
}
.ministry #headLinks DIV{
    overflow: hidden;
    min-height: 120px;
    border-left: 1px solid #c7c7c7;
    margin:0 1em;
    padding: 0 .7em;
}
.ministry #headLinks H3{
    font-size: .78em;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top:0;
}
.ministry #headLinks UL{
    list-style-type: none;
    margin:0.5em 0 0;
    padding:0pt 1em 0 0;
}
.ministry #headLinks LI{
    background:transparent url(../img/listItem_grey.gif) no-repeat scroll 0pt 2px;
    padding:0pt 0pt 0.35em 1em;
}
DIV#body.ministry A#english,
DIV#body.ministry A#swedish{
    display: block;
    margin:.45em 1em 0em 1em;
    float: right;
    font-size:1.2em;
}
DIV#body.ministry UL#breadcrumbs {
   float:left;
}
DIV#pageHeader.ministry{
    width: 100%;
    clear: both;
}
DIV#pageHeadContentWrapper{
    width: 74.5%;
    float: left;
    overflow: hidden;
}
DIV#pageHeadContent{
    margin-left:2em;
}



/* SUBJECT START */
DIV#pageHeader.subject DIV#pageTools {
    float: left;
    width: 19%;
    margin: 0;
    text-align: right;
}
DIV#pageHeader.subject DIV#pageHeading {
    float: left;
    width: 80%;
    margin: 0;
}
DIV#pageHeader.subject DIV#intro H2 {
    font-size: 0.78em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 0.7em;
}
DIV#pageHeader.subject DIV#intro DIV.item {
    color: #666;
    margin-left: 0;
    float: left;
    width: 49%;
}
DIV#pageHeader.subject DIV#intro {
    width: 73%;
}
DIV#pageHeader.subject DIV#intro DIV.item * {
    margin-right: 1em;
    margin-bottom: 0;
}
DIV#pageHeader.subject DIV#intro DIV.item.last * {
    margin-right: 0;
}
DIV.start UL.entries.half.last LI {
    margin-right: 1em;
}
DIV.start DIV.sender {
    border-left: 0;
    padding: 1em 0 0 0;
    margin-top: 1em;
    color: #666 !important;
}


/* MINISTER START */
DIV#pageHeader.minister DIV#pageTools {
    float: left;
    width: 19%;
    margin: 0;
    text-align: right;
}
DIV#pageHeader.minister DIV#pageHeading {
    float: left;
    width: 80%;
    margin: 0;
}
DIV#pageHeader.minister DIV#intro P {
    clear: both;
    margin-bottom: 0.35em;
}
DIV#pageHeader.minister DIV#intro P.ps {
    color: black;
    font-style: italic;
}
DIV#pageHeader.minister DIV#intro {
    width: 73%;
}
DIV.articleArea {
    margin: 0 1em 1em 0;
}
DIV.articleArea H1 {
    margin-bottom: 0.7em;
}
DIV#content.minister DIV#col1 DIV.listPuff {
    background: transparent;
}
DIV#content.minister DIV#col1 DIV.listPuff DIV {
    padding: 0;
    background: transparent;
}
DIV#content.minister DIV#col1 DIV.listPuff H1 {
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 0.7em;
    margin-top: 0;
}


/* ALERT PUFF */
DIV.alert DIV.multipleLinksPuff {
    margin-right: 1em;
}


/* NEWS HEADER */
SPAN.newsHeader {
    display: block;
    padding: 0.25em 0.7em;
    background: #F0F0EE;
    margin-bottom: 1.4em;
    font-size: 0.78em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}


/* SHORTCUTS */
DIV#shortcuts {
    border: 0 !important;
    margin-bottom: 1.4em;
    overflow: hidden;
}
DIV#shortcuts A {
    display: block;
    font-size: 1.2em;
    line-height: 1.2;
    color: #0066CC !important;
}
DIV#shortcuts A:visited{
    color: #906 !important;
}
DIV#shortcuts A:focus, DIV#shortcuts A:active {
    background-color: transparent !important;
    text-decoration: underline !important;
} 
DIV#shortcuts IMG {
    display: block;
    margin-bottom: 0.35em;
}
DIV#shortcut1 {
    float: left;
    overflow: hidden;
    width: 48%;
}
DIV#shortcut2 {
    float: left;
    overflow: hidden;
    width: 52%;
}
DIV#shortcut2 A {
    padding-left: 1em;
}
DIV#col2 DIV#shortcut3 {
    border: 0 !important;
    margin: 0 0 1.4em 0;
    overflow: hidden;
}
DIV#shortcut3 A {
    display: block;
    font-size: 1.2em;
    line-height: 1.2;
    color: #0066CC !important;
}
DIV#shortcut3 A:visited{
    color: #906 !important;
}
DIV#shortcut3 A:focus, DIV#shortcut3 A:active {
    background-color: transparent !important;
    text-decoration: underline !important;
} 
DIV#shortcut3 IMG {
    display: block;
    margin-bottom: 0.35em;
}

DIV#shortcut3 {
    overflow: hidden;
    width: 100%;
    margin 0;
}

DIV#shortcut3 A {
    padding-left: 1em;
}


/* PAGE TOOLS */
DIV#pageHeader DIV#pageTools UL,
DIV#pageHeader DIV#pageTools P {
    margin-left: 1em;
}
DIV#pageHeader DIV#pageTools P {
    margin-bottom: 0;
}
DIV#pageTools UL {
    padding: 0;
    list-style-type: none;
    padding-top: 0.1em;
}
DIV#pageTools UL LI {

	margin: 0 1em 0 0;
	background: none;
	padding:0 0 0.35em 0;
	
}
A#swedish {
    background: url(../img/icon_swedish.gif) top left no-repeat;
    padding: 0.1em 0 0 20px;
    white-space: nowrap;
}
A#english {
    background: url(../img/icon_english.gif) top left no-repeat;
    padding: 0.1em 0 0 20px;
    white-space: nowrap;
}
A#otherLanguages {
    background: url(../img/icon_otherLang.gif) top left no-repeat;
    padding: 0.1em 0 0 20px;
    white-space: nowrap;
}
A#easySwedish {
    background: url(../img/icon_easySwedish.gif) top left no-repeat;
    padding: 0.1em 0 0 20px;
    white-space: nowrap;
}
A#signLanguage {
    background: url(../img/icon_signLanguage.gif) top left no-repeat;
    padding: 0.1em 0 0 20px;
    white-space: nowrap;
}


/* FIND DIRECTLY */
DIV#findDirectly SPAN {
    background: url(../img/menuGradient_grey.jpg) !important;
}
DIV#findDirectly UL {
    list-style-type: none;
}
DIV#findDirectly UL LI {
    padding: 0.1em 0 0.4em 1em;
    background: url(../img/listItem_grey.gif) 0 0 no-repeat;
}


/* SUBJECT LIST */
DIV.subjectList {
    margin-right: 1em;
    margin-bottom: 1.4em;
    overflow: hidden;
}
DIV.subjectList LI {
    list-style-type: none;
	background: none;
	padding:0 0 0.7em 0;

}
DIV.subjectList LI A {
    font-weight: bold;
}
DIV.subjectList UL {
    padding-left: 0;
}
DIV.subjectList P {
    padding-left: 1em;
    padding-bottom: 0;
}
DIV.subjectList P A {
    color: black;
    font-weight: normal;
}
DIV.subjectList H1 {
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 1.1em;
}
DIV.subjectList IMG {
    display: block;
    margin-bottom: 0.35em;
}
DIV.subjectList H2 {
    font-size: 1em;
    margin: 0;
}


/* MINISTER LIST */
DIV.ministerList {
    margin-bottom: 2em;
}
DIV.ministerList H1 {
    font-size: 1.2em;
    line-height: 1.3;
    margin-bottom: 0.35em;
}
DIV.ministerList DIV {
    margin: 0 1em 0.7em 0 !important;
    clear: both;
    overflow: hidden;
}
DIV.ministerList DIV IMG {
    float: left;
    margin-right: 0.7em;
}


/* IMAGE ARCHIVE */
DIV.imageArchive DIV.multipleLinksPuff IMG {
    float: right;
    margin-bottom: 0;
    margin-left: 0.7em;
}
DIV.imageArchive DIV.multipleLinksPuff H2 {
    clear: none;
}
DIV.imageArchive DIV.multipleLinksPuff DIV {
    overflow: hidden;
}
DIV.imageArchive DIV.multipleLinksPuff UL {
    margin-bottom: 0.7em;
}


/* LEGISLATION STEP */
UL#legislationSteps {
    margin: 1em 0;
    overflow: hidden;
    list-style-type: none;
    padding: 0;
}
UL#legislationSteps LI {
    width: 14.25%;
    float: left;
    padding: 0;
    margin: 0;
    font-weight: bold;
	background: none;
}
UL#legislationSteps LI A {
    display: block;
    background: white;
    margin-right: 0.35em;
    text-align: center;
    padding: 0.35em 0;
}
UL#legislationSteps LI.last A {
    margin-right: 0;
}
UL#legislationSteps LI.last {
    width: 13%;
}
UL#legislationSteps LI.active A {
    background: #C6F000 !important;
    color: black;
}
DIV.legislationSteps H2 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
}
DIV.legislationSteps H1,
DIV.legislationSteps H2,
DIV.legislationSteps P {
    color: black;
}
DIV#content.legislationSteps UL#legislationSteps {
    margin-top: 0;
}
DIV#content.legislationSteps UL#legislationSteps LI A {
    background: #F0F0EE;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    margin-top: 1em;
}


/* ARCHIVE CHECKOUT/CART ETC */
DIV#content.archiveCheckout TABLE {
    margin-top: 0;
}
DIV#content.archiveCheckout TD {
    border: 0;
    padding-left: 0.7em;
}
DIV#content.archiveCheckout TD INPUT {
    text-align: right;
}
TD.nr {
    vertical-align: top;
    width: 2em;
    padding-right: 0.7em;
    white-space: nowrap;
}
TD.nr.long {
    width: 3em;
}
DIV#content.archiveCheckout.confirmation TD {
    padding: 0;
}
DIV#content.archiveCheckout.confirmation A.back {
    margin-top: 2em;
}


/* WEB CAST */
DIV.mediaPlayer{
	margin-bottom: 1em;
	padding: 0;	
}

DIV.mediaPlayer DIV.noFlash{
	padding: 1.2em;	
}
DIV.mediaPlayer DIV.noFlash DIV{
	height: 166px;
	color: #fff;
	background:transparent url(../img/noflash_back.png);
	padding: 1em;
}
DIV.mediaPlayer DIV.noFlash DIV H2{
	margin-top:0;
	font-weight: bold;
}
DIV.mediaPlayer DIV.noFlash DIV A{
	color: #fff !important;
}

DIV#content.webTransmission #col1{
	width: 389px !important;
}
DIV#content.webTransmission DIV.mediaPlayerGroup{
	border-top: 4px solid #F0F0EE;
	margin-top: 1.5em;
	padding-top:.7em;
}
DIV#content.webTransmission DIV.mediaPlayerPuff{
	overflow: hidden;
	margin-top: .5em;
}
DIV#content.webTransmission DIV.mediaPlayerGroup .mediaPlayerPuff{
	border-top: 4px solid #F0F0EE;
	padding: .9em .7em .5em;
	margin-top: 0 !important;
}
DIV#content.webTransmission DIV.mediaPlayerGroup .first{
	border-color: #fff;
}
DIV#content.webTransmission DIV.mediaPlayerGroup .active{
	background-color:#F0F0EE;
	border-color: #F0F0EE;
}
DIV#content.webTransmission DIV.mediaPlayerPuff A {
	display: block;
	background:transparent url(../img/listItem_grey.gif) no-repeat scroll 0 2px;
	padding:0 0 .35em 1em;
}
DIV#content.webTransmission DIV.mediaPlayerPuff IMG{
	float: left;
}
DIV#content.webTransmission DIV.mediaPlayerGroup .containsImage DIV{
	float: right;
	width: 17.2em;
}
DIV#content.webTransmission DIV.mediaPlayerPuff h2{
	margin:0;
	font-size: 1em;
	font-weight: bold;
}
DIV#content.webTransmission DIV.mediaPlayerPuff h2 A {
	background:none;
	padding:0;
	margin:0 !important;
}
DIV#content.webTransmission DIV.mediaPlayerPuff H3{
	margin: .5em 0 0;
	clear: both;
	font-weight: normal;
	font-style: italic;
}
DIV#content.webTransmission DIV.mediaPlayerGroup A{
	margin:.5em 0 0;
}
DIV#content.webTransmission DIV.mediaPlayerGroup P{
	clear: both;
}
DIV#content.webTransmission DIV.mediaPlayerPuff UL{
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}
DIV#content.webTransmission DIV.mediaPlayerPuff UL LI{
	background: transparent url(../img/langListItem_black.gif) no-repeat scroll left center;
	float:left;
	margin:0 .45em 0 0 !important;
	padding:0 0 0 .45em;
	white-space:nowrap;
}
DIV#content.webTransmission DIV.mediaPlayerPuff UL LI.first{
	background: none;
	padding: 0;
}
DIV#content.webTransmission DIV.mediaPlayerPuff UL LI A{
	background:none;
	padding:0;
	margin:0;
}
DIV#content.webTransmission DIV.multipleLinksPuff UL LI.media {
    margin-bottom: 0.4em !important;
}
DIV#content.webTransmission DIV#col1 DIV.multipleLinksPuff {
    margin-top: 1.4em;
}


/* STORY */
DIV#content.story DIV.group {
    margin-top: 1.4em;
    border-top: 4px solid #F0F0EE;
}
DIV#content.story DIV.group DIV.notice.last {
    border-bottom: 0;
    padding-bottom: 0;
}


/* STORY MENU */
LI A.current {
    color: #666;
}
DIV.storyMenu IMG {
    margin: 0.6em 1em 0.6em 0;
}
DIV.storyMenu {
    border: 4px solid #F0F0EE;
    border-right: 0;
    border-bottom: 0;
    padding: 0.5em 0 0 0.6em;
    margin-right: 1em;
}
DIV.storyMenu LI.current {
    font-weight: bold;
    color: black;
}
DIV.storyMenu H2 {
    margin-top: 0;
    font-size: 1em;
    font-weight: bold;
}
DIV.storyMenu H3 {
    margin: 0.7em 0 0 0.4em;
}
P.storyHeader {
    border-bottom: 4px solid #F0F0EE;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0.35em 0;
    margin-bottom: 2.1em;
    color: #666;
}

/* INTERNAL LINK LIST BULLETS */
LI.gov {
    background: url(../img/listItem_red.gif) 0 2px no-repeat !important;
}
LI.doc {
    background: url(../img/listItem_blue.gif) 0 2px no-repeat !important;
}
LI.fact {
    background: url(../img/listItem_green.gif) 0 2px no-repeat !important;
}


/* ADVANCED LIST IN ARTICLES */
UL.advanced LI SPAN,
OL.advanced LI SPAN {
    display: block;
    font-weight: normal;
}
UL.advanced LI,
OL.advanced LI {
    font-weight: bold;
}


/* FILE LIST ICONS */
LI.pdf,
DIV.multipleLinksPuff LI.pdf {
    background: url(../img/fileIcon_pdf.gif) 0px 1px no-repeat !important;
    padding-left: 1.5em !important;
}
LI.media,
DIV.multipleLinksPuff LI.media {
    background: url(../img/fileIcon_media.gif) 0px 1px no-repeat !important;
    padding-left: 1.5em !important;
}
LI.word,
DIV.multipleLinksPuff LI.word {
    background: url(../img/fileIcon_word.gif) 0px 1px no-repeat !important;
    padding-left: 1.5em !important;
}
LI.excel,
DIV.multipleLinksPuff LI.excel {
    background: url(../img/fileIcon_excel.gif) 0px 1px no-repeat !important;
    padding-left: 1.5em !important;
}
LI.powerpoint,
DIV.multipleLinksPuff LI.powerpoint {
    background: url(../img/fileIcon_powerpoint.gif) 0px 1px no-repeat !important;
    padding-left: 1.5em !important;
}
LI.img,
DIV.multipleLinksPuff LI.img {
    background: url(../img/fileIcon_img.gif) 0px 1px no-repeat !important;
    padding-left: 1.5em !important;
}
LI.misc,
DIV.multipleLinksPuff LI.misc {
    background: url(../img/fileIcon_misc.gif) 0px 1px no-repeat !important;
    padding-left: 1.5em !important;
}


/* TOOLS */
UL#tools {
    list-style-type: none;
    padding: 0.7em 0 0.7em 1em;
    font-style: normal;
    border-bottom: 4px solid #F0F0EE;
}
UL#tools LI {
    margin: 0 1em 0 0 !important;
	padding: 0;
	list-style-type: none;
	background: none;
}
UL#tools LI A {
    padding-left: 1.6em;
    white-space: nowrap;
}
UL#tools LI A#print {
    background: url(../img/icon_print.gif) 0px 1px no-repeat;
}
UL#tools LI A#dictionary {
    background: url(../img/icon_dictionary.gif) 0px 1px no-repeat;
}
UL#tools LI A#mail {
    background: url(../img/icon_mail.gif) 0px 2px no-repeat;
}
UL#tools LI A.addThis {
	padding-left: 0px;
	padding-right: 0px;
}
UL#tools LI A.addThisAbout {
	padding-left: 6px;
}

UL#tools LI A.addThis IMG{
	margin-right: 0.4em;
	margin-top: 0.7em;
	float: none;
}

UL#tools LI A:visited {
       color: #990066;
}

UL#tools LI A:hover {
      text-decoration: underline;
}

/* FORMS */
FORM.area {
    background: #F0F0EE;
    padding: 0.7em 0.7em 0.9em 0.7em;
    margin-bottom: 2.1em;
    border-top: 4px solid #E5E2D9;
    border-bottom: 4px solid #E5E2D9;
    overflow: hidden;
}
FORM.area.big {
    background: none;
    border: none;
    padding: 0;
}
FORM.area LABEL {
    clear: both;
    display: block;
    margin-top: 0.35em;
}
FORM.area DIV.inline LABEL {
    display: inline !important;
    margin-right: 0.5em !important;
}
INPUT.file,
INPUT.submit,
INPUT.cancel {
    width: auto !important;
}
FORM.area TEXTAREA {
    width: 94%;
}
FORM.area INPUT {
    width: 45%;
}
DIV#page.popup FORM.area INPUT {
    width: 70%;
}
FORM.area INPUT.submit {
    display: block;
    margin-top: 1.4em;
}
FORM.area DIV.singleField {
    margin-bottom: 1.4em;
}
FORM.area DIV.actions {
    margin-top: 1.4em;
}
FORM.area DIV.inline INPUT.submit,
FORM.area DIV.actions INPUT.submit,
FORM.area DIV.actions INPUT.cancel {
    display: inline !important;
    margin-top: 0 !important;
}
FORM.area DIV.actions INPUT.cancel {
    margin-right: 1em;
}
FORM.area DIV.half {
    float: left;
    width: 45%;
    margin-bottom: 0.35em;
    padding-right: 1em;
}
FORM.area DIV.half INPUT {
    width: 100%;
}
FORM.area P.notice {
    margin-bottom: 0;
    margin-top: 0.35em;
}
FORM.area DIV.checkbox INPUT,
FORM.area DIV.radio INPUT {
    width: auto !important;
}
FORM.area DIV.checkbox LABEL,
FORM.area DIV.radio LABEL {
    display: inline;
}
FIELDSET {
    clear: both;
    overflow: hidden;
    margin-bottom: 1.4em;
    border: 4px solid #F0F0EE;
    padding: .7em;
}
FIELDSET DIV.checkbox {
    text-indent: -25px;
    padding-left: 25px;
}
LEGEND {
    font-size: 0.78em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: black;
}
OPTGROUP {
    font-style: normal;

}


/* CONTACT */
DIV#content.contact DIV.contactList {
    margin-bottom: 0.7em;
    padding-bottom: 0.7em;
    border-bottom: 4px solid #F0F0EE;
}
DIV#content.contact ADDRESS.vcard SPAN.org,
DIV#content.contact DIV.contactList H2 {
    font-size: 0.78em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 0.35em;
    display: block;
}
DIV#content.contact DIV.contactList H2  {
    color: #666;
}
DIV#content.contact div.contactList h2 span{
   font-size:1.3em;
    font-weight:normal;
    letter-spacing:normal;
    text-transform:none;
	display: block;
	margin-top: .3em
}
DIV#content.contact DIV#col1 LI {
    margin-bottom: 0;
}
DIV#content.contact DIV.contactList H2 {
    margin-bottom: 1em;
}
DIV#content.contact DIV#col1 DIV.multipleLinksPuff {
    margin-top: 1.4em;
}


/* CUSTOMIZE */
DIV#content.customize FORM.area DIV.group {
    overflow: hidden;
    clear: left;
    margin-bottom: 1.4em;
}
DIV#content.customize FORM.area DIV.item {
    float: left;
    width: 32%;
    padding-bottom: 0em;
    margin-bottom: 0em;
    border-bottom: 0;
}
DIV#content.customize DIV.item DIV,
DIV#content.customize DIV.item H3 {
    margin-right: 2.1em;
}

DIV#content.customize H3 {
    font-style: normal;
    font-weight: bold;
}
DIV#content.customize FORM.area {
    font-size: 1.1em;
}
DIV#content.customize FORM.area INPUT.submit {
    clear: both;
}
DIV#content.customize UL LI SPAN.key {
    float: left;
    display: block;
    width: 1.4em;
    padding: 0.35em;
    background: #F0F0EE;
    border: 1px solid #aaa;
    border-right: 3px solid #aaa;
    border-bottom: 3px solid #aaa;
    margin-right: 0.35em;
}
DIV#content.customize DIV.shortcuts UL {
    list-style-type: none;
    padding-left: 0;
}
DIV#content.customize DIV.shortcuts UL LI SPAN {
    display: block;
    padding: 0.35em;
}
DIV#content.customize DIV.shortcuts UL LI {
    float: left;
    width: 49.9%;
    overflow: hidden;
    margin-bottom: 0.35em;
	background: none;
	padding: 0 0 0 0;
}
DIV#content.customize DIV.item {
    overflow: hidden;
    padding-bottom: 0.7em;
    margin-bottom: 0.9em;
    border-bottom: 4px solid #F0F0EE;
}
DIV#content.customize DIV.item.last {
    margin-bottom: 0;
    border-bottom: 0;
}
DIV#content.customize DIV.actions BUTTON {
    float: left;
    margin-bottom: 0.7em;
}
DIV#content.customize DIV.actions A {
    display: block;
    float: left;
    padding: 0.2em 0 0 0.35em;
}
DIV#content.customize DIV.actions {
    clear: both;
    overflow: hidden;
}
DIV#content.customize DIV.actions P {
    clear: both;
    margin: 0;
}

BODY#previewBody {
    text-align: left;
    background: white none;
    padding: 0 2em 0 0 ;
}
BODY#previewBody DIV#content {
    width: auto;
    min-width: 0;
    padding: 0;
    float: none;
    margin: 0;
}
BODY#previewBody DIV#page {
    float: none;
    padding: 0;
    min-width: 0;
    margin: 0;
    background: white none;
}
BODY#previewBody DIV#body {
    padding: 0 !important;
    background: white none;
}
BODY#previewBody DIV.help H1 {
    margin-top: 0;
    clear: both;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.3;
}


/* ARCHIVE */
FORM#archiveSearch FIELDSET {
    border: 0;
    padding: 0;
}
FORM#archiveSearch INPUT.submit {
    display: inline;
    margin: 0 0 0 0.7em;
}
FORM#archiveSearch INPUT#searchPublicationText {
    width: 75%;
}
DIV.archive DIV.group {
    margin: 0 2em 1.4em 0;
}
DIV.archive DIV.group H3 {
    font-size: 0.78em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-style: normal;
}
DIV.archive DIV.group UL {
    color: #666;
}
DIV.archive DIV#col1 LI {
    margin-bottom: 0;
}
LEGEND#searchHeading {
    margin-bottom: 1em;
    font-size: 1.3em;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
}
DIV.archive DIV.box.facts H2 {
    font-size: 1.2em;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
}
DIV.archive DIV.box.facts UL {
    padding-left: 1.4em;
    margin-bottom: 0.7em;
}
DIV.archive DIV.box.facts LI {
    list-style-type: none;
}
DIV.archive DIV#browsing {
    padding: 0.7em 0.7em 0.7em 0.7em;
    background: #F0F0EE;
    border-top: 4px solid #E5E2D9;
    border-bottom: 4px solid #E5E2D9;
}
DIV.archive DIV#browsing H2 {
    margin-top: 0;
}
DIV.archive DIV#browsing UL {
    margin-bottom: 0;
}



/* EMBASSIES */
DIV#content.embassyCountry H3,
DIV#content.embassy H2 {
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    margin-top: 1.4em;
    margin-bottom: 0;
}
DIV#content.embassyCountry DIV.box UL {
    list-style-type: square !important;
    padding-left: 1em;
}


/* CALENDAR */
DIV#content.calendar DIV.vcalendar.week H3,
DIV#content.calendar DIV.vcalendar.day H2 {
    font-size: 0.78em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-style: normal;
    margin-top: 1.4em;
    margin-bottom: 0.7em;
    background: #F0F0EE;
    padding: 0.35em 0.7em;
}
DIV#content.calendar H2 {
    margin-bottom: 0.7em;
}
DIV#content.calendar DIV.vcalendar.day H2 {
    margin-top: 2.1em;
}


/* ISSUE LIST  */
DIV#content.issueList DIV.item {
    border-bottom: 4px solid #F0F0EE;
    margin-bottom: 1em;
}
DIV#content.issueList DIV.item.last {
    border-bottom: 0;
}
DIV#content.issueList DIV.item P {
    margin-bottom: 1em;
}

/* DEBATE */
DIV#content.debate DIV.item {
    border-bottom: 4px solid #F0F0EE;
    padding-bottom: 0.9em;
}
DIV#content.debate DIV.moderator{
    border-bottom-color: #fff !important;
    background-color: #F0F0EE;
    padding:0 .4em;
}
DIV#content.debate DIV.moderator H2{
    padding-top:.1em;
}
DIV#content.debate div.moderator p.last{
    margin-bottom: .7em !important;
}
DIV#content.debate DIV.item.last {
    border-bottom: 0;
}
DIV#content.debate DIV.item H2 {
    margin-top: 0.7em;
}
DIV#content.debate DIV.item H2 SPAN {
    color: #555;
    font-size: 0.8em;
}
DIV#content.debate DIV.item H3 {
    font-size: 1.2em;
    margin-top: 1em;
    font-style: normal;
}
DIV#content.debate DIV.item P {
    padding-left: 1em;
}


/* FAQ */
DIV.faq DIV.item {
    clear: both;
}
DIV.faq UL.internalMenu {
    border-top: 0 !important;
    padding-bottom: 0.7em !important;
    padding-left: 0;
}
DIV.faq DIV.item {
    border-bottom: 4px solid #F0F0EE;
    padding-bottom: 0.9em;
}
DIV.faq DIV.item.last {
    border-bottom: none;
}
DIV.faq DIV.item H2 {
    margin-top: 0.7em;
}


/* ENTRY LIST */
UL.entries H2 {
    margin-top: 0;
    padding: 0;
}
UL.entries P {
    margin: 0;
}
UL.entries,
UL.entries UL {
    list-style-type: none;
    padding: 0;
}
UL.entries UL {
    margin-top: 0.7em;
}
UL.entries LI {
    margin-bottom: 1.4em !important;
	background: none;
	padding: 0 0 0 0;
}
UL.entries UL LI {
    margin-bottom: 0 !important;
	background: none;
	padding: 0 0 0 0;
}
UL.entries IMG {
    float: left;
    margin: 0;
    margin-right: 0.7em;
}
UL.entries.half {
    width: 49.9%;
    float: left;
    overflow: hidden;
}
UL.entries.half LI {
    clear: both;
    overflow: hidden;
    margin-right: 1em;
}
UL.entries.half.last LI {
    margin-left: 1em;
    margin-right: 0;
}

DIV.columnList UL.entries LI {

    padding: 4px 0 0 0;
    background: #E4E1DC url(../img/menuGradient_grey.jpg) no-repeat 0 0;

}
DIV.columnList UL.entries LI DIV {
    padding: 0.7em;
    background: #F0F0EE;
    overflow: hidden;
}


/* GENERAL LIST */
DIV.generalList LEGEND {
    font-weight: normal;
    font-size: 1em;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
    padding: 0;
    padding-left: 0.5em;
}
DIV.generalList FIELDSET {
    margin: 0;
    padding: 0;
    border: 0;
    margin-bottom: 0.35em;
    float: left;
    clear: none;
}
DIV.generalList FIELDSET DIV {
    padding-left: 0.5em;
}
DIV.generalList FORM {
    padding-left: 0.35em;
    margin-right: 0 !important;
}
DIV.generalList INPUT.submit {
    display: inline;
    margin: 0;
}
DIV.generalList OL {
    padding: 0 0 .7em 3.25em;
}


/* NOTICE LIST */
UL.noticeList {
    list-style-type: none;
    padding-left: 0;
}
UL.noticeList LI {
    clear: both;
    overflow: hidden;
}
UL.noticeList LI.last,
UL.noticeList LI.small,
DIV.noticeList DIV.last{
    border-bottom: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
UL.noticeList LI.small {
    padding-bottom: 0.7em;
    padding: 0 0 0.35em 1em !important;
    background: url(../img/listItem_grey.gif) 0 2px no-repeat;
}
DIV.noticeList P {
    margin-bottom: 0;
}
DIV.noticeList P SPAN {
    font-weight: normal;
}
DIV.noticeList {
    margin:0pt 0pt 0.7em;
    padding-left: 0;
}
DIV.noticeList DIV.noticeItem {
    margin-bottom: 1em !important;
    clear: both;
    padding-bottom: 1em;
    border-bottom: 4px solid #F0F0EE;
    overflow: hidden;
}
DIV.noticeList LI {
    padding-bottom: 1em;
    overflow: hidden;
}
DIV.noticeList UL {
    list-style-type: square;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0.35em;
}
DIV.noticeList UL LI {
    clear: none;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    border-bottom: 0;
    padding: 0 0 0 1em;
    background: url(../img/listItem_grey.gif) 0 2px no-repeat;
    list-style-type: none;
}
DIV.noticeList H1 {
    font-size: 1.4em;
    line-height: 1.2;
}
DIV.noticeList DIV.multipleLinksPuff {
    margin: 0 !important;
}
DIV.noticeList DIV DIV.image {
    margin-bottom: 1.4em;
}
DIV.noticeList DIV DIV.image.right {
    margin-bottom: 0.7em;
}

/* NEWSLETTER */
DIV#content.newsLetter DIV#col2 ADDRESS.vcard SPAN {
    color: black;
}


/* A-Z */
DIV.a-z UL.internalMenu {
    list-style-type: none;
}
DIV.a-z UL.internalMenu LI {
    display: inline;
	background: none;
	padding: 0 0 0 0;
}
DIV.a-z DIV.group {
    clear: both;
    margin-bottom: 0.7em;
    padding-bottom: 0.7em;
    border-bottom: 4px solid #F0F0EE;
}
DIV.a-z DIV.group.last {
    border-bottom: 0;
    margin-bottom: 0.7em !important;
}
DIV.a-z DIV.group UL {
    list-style-type: none;
    padding-left: 0;
}
DIV.a-z DIV.group LI {
    margin-bottom: 0.35em;
	background: none;
	padding: 0 0 0 0;
}
DIV.a-z DIV.group LI A {
    font-weight: bold;
}
DIV.a-z DIV.group LI LI A {
    font-weight: normal;
}
DIV.a-z DIV.group H2 {
    font-size: 1.6em;
    margin-top: 0.7em;
}
DIV.a-z DIV.group DIV {
    font-style: italic;
}


/* DICTIONARY */
DIV.a-z.dictionary DIV.group UL UL {
    list-style-type: square;
    padding-left: 1.01em; /* .01 to avoid clipped bullets in IE6 */
}
DIV.a-z.dictionary DIV.group H3 {
    font-size: 1em;
    margin-top: 1em;
    font-style: normal;
}


/* SEARCH */
DIV.search H1 {
    margin-bottom: 0.7em;
}
DIV.search A.back {
    font-weight: bold;
    margin-bottom: 0.35em;
}
DIV.search DIV.group {
    float: left;
    width: 34%;
}
DIV.search DIV.group.first {
    width: 32%;
}
DIV.search DIV.group H2 {
    color: black;
    padding-top: 0.7em;
    margin: 0 0 0.7em 0;
}
DIV.search DIV.group {
    padding-top: 8px;
}
DIV.search DIV.group.gov {
    background: url(../img/menuGradient_red.jpg) 0 0 no-repeat;
}
DIV.search DIV.group.doc {
    background: url(../img/menuGradient_blue.jpg) 2em 0 no-repeat;
}
DIV.search DIV.group.fact {
    background: url(../img/menuGradient_green.jpg) 2em 0 no-repeat;
}
DIV.search DIV.gov.multipleLinksPuff,
DIV.search DIV.doc.multipleLinksPuff,
DIV.search DIV.fact.multipleLinksPuff {
    background-position: 0 0;
}

DIV.search DIV.group DIV {
    padding-left: 2em;
    background: white;
}
DIV.search DIV.group.first DIV {
    padding-left: 0;
}
DIV.search DIV.group DIV DIV {
    padding: 0;
}
DIV.search FORM.area {
    clear: both;
    margin-top: 2em;
}
DIV.search.singleColumn FORM.area {
    margin-right: 1em;
}
DIV.search DIV.group DIV.pageListHeader {
    padding: 0.35em;
}
DIV.search DIV.links LI {
    padding-bottom: 0.2em;
}
DIV.search DIV.links H3 {
    letter-spacing: 0.1em;
    font-style: normal;
    font-weight: bold;
    font-size: 0.78em;
    text-transform: uppercase;
    margin-bottom: 0.7em;
}
DIV.search DIV.links {
    padding-top: 1.4em !important;
    margin-top: 0.7em !important;
    border-top: 4px solid #F0F0EE !important;
}
DIV.search DIV.links UL {
    margin-top: 0;
    padding-left: 0;
}
DIV.search DIV.gov DIV.links LI {
    background-image: url(../img/listItem_red.gif);
}
DIV.search DIV.doc DIV.links LI {
    background-image: url(../img/listItem_blue.gif);
}
DIV.search DIV.fact DIV.links LI {
    background-image: url(../img/listItem_green.gif);
}
DIV.search.results DIV.pageListHeader {
    border-top: 0;
    padding: 4px 0 0 0;
}
DIV.search.results DIV.pageListHeader.gov {
    background: url(../img/header_border_bottom_red.png) top left;
}
DIV.search.results DIV.pageListHeader.doc {
    background: url(../img/header_border_bottom_blue.png) top left;
}
DIV.search.results DIV.pageListHeader.fact {
    background: url(../img/header_border_bottom_green.png) top left;
}
DIV.search.results DIV.pageListHeader DIV {
    background: white;
    padding: 0.35em;
}
DIV.search OL.searchResult {
    padding-left: 2em;
}
DIV.search.results OL.searchResult {
    padding-left: 3em;
}


/* SEARCH RESULT */
OL.searchResult {
    clear: both;
    padding-left: 3em;
}
OL.searchResult LI {
    margin-bottom: 0.7em !important;

}
OL.searchResult SPAN.info {
    font-style: italic;
}


/* ADVANCED SEARCH */
DIV.advancedSearch DIV#col2 {
    padding-top: 1.2em;
}


/* PUBLICATION */
DIV.publication DIV.group {
    overflow: hidden;
}
DIV.publication DIV.group TABLE.definitions {
    margin: 0;
}
DIV.publication IMG {
    float: left;
    margin-right: 0.7em;
}
DIV.publication INPUT#number {
    margin-right: 0.7em;
}
DIV.cart H1 {
    color: black;
}
DIV.cart TABLE {
    margin: 0;
    width: 100%;
    color: black;
}
DIV.cart TABLE TD {
    border: 0;
    color: black;
}
DIV.publication DIV.multipleLinksPuff {
    margin-top: 1.4em;
}


/* SUBSCRIPTION */
DIV.subscription DIV.box.facts {
    padding: 0.7em;
    overflow: hidden;
}
DIV.subscription DIV.box.facts FORM {
    margin: 0;
    border: 0;
    width: 45%;
    float: left;
}
DIV.subscription DIV.box.facts H3 {
    font-weight: bold;
    font-style: normal;
    margin-bottom: 0.7em;
}
DIV.subscription DIV.box.facts H3 SPAN {
    font-weight: normal;
    display: block;
}
DIV.subscription DIV.box.facts INPUT {
    width: 80%;
}
DIV.subscription DIV#columnHeader SPAN {
    display: block;
}
DIV.subscription DIV#col1 H1 SPAN {
    font-size: 0.8em;
    font-weight: normal;
}
DIV.subscription DIV.group DIV.item {
    margin-bottom: 0.7em;
    padding-bottom: 1em;
    border-bottom: 4px solid #F0F0EE;
}
DIV.subscription DIV.group {
    float: left;
    width: 51.9%;
}
DIV.subscription DIV.group.last {
    width: 47.9%;
}
DIV.subscription DIV.group SPAN.newsHeader {
   margin-right: 1em;
}
DIV.subscription DIV.group.last SPAN.newsHeader {
   margin-right: 0;
}
DIV.subscription DIV.group H2 {
    margin-top: 0.7em;
}
DIV.subscription DIV.group DIV {
    margin-right: 1em;
    border-right: 4px solid #F0F0EE;
}
DIV.subscription DIV.group DIV DIV {
    border-right: 0 !important;
}
DIV.subscription DIV.group.last DIV {
    margin-right: 0;
    border-right: 0;
}
DIV.subscription DIV.subscriptions {
    clear: both;
    margin-bottom: 2.1em;
}
DIV.subscription DIV.subscriptions DIV.item {
    background: #F0F0EE;
    padding: 0.7em;
    margin-bottom: 0.7em;
    border-top: 4px solid #E5E2D9;
    border-bottom: 4px solid #E5E2D9;
}
DIV.subscription DIV.subscriptions DIV.item H2 {
    font-size: 1em;
    margin: 0 0 0.35em 0;
    font-weight: bold;
    font-style: normal;
}
DIV.subscription DIV.subscriptions DIV.item FORM,
DIV.subscription DIV.subscriptions DIV.item FORM P {
    display: inline;
}
DIV.subscription SPAN.newsHeader {
    color: #666;
}


/* RSS */
BODY.rss DIV.box.facts SPAN {
    display: block;
    padding-left: 20px;
    background: url(../img/icon_rss.gif) 2px 2px no-repeat;
}
BODY.rss DIV#col1 DIV {
    margin-top: 2em;
}
BODY.rss DIV#col1 DIV UL SPAN {
    color: #666;
}
} /* Stop hiding css from IE5Mac */

