body { font-family: arial, helvetica, serif;  padding:0; margin:0;}
img { border-style:none; }
/*a { text-decoration:none; color:#B27600; font-weight:bold; }
a:hover { text-decoration:underline }*/
p,blockquote { font: 9pt/16pt Verdana, Helvetica, sans-serif; margin-top:0.5em;}
li { font: 10pt Verdana, Helvetica, sans-serif; margin-top:0.5em;}
h1, h2, h3 { font-family:Arial, sans-serif; font-weight:bold; margin:0.5em 0 0 0;}
h1 { font-size:14pt; }
h2 { font-size:12pt; color:#EE9B00; clear:both; }
h3 { font-size:11pt; }
ul { list-style:none; padding-left:0px; margin-left:0.5em; }
span.apa { font-weight:bold }
span.renctas { font-weight:bold }
span.date { font-weight:bold }
span#err { color:red; font-size:10pt;}
div#creditcards img { background:none; border:0; margin:auto; display:block; float:left; }
.question { font-weight:bold; }

#top {
/*background: #EE9B00 url(/images/parrotbanner.jpg) top right no-repeat;*/
background: #EE9B00 url(/logos/apaheader-bg.gif) repeat-x;
margin:0px auto;
height:71px;
min-width:780px;
margin-left:-3px;
margin-left/**/:/**/auto;    /* IE5 Mac will ignore this */
}
#top img { float:left }

#left {
position: absolute;
left:0px;
top:97px;
width:120px;
border:solid black 1px;
margin:0; padding:0;
z-index:100;
}
#left img { border-bottom:solid #EE9B00 3px; }

#middle {
margin-left: 140px;
margin-right:220px;
margin-top:0;
padding-top:5px;
border:0px solid #000;
/*
IE5x PC mis-implements the box model. Because of that we sometimes have
to perform a little CSS trickery to get pixel-perfect display across browsers.
The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
parsing bug in IE5x PC that will prematurly close a style rule when it runs
into the string "\"}\"". After that string appears in a rule, then, we can override
previously set attribute values and only browsers without the parse bug will
recognize the new values. So any of the name-value pairs above this comment
that we need to override for browsers with correct box-model implementations
will be listed below.

We use the voice-family property because it is likely to be used very infrequently,
and where it is used it will be set on the body tag. So the second voice-family value 
of "inherit" will override our bogus "\"}\"" value and allow the proper value to
cascade down from the body tag.

The style rule immediately following this rule offers another chance for CSS2
aware browsers to pick up the values meant for correct box-model implementations.
It uses a CSS2 selector that will be ignored by IE5x PC.

Read more at http://www.glish.com/css/hacks.asp
*/

voice-family: "\"}\"";
voice-family: inherit;
margin-left: 140px;
margin-right:220px;
}
/*#middle img { float:left; }*/
#middle img { margin:0.5em 10px 5px 0; float:left; }
#middle img.leftimg { border: 1px solid black; }
#middle img.rightimg { border: 1px solid black; float:right; margin:0.5em 0 5px 10px; }
#middle li { background-image:url(/logos/chevron10.gif);
     background-repeat:no-repeat;
     background-position:0 0.3em;
     text-indent:1em; }
#middle .box { color:#EE9B00; border:solid #EE9B00 3px; text-align:center;
       margin:0 40px; padding:5px 20px 10px; }
#middle .box p { font-weight:bold; font-size:12pt }

#right {
position: absolute;
right:0px;
top:101px;
width:200px;
border:solid black 1px;
margin:0; padding:0;
background:#EE9B00;
z-index:100;
}
#right img { border-bottom:solid #EE9B00 3px; }
#right img.leftwrap { float:left; border:solid black 1px; margin:4px 6px 0 0;  }
#right img.rightwrap { float:right; border:solid black 1px; margin:4px 0 0 6px;  }
#right p { padding:0 7px; }
/*#right p a { color:white; }*/
#right h2{ color:white; padding:0 7px; }

#footer {
clear:both;
bottom:0px;
margin:20px 215px 0 135px;
background:#EE9B00;
color:black;
text-align:center;
}
#footer p {
font-weight:normal;
font-size:7pt;
text-transform:uppercase;
padding:2px 0 3px 0;
}

blockquote {
    font-style:italic;
    font-weight:bold;
    margin-left:1em;
}
#intro p {
    font-weight:bold;
}
.date {
    font-weight:bold;
}

