/***** IE Only Codes *****/
/*
#ie7andup
#ie6only
#ie5-5only
#ie5-01only
/*

/******* General ********/
html,
body {
margin: 0;
padding: 0;
}

body {
text-align: center;
background: #fff;
}

a {
color: #AC022D;
background: transparent;
}

a:visited {
color: #9A000B;
background: transparent;
}

a:hover {
color: #CE2246;
background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
legend {
font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
legend,
p.h1-subtitle,
p.h2-subtitle,
p.h3-subtitle {
color: #AC022D;
}

p {
line-height: 1.3;
font-size: 88%;
}

td {
font-family: Verdana, Geneva, sans-serif;
}

.pullquote p,
blockquote p {
line-height: 1.15;
}

h1 {
font-size: 225%;
letter-spacing: 0.02em;
margin-top: 0;
}

p.h1-subtitle {
font-size: 112.5%;
margin-top: 0;
font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
font-size: 125%;
letter-spacing: 0.02em;
}

p.h2-subtitle {
font-size: 90%;
font-style: italic;
margin-top: 0;
font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
font-size: 112%;
}

p.h3-subtitle {
margin-top: 0;
font-style: italic;
font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
font-size: 100%;
font-weight: bold;
}

h5 {
font-size: 100%;
font-style: italic;
}

h1.subtitled,
h2.subtitled,
h3.subtitled {
margin-bottom: 0;
}


abbr,
acronym {
border-bottom: 1px dotted #000; 
cursor: help;
}

button {
display: block;
margin: 1em 0;
}

input {
width: 14em;
}

ins {
text-decoration: none;
font-style: italic;
}

del {
text-decoration: line-through;
}

address {
font-style: normal;
margin-top: 1em;
}

.alert {
color: red;
background: transparent;
font-weight: bold;
}

.note {
font-style: italic;
}

.note em {
font-style: normal;
}


/******* Layout ********/

div#logo {
position: absolute;
top: 0;
left: 0;
}

table#head td,
table#wrapper td {
margin: 0;
padding: 0;
}

#outer-wrapper {
width: 741px;
border: 5px solid #AEC5A4;
border-width: 0 5px;
margin: 0 auto;
}

#right-wrapper {
width: 741px;
border-right: 5px solid #AEC5A4;
border-width: 0 5px;
margin: 0 auto;
}

table#head, table#wrapper {
margin: 0 auto;
padding: 0;
text-align: left;
}


table#head,
table#wrapper {

}

td#banner {

}

td#sitenav {

}

td#content {
background: url(content-side.gif) top left repeat-y;
}

div#content-outer {
background: url(content-top.gif) top left repeat-x;
}

div#content-inner {
background: url(content-corner.gif) top left no-repeat;
padding: 1.1em 18px 1.1em 30px;

}

td#sectionnav {
background: #E2EEDE url(sidebar-top.gif) top left repeat-x;
}

#sectionnav-inner {
padding: 1.3em 21px 1.3em 10px;
}

td#sectionnav ul li {
font-size: 100%;
font-weight: bold;
}

td#sectionnav ul li li {
font-size: 88%;
font-weight: normal;
margin-left: 30px;
}

td#sectionnav ul li li {
text-indent: -15px;
}

td#sectionnav a,
td#sectionnav a:visited {
color: #000;
text-decoration: none;
}

td#sectionnav a:hover {
text-decoration: underline;
}

td#sectionnav .current a {
text-decoration: underline;
}

td#sectionnav ul {
margin: 0 0 0 10px;
padding: 0;
list-style-type: none;
}

td#sectionnav ul ul {
margin-left: 18px;
}

td#sectionnav ul li {
margin: 1ex 0;
}

td#sectionnav ul ul {
margin: 1em 0;
}


table#wrapper #footer {
text-align: center;
background: url(content-side.gif) top left repeat-y;
padding: 0 18px 1em 30px;
}

#footer p,
#footer address {
margin: 0.5em 0 0;
font-size: 95%;
}

#footer img {
margin: 10px auto;
}

#footer {
clear: both;
font-size: 80%;
}

#footer ul.globalnav {
margin-top: 1em;
}

ul.globalnav {
margin: 0;
padding: 0;
}

ul.globalnav li {
margin: 0;
padding: 0;
display: inline;
}

ul.globalnav li.last {
border-width: 0;
}

/****** Floating and Centering ******/

#content .right,
#content .sidenote {
float: right;
clear: right;
margin-left: 1em;
margin-top: 1em;
margin-bottom: 1em;
}

#content .left {
float: left;
clear: left;
margin-right: 1em;
margin-top: 1em;
margin-bottom: 1em;
}

#content .top {
margin-top: 0;
}

.clear {
clear: both;
}

#wrapper .center {
text-align: center;
margin-left: auto;
margin-right: auto;
}

.center p {
text-align: center;
}

/******* Lists *********/

td#content ol,
td#content ul {
margin: 1em 0;
padding: 0 0 0 2em;
}

td#content ol li,
td#content ul li {
list-style-position: outside;
margin: 0.3em 0;
}

td#content ul ul li {
margin-left: 1em;
}

td#content ul li ul li {
list-style-type: circle;
}

td#content li li {
list-style-type: lower-latin;
}

dl {
margin: 1em 0;
}

dt {
font-weight: bold;
}

dd {
margin-bottom: 0.5em;
}


/******* Tables *********/

table {
border-collapse: collapse;
}

th {
border-bottom: 1px solid #000;
text-align: left;
}

td {
vertical-align: top;
}

table.simple {
margin: 1em 0;
}

table.simple td {
vertical-align: top;
}

table#wrapper table.simple td.a {
font-weight: bold;
text-align: left;
padding-right: 1ex;
}

table.simple tr.z td {
background: #eee;
}

/********** Images **********/

img {
display: block;
}

.right img,
.left img,
.center img {
border: 3px solid #ECF080;
background: #eee;
}

table#wrapper .image-set td {
background: #ECF080;
padding: 3px;
}

table#wrapper .image-set img {
border: 1px solid #ECF080;
background: #eee;
}

table#wrapper .image-set td.center {
background: #ECF080;
padding: 3px 0;
}

/***** Image - Caption *****/
/* declare div width in page: image width + 10px border */
div.image-caption {
margin: 1em 0;
}

div.image-caption img {
border: 3px solid #ECF080;
}

div.image-caption p,
.image-set p {
font-size: 75%;
font-style: italic;
margin: 0.5em 0;
}

/****** Quotes ********/

blockquote {
margin: 1em 2em;
padding: 0.5em 0;
}

blockquote h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0px 0.5em;
	font-style: italic;
}

blockquote p {
margin: 0 0 0.8em;
text-align: left;
}

blockquote p.attribution {
text-align: left;
font-style: italic;
}

body #content .pullquote {
color: #888;
font-size: 95%;
font-style:italic;
font-weight: bold;
line-height: 1.25;
width: 20ex;
}

body #content .pullquote cite {
font-style: normal;
}

/*** Misc ***/
div#skip {
position: absolute;
left: -9999px;
font-size: 70%;
z-index: 999;
}

div#skip a {
text-decoration: none;
}

div#skip a:focus {
background: #fff;
display: block;
position: absolute;
top: 70px;
text-indent: 0;
line-height: 1;
left: 9999px;
width: 7em;
margin-left: 1em;
padding: 1em;
font-size: 150%;
text-align: center;
border: 1px solid #bdf;
}
.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.bodytext-smaller {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.subtitle-roi {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 100;
	color: AC022D;
	text-decoration: none;
}
.roi-body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 88%;
}
.roi-bodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.reference {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}


.style51 {font-size: 16px; font-weight: bold; }
.style57 {font-size: 14pt; font-family: Georgia, "Times New Roman", Times, serif;}
.style2 {	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;}
.style61 {font-size: 16px}
.style31 {
	font-size: 85%;
	font-weight: bold;
}
.style34 {font-size: 9pt}
.style43 {font-size: 10pt; font-weight: bold; }
.style45 {font-size: 10pt; font-weight: bold; color: #AC022D; }
