/* -------------- specific system styles (do not edit!) -------------- */
html {
	height: 100%;
}

body {
	height: 100%;
}

body, table, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}

td {
	vertical-align: top;
}

/* hide from Mac IE \*/
td {
	font-size: 76%;
	font-size/* */:/**/100%;
	font-size: /**/100%;
}
/* end hide Mac IE */



/* efirst added this so individual styles don't need to be added everywhere - people should learn how to use this */
body, td {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:12px;
	text-decoration: none;
}


/* ---------------------- bug-fix & utility css --------------------- */
 .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* --------- hide accessibility links from visual browsers ---------- */
#access {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.accesslink {
	position: absolute;
	height: 0;
	overflow: hidden;
}

/* --------- general page styles --------- */
input {
	font-family: Arial,Helvetica,sans-serif;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* -- style 0 -- */
ul.list0 {
/*	list-style-image: url(../img/mwf/system/bullet0.gif); */
	position: relative;
	z-index: 0;
	left: 1.7em; /* (1.2em + X) */
	margin: 0 1.7em 0 -1.7em; /* 0 (1.2em + X) 0 -(1.2em + X) */
	padding: 0;
}

ul.list0 li {
	margin: 0 0 0 1.7em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list0 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 1 -- */
ul.list1 {
/*	list-style-image: url(../img/mwf/system/bullet1.gif); */
	position: relative;
	z-index: 0;
	left: 3.2em; /* (1.2em + X) */
	margin: 0 3.2em 0 -3.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */
	padding: 0;
}

ul.list1 li {
	margin: 0 0 0 3.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list1 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 2 -- */
ul.list2 {
/*	list-style-image: url(../img/mwf/system/bullet2.gif); */
	position: relative;
	z-index: 0;
	left: 5.2em; /* (1.2em + X) */
	margin: 0 5.2em 0 -5.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */
	padding: 0;
}

ul.list2 li {
	margin: 0 0 0 5.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list2 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 3 -- */
ul.list3 {
/*	list-style-image: url(../img/mwf/system/bullet3.gif); */
	position: relative;
	z-index: 0;
	left: 2.2em; /* (1.2em + X) */
	margin: 0 2.2em 0 -2.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */
	padding: 0;
}

ul.list3 li {
	margin: 0 0 0 2.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list3 {
	left: 0;
	margin: 0;
	height: 0;
}

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link {
	color: #0e9ee9;
	text-decoration: underline;
}

a:visited {
	color: #77b1cf;
	text-decoration: underline;
}

a:hover, a:active {
	color: #55baee;
	text-decoration: underline;
}

/* ------ search box style ------ */
.searchbox .formfieldtext {
	width: 120px;
}

/* --------- navigation styles --------- */
/* ---- nav style 0 (Flowing Text) ---- */
.navi10 {
	/* common font face, size, formatting */
	margin: 0 0 4px 0;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.navi10 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi10 li {
	display: inline;
}

.navi10 a:link, .navi10 a:visited {
	/* normal link: colour, style */
	color: #FFF;
	text-decoration: underline;
}

.navi10 a:hover, .navi10 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
}

.navc10 a:link, .navc10 a:visited {
	/* current link: colour, style */
	color: #FFF;
	text-decoration: underline;
}

.navc10 a:hover, .navc10 a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
}

/* ---- nav style 5 (Vertical Text Main Nav) ---- */
.navi5 {
	/* common font face, size, formatting */
	margin: 6px 0 15px 0;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.navi5 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi5 li {
	display: block;
	padding: 10px 0;
}

.navi5 a {
	display: block;
	padding: 0 0 0 20px;
}

.navi5 a:link, .navi5 a:visited {
	/* normal link: colour, style */
	color: #000;
	text-decoration: none;
	background: url(../img/mwf/system/mwf_2009_mainnav_arrow.gif) no-repeat 0 3px;
}

.navi5 a:hover, .navi5 a:active {
	/* normal link rollover: colour, style */
	color: #dd1626;
	text-decoration: underline;
	background: url(../img/mwf/system/mwf_2009_mainnav_arrow_r.gif) no-repeat 0 3px;
}

.navc5 a:link, .navc5 a:visited {
	/* current link: colour, style */
	color: #dd1626;
	text-decoration: none;
	background: url(../img/mwf/system/mwf_2009_mainnav_arrow_r.gif) no-repeat 0 3px;
}

.navc5 a:hover, .navc5 a:active {
	/* current link rollover: colour, style */
	color: #dd1626;
	text-decoration: none;
	background: url(../img/mwf/system/mwf_2009_mainnav_arrow_r.gif) no-repeat 0 3px;
}

/* ---- nav style 6 (Vertical Text Sub Nav 1) ---- */
.navi6 {
	/* common font face, size, formatting */
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border-left: 1px solid #de1526;
	text-decoration: none;
}

.navi6 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi6 li {
	display: block;
	padding: 1px 0;
}

.navi6 a {
	display: block;
	padding: 5px 0 5px 20px;
}

.navi6 a:link, .navi6 a:visited {
	/* normal link: colour, style */
	color: #de1526;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

.navi6 a:hover, .navi6 a:active {
	/* normal link rollover: colour, style */
	color: #de1526;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

.navc6 a:link, .navc6 a:visited {
	/* current link: colour, style */
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: #de1526 url(../img/mwf/system/mwf_2009_subnav_arrow.gif) no-repeat 7px 10px;
}

.navc6 a:hover, .navc6 a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: #de1526 url(../img/mwf/system/mwf_2009_subnav_arrow.gif) no-repeat 7px 10px;
}

/* ---- nav style 7 (Vertical Text Sub Nav 2) ---- */
.navi7 {
	/* common font face, size, formatting */
	margin: 0 0 5px 0;
	padding: 0 0 0 28px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	border: none;
	text-decoration: none;
	background: url(../img/mwf/system/mwf_2009_subnavlv3_btm_r.gif) no-repeat bottom left;
}

.navi7 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi7 li {
	display: block;
	padding: 4px 0;
}

.navi7 a {
	display: block;
	padding: 0;
}

.navi7 a:link, .navi7 a:visited {
	/* normal link: colour, style */
	color: #de1526;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

.navi7 a:hover, .navi7 a:active {
	/* normal link rollover: colour, style */
	color: #de1526;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

.navc7 a:link, .navc7 a:visited {
	/* current link: colour, style */
	color: #de1526;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}

.navc7 a:hover, .navc7 a:active {
	/* current link rollover: colour, style */
	color: #de1526;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}

/* ---- nav style 8 (Vertical Text Sub Nav 3) ---- */
.navi8 {
	/* common font face, size, formatting */
	margin: 5px 0;
	padding: 0 0 0 10px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	border: none;
	text-decoration: none;
	background: none;
}

.navi8 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi8 li {
	display: block;
	padding: 2px 0;
}

.navi8 a {
	display: block;
	padding: 0;
}

.navi8 a:link, .navi8 a:visited {
	/* normal link: colour, style */
	color: #de1526;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

.navi8 a:hover, .navi8 a:active {
	/* normal link rollover: colour, style */
	color: #de1526;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

.navc8 a:link, .navc8 a:visited {
	/* current link: colour, style */
	color: #de1526;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}

.navc8 a:hover, .navc8 a:active {
	/* current link rollover: colour, style */
	color: #de1526;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}

/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .t0, .t1, .t3, .t4 {
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .t0 {
/*	color: #000; */
	color: #ef2233;
	font-size: 36px;
	margin: 0;
	padding: 0 0 5px 0;
}

h1 a:link, h1 a:visited, .t0 a:link, .t0 a:visited {
}

h1 a:hover, h1 a:active, .t0 a:hover, .t0 a:active {
}

/* --------- text style 1 --------- */
.heading1, h1 {
/*	color: #000; */
	font-size: 18px;
	font-weight: bold;
}



/* --------- text style 2 --------- */
.heading2, h2 {
/*	color: #000; */
	font-size: 15px;
	font-weight: bold;
	color: #ef2233;
	padding-bottom:0;
	margin-bottom:5px;
}



/* --------- text style 3 --------- */
.t3 {
/*	color: #000; */
/*	font-size: 12px; */
	line-height: 16px;
}

.t3 a:link, .t3 a:visited {
	font-weight: bold;
}

.t3 a:hover, .t3 a:active {
}

/* --------- text style 4 --------- */
.t4 {
/*	color: #555; */
	line-height: 14px;
	font-size: 11px;
}

.t4 a:link, .t4 a:visited {
	font-weight: bold;
}

.t4 a:hover, .t4 a:active {
}

/* --------- miscellaneous styles --------- */
.caption {
	font-size: 11px;
}

.error {
	color: #900;
	font-weight: bold;
}

.highlight {
	background-color: #EEE;
	color: #090;
	font-weight: bold;
    padding: 0 3px 1px 3px;
}

/* --------- custom style settings --------- */
/* -- make a donation link -- */
.donationlink1 {
	margin: 0 0 10px 0;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
}

.donationlink2 {
	position: absolute;
	z-index: 1;
}

.donationlink2 a {
	display: block;
	padding: 10px 4px 0 0;
	width: 160px;
	height: 35px;
	text-align: center;
}

.donationlink2 a:link, .donationlink2 a:visited {
	color: #FFF;
	text-decoration: none;
	background: #ef2233 url(../img/mwf/system/mwf_2009_dntbtn_normal_r.gif) no-repeat top left;
}

.donationlink2 a:hover, .donationlink2 a:active {
	color: #FFF;
	text-decoration: underline;
	background: #ef2233 url(../img/mwf/system/mwf_2009_dntbtn_over_r.gif) no-repeat top left;
}

/* -- subscription link -- */
.subscriptionlink1 {
	margin: 0 0 10px 0;
	height: 65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
}

.subscriptionlink2 {
	position: absolute;
	z-index: 1;
}

.subscriptionlink2 a {
	display: block;
	padding: 10px 4px 0 0;
	width: 160px;
	height: 55px;
	text-align: center;
}

.subscriptionlink2 a:link, .subscriptionlink2 a:visited {
	color: #FFF;
	text-decoration: none;
	background: #ef2233 url(../img/mwf/system/mwf_2009_sbscrbtn_normal_r.gif) no-repeat top left;
}

.subscriptionlink2 a:hover, .subscriptionlink2 a:active {
	color: #FFF;
	text-decoration: underline;
	background: #ef2233 url(../img/mwf/system/mwf_2009_sbscrbtn_over_r.gif) no-repeat top left;
}

/* -- print friendly link -- */
#printlink {
	position: absolute;
	z-index: 1;
	margin: -45px 0 0 186px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#printlink a {
	display: block;
	padding: 6px 24px 12px 25px;
	width: 150px;
	text-align: left;
}

#footer #printlink a:link, #footer #printlink a:visited {
	color: #0e9ee9;
	background: url(../img/mwf/system/mwf_2009_printicon_r.gif) no-repeat 0 0;
}

#footer #printlink a:hover, #footer #printlink a:active {
	color: #55baee;
	background: url(../img/mwf/system/mwf_2009_printicon_r.gif) no-repeat 0 0;
}

/* -- universal region for subscription, blog, facebook and twitter links -- */
#universalregion {
	padding: 0 0 10px 0;
}

/* -- search box in header -- */
#quicksearch {
	position: absolute;
	margin: 31px 0 0 635px;
	width: 280px;
}

#quicksearch .searchbox {
	float: right;
	text-align: left;
}

#quicksearch .searchbox span {
	font-size: 11px;
	font-weight: bold;
}

#quicksearch .searchbox .formfieldtext {
	margin: 0 5px;
	border: 1px solid #000;
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background: #000;
}

#toplevela {
	padding: 16px 0;
	width: 100%;
	text-align: center;
	background: url(../img/mwf/system/mwf_2009_pagebg_r.gif) repeat-y top center;
}

#main {
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	text-align: left;
	background: url(../img/mwf/system/mwf_2009_mainbg.gif) repeat-y top left;
}

#header {
	position: absolute;
	z-index: 1;
	width: 940px;
	height: 130px;
	border-bottom: 5px solid #ef2233;
	background: #FFF;
}

#logo {
	position: absolute;
	z-index: 1;
	margin: 31px 0 0 20px;
}

#date {
	position: absolute;
	z-index: 1;
	margin: 85px 0 0 598px;
}

#column1 {
	width: 180px;
}

#column1inner {
	padding: 135px 10px 80px 10px;
}

#column2 {
	padding: 270px 27px 80px 32px;
}

#optionalcolumn {
	padding: 270px 27px 80px 0;
}

#footer {
	padding: 12px 27px;
	border-bottom: 2px solid #FFF;
	color: #FFF;
	font-size: 11px;
	background: #ef2233;
}

#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #FFF;
	text-decoration: underline;
}

#footertext {
	text-align: right;
}

/* --------- layout style settings for landing page --------- */
#sectionheader {
	position: absolute;
	x-index: 1;
	margin: 135px 0 0 185px;
	width: 755px;
	height: 98px;
	line-height: 0;
	font-size: 0;
	background: #ef2233;
}

#sectionheader .t1,
#sectionheader h0 {
	padding: 0;
}

#bookmarkdeco {
	position: absolute;
	z-index: 98;
	margin: 130px 0 0 720px;
	width: 213px;
	height: 135px;
	background: url(../img/mwf/system/mwf_2009_bookmark_landing_r.gif) no-repeat top left;
}