/*HTML ELEMENT STYLES*/
body { color: #333333; background-color: #e9f1fb; margin: 0; padding: 0; }
iframe { border-width: 0px; }
p, td { color: #333333; font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 12px; }

/*LINK STYLES*/
a:link { color: #2364C4; text-decoration: underline; }
a:visited { color: #2364C4; text-decoration: underline; }
a:active { color: #E5AC00; text-decoration: underline; }
a:hover { color: #2364C4; text-decoration: none; }

a.footer:link { color: #ffffff; text-decoration: none; }
a.footer:visited { color: #ffffff; text-decoration: none; }
a.footer:active { color: #ffffff; text-decoration: none; }
a.footer:hover { color: #ffffff; text-decoration: underline; }

/*COLOR STYLES*/
/*.color { color: #??????; }*/

/*HOMEPAGE BACKGROUND STYLES*/
.home_header_left { background-image: url(../images/home_header_left.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: right top; }
.home_header_right { background-image: url(../images/home_header_right.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; }
.home_header_bkg { background: url(../images/home_header_bkg.jpg); background-position: top; }

/*TEXT STYLES*/
.bodyarea { background-color: #ffffff; padding: 30px; }
.footer { padding: 10px; font-size: 11px; }
.testimonial { background-image: url(../images/quote_bkg.gif); background-repeat: repeat-x; padding: 20px; font-family: Georgia, Times; font-size: 14px; color: #666666; line-height: 18px;}
.byline { font-family: Georgia, Times; font-size: 11px; padding-left: 40px; }
.pagetitle { color: #E5AC00; font-family: Georgia, Times; font-size: 32px; }
.subhead { color: #E5AC00; font-family: Georgia, Times; font-size: 22px; }
.txt10 { font-family: inherit; font-size: 10px; }
.txt11 { font-family: inherit; font-size: 11px; }
.txt12 { font-family: inherit; font-size: 12px; }
.txt14 { font-family: inherit; font-size: 14px; }
.txt16 { font-family: inherit; font-size: 16px; }
.body_20lead { line-height: 20px; }



