
/* ##### Common Styles ##### */

body {
 color: black;
 background-color: white;
 font-family: georgia, "times new roman", times, roman, serif;
 font-size: 12pt;
 margin: 0;
 padding: 0;
}

acronym, .titleTip {
 font-style: italic;
 border-bottom: none;
}

acronym:after, .titleTip:after { /* Prints titles after the acronyms/titletips. Doesn't work in MSIE */
 content: "(" attr(title) ")";
 font-size: 90%;
 font-style: normal;
 padding-left: 1ex;
}

a {
 color: black;
 background-color: transparent;
 text-decoration: none;
}

a[href]:after { /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
 content: "<" attr(href) ">";
 font-size: 90%;
 padding-left: 1ex;
}

ol {
 margin: -0.25em 0 1em 0;
 padding: 0;
}

ul {
 list-style-type: square;
 margin: -0.25em 0 1em 0;
 padding: 0;
}

dl {
 margin: 0 0 1em 0;
 padding: 0;
}

ul li {
 margin: 1ex 0 0 1.5em;
 padding: 0;
}

ol li {
 margin: 1ex 0 0 1.5em;
 padding: 0;
}

dt {
 font-weight: bold;
 margin: 0;
 padding: 0;
}

dd {
 margin: 0 0 0 1.5em;
 padding: 0;
}

.doNotPrint {
 display: none;
}


/* ##### Header ##### */


#subHeader {
 display: none;
}


/* ##### Side Menu ##### */

#side-bar, #subNav, #flashcontent, #warn, #header, #p7TBM {
 display: none !important;
}


/* ##### Main Copy ##### */

#main-copy {
 text-align: justify;
 margin: 0 !important;
 padding: 0;
}

#main-copy h1 {
 font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
 font-size: 120%;
 margin: 2ex 0 1ex 0;
 padding: 0;
}

#main-copy h2 {
 font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
 font-weight: normal;
 font-size: 100%;
 margin: 0;
 padding: 2ex 0 0.5ex 0;
}

#main-copy h1 + h2 {
 padding-top: 0;
}

#main-copy p {
 margin: 0 0 2ex 0;
 padding: 0;
}

h2 a:after {
 content: "" !important;
}

.smallCaps {
 font-variant: small-caps;
}

/* ##### Footer ##### */

#footer {
 color: black;
 background-color: transparent;
 font-size: 100%;
 text-align: center;
 margin: 2em 0 0 0;
 padding: 1ex 0 0 0;
 border-top: 1px solid black;
 display: block;
}

#footer a {
 color: black;
 background-color: transparent;
 text-decoration: none;
}
#printheader {
	text-align:center;
}