/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-family:inherit; font-size:100%; vertical-align:baseline; }
td {vertical-align:top}
h1,h2,h3,h4,h5,h6,strong {font-weight:bold;}
h1 {font-size:138.5%;}
h2 {font-size:123.1%;}
h3 {font-size:108%;}
em{font-style:italic}
ul {margin:0px;margin:5 0 0 35;padding-left:0px;}
ol {margin:0px;margin:5 0 0 35;padding-left:0px;}
li {padding-bottom:5px}
sup {vertical-align:top}
h1,h2,h3,h4,h5,h6 {margin:.25em 0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
hr{height:1px;margin-bottom:5px;}
/* Font Settings */
/* 10px=77% | 11px=85% | 12px=93% | 13px=100% | 14px=108% | 15px=116% | 16px=123.1% | 17px=131% | 18px=138.5%
19px=146.5% | 20px=153.9% | 21px=161.6% | 22px=167% | 23px=174% | 24px=182% | 25px=189% | 26px=197  */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea,button{font:85% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* Site Specific */
body {background-color:#FFFFFF;background-image:url('siteart/page-background.jpg');background-repeat:repeat-x;color:#030303;overflow:auto;overflow-y:scroll;overflow-x:auto;}

a,a:visited,a:active {color:#9a0406;text-decoration:none}
a:hover{text-decoration:underline}

h1,h2,h3,h4,h5,h6 {color:#030303;}
h1 {font-size:161.6%;color:#568ed9;text-transform:uppercase}
h2 {font-size:138.5%;color:#568ed9}
h3 {font-size:116%;color:#d5000;margin-bottom:0}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color:inherit !important;}
hr {color:#d50000;}

div.h1Box {padding:10px 10px 20px 10px;border:3px solid #568ed9;background-color:#FFFFFF;}

div.titleBox {background-color:#ed7d0e;padding:1px 10px 1px 10px;margin:10px 0px 3px 0px}
div.titleBox h2 {color:#ffd632}
div.titleBoxGreen {background-color:#1d7d49;padding:1px 10px 1px 10px;margin:10px 0px 3px 0px}
div.titleBoxGreen h2 {color:#8df4e9}
div.titleBoxRed {background-color:#ba0f1f;padding:1px 10px 1px 10px;margin:10px 0px 3px 0px}
div.titleBoxRed h2 {color:#f89c4a}

img.pic {border:1px solid #666666}

div.sideBox {border:1px solid #ba0f1f;width:300px;margin:10px 0px 10px 0px;background-color:#FFFFFF}

#footer {font-size:85%;color:#999999;text-align:center;padding:20px 10px 10px 10px}
#footer a{color:#999999}

#content{ padding:15px 10px 15px 10px}

.outputTable{border:1px solid #9a0406}
.outputTable td{padding:3px 10px 3px 5px;font-size:86%;vertical-align:top;background-color:#FEFEFE}
.outputTable tr.header td{background-color:#9a0406;font-weight:bold;color:#FFFFFF !important}
.outputTable tr.header a{color:#FFFFFF !important}
.outputTable tr.subheader td{background-color:#9DABD8;font-weight:bold;text-transform:uppercase;}
.outputTable ul {font-size:10px;line-height:13px;margin:0px;margin-left:25px;padding:0px}
.outputTable tr.altRow td{background-color:#F7F7F7}
.outputTable tr.total td{border-top:1px solid #e8a962}
.outputTable tr.altRow2 td{background-color:#f8d68e}

.mceContentBody {background-color:#FFFFFF;color:#000000}