html { width: 100%; height: 100%; }
body { width: 100%; height: 100%; background-color: #fff; border: none; margin: 0; font-family: Arial, Sans-serif; background-color: #111; }

h1 { margin: 0; padding: 10px 5px; font-size: 25px; color: #111; font-weight: normal; font-family: "Arial Narrow", sans-serif; }
h2 { margin: 0; padding: 6px 10px; background-color: #CAD1D5; font-size: 18px; border-bottom: solid 1px #B8BFC2; }
h3 { margin: 0; padding: 5px 5px 5px 25px; color: #111; font-size: 15px; }
h4 { margin: 0; padding: 7px 12px; color: #111; font-size: 15px; }
h5 { margin: 0; padding: 0 0 10px 0; font-size: 14px; }
h6 { margin: 0; padding: 5px 0; font-size: 100%; }

a:link { color: #111; text-decoration: underline; }
a:visited { color: #111; text-decoration: underline; }
a:hover { color: #D60021; text-decoration: none; }

a.a { padding: 2px 0 0 15px; background-image: url('images/bullet.gif'); background-repeat: no-repeat; font-size: 12px; }
a.a:link { color: #666666; }
a.a:visited { color: #666666; }
a.a:hover { color: #111; }

input,textarea,select { font-size: 100%; font-family: "Trebuchet MS"; background-image: url('images/input.gif'); }
input.nobg,textarea.nobg,select.nobg { background: none; border: none; }
input.btn { padding: 2px 10px; background-image: url('images/bgbtn.gif'); font-weight: bold; color: #fff; border: none; }

p { margin: 0; padding: 5px; }

ul,ol { margin: 0 0 0 20px; padding: 5px 0; }
ul.a,ol.a { margin: 10px 10px 10px 20px; padding: 5px 0; }
ul.a li { margin: 5px 0; }

p.menuleft, p.menuleft2 { margin: 0; padding: 10px; }
p.menuleft a, p.menuleft2 a, p.menuleftb a { display: block; padding: 4px 0 5px 12px; }

p.menuleft a { color: #111; font-weight: bold; background-image: url('images/menuleft.gif'); background-repeat: no-repeat; }
p.menuleft a:link { color: #fff; text-decoration: none; }
p.menuleft a:visited { color: #fff; text-decoration: none; }
p.menuleft a:hover { text-decoration: underline; color: #fff; }

p.menuleftb a { color: #111; font-weight: bold; background-image: url('images/menuleftblue.gif'); background-repeat: no-repeat; }
p.menuleftb a:link { color: #fff; text-decoration: none; }
p.menuleftb a:visited { color: #fff; text-decoration: none; }
p.menuleftb a:hover { text-decoration: underline; color: #fff; }

p.menuleft2 a { color: #111; font-weight: bold; background-image: url('images/bullet.gif'); background-repeat: no-repeat; }
p.menuleft2 a:link { color: #111; text-decoration: none; }
p.menuleft2 a:visited { color: #111; text-decoration: none; }
p.menuleft2 a:hover { text-decoration: underline; color: #F78C20; }

p.botr { text-align: right; }

table { border-collapse: collapse; }
tr { font-size: 80%; color: #111; }
th { background-color: #F2F4F5; }
td { padding: 0; }

table.body { margin: 15px 29px 25px 29px; width: auto; }
table.body tr { text-align: left; }
table.body td.bleft { padding: 0 20px 0 0; width: 200px; }
table.body td.bright { padding: 0; width: 80%; }
table.body td.bfull { padding: 0 15px; width: 100%; }

table.header { margin: 10px 24px 15px 24px; width: auto; height: 87px; }
table.header { background-image: url('images/bgheader.gif'); background-repeat: no-repeat; }
table.header tr { text-align: left; }
table.header td.hleft { width: 20%; padding: 0 10px 0 0; }
table.header td.hright { width: 80%; padding: 0 5px 0 0; }

table.menuleft { width: 214px; margin: 0; }
table.menuleft tr { font-size: 12px; }
table.menuleft td.nopad { padding: 0; }
table.menuleft td.mtop, table.menuleft td.mbot { height: 20px; padding: 0; }
table.menuleft td.mbodyorange { padding: 0 15px; background: url('images/menuorangebg.gif') repeat-y; }
table.menuleft td.mbodygray { padding: 0 15px; background: url('images/menugraybg.gif') repeat-y; }
table.menuleft td.mbodyblue { padding: 0 15px; background: url('images/menubluebg.gif') repeat-y; }

table.list { width: 100%; margin: 0; font-size: 120%; }
table.list th { padding: 5px 10px; font-size: 120%; color: #111; }
table.list td, table.list th { padding: 5px 10px; border: solid 1px #B2BBBF; }

table.list2 { margin: 0; font-size: 120%; }
table.list2 th { padding: 5px 10px; font-size: 120%; color: #444; }
table.list2 td, table.list2 th { padding: 2px 10px; border-top: none; border-left: none; border-right: none; }

table.split { margin: 0; width: 66%; }
table.split tr { font-size: 12px; }
table.split tr a { display: block; font-weight: normal; padding: 4px 0 5px 12px; background-image: url('images/bullet.gif'); background-repeat: no-repeat; }
table.split tr a:link { color: #111; text-decoration: none; }
table.split tr a:visited { color: #111; text-decoration: none; }
table.split tr a:hover { text-decoration: underline; color: #F78C20; }
table.split td { padding: 10px; width: 50%; }
table.split li { padding: 2px 0; }

table.brc_home_pics { width: auto; }
table.brc_home_pics td.pic { width: 20%; }
table.brc_home_pics td.text { width: 80%; padding-left: 10px; }
table.brc_home_pics td.pic2 { width: 10%; }
table.brc_home_pics td.text2 { width: 90%; padding-left: 10px; }

div.menutop { width: auto; color: #111; margin: 0 5px; padding: 0; font-size: 13px; font-weight: bold; }
div.menutop { background: url('images/menutop.gif') repeat-x; height: 62px; }
div.menutop p { padding: 15px; text-align: center; }
div.menutop a { font-size: 12px; display: inline; margin: 0; padding: 8px 20px; }
div.menutop a:link { color: #aaa; text-decoration: none; }
div.menutop a:visited { color: #aaa; text-decoration: none; }
div.menutop a:hover { color: #fff; text-decoration: underline;  }

div.splash { width: auto; margin: 0; padding: 0; }
div.splash p { margin: 0; padding: 0; text-align: center; text-align: left; }

div.bodyb { width: 100%; margin: 0; padding: 0; background: url('images/bg.gif') repeat-x; background-color: #fff; }

div.page { width: 980px; margin: 0; padding: 0; background: url('images/page.gif') repeat-y; }

div.subheader { height: 37px; margin: 0; padding: 0; background-color: #F08D00; /* background-image: url('images/bgsubheader.gif'); */ }
div.subheader p { padding: 6px 22px; color: #fff; text-align: center; }

div.content { margin: 0; padding: 10px 20px; }

div.bg { margin: 0; padding: 0px; background-color: #B2BBBF; color: #333; }
div.bg h3 { margin: 0 0 10px 0; padding: 8px 15px; background-image: url('images/h3.gif'); color: #000; }
div.bg h3.dark { background-image: url('images/h3b.gif'); color: #fff; }
div.bg h5 { margin: 0 0 10px 0; padding: 8px 15px; background-image: none; background-color: #ddd; color: #000; }
div.bg p { padding: 0 15px 10px 15px; }

div.menubot { margin: 20px 10px 10px 10px; padding: 0; color: #ccc; font-size: 12px; }
div.menubot p { margin: 0; padding: 5px 10px; }
div.menubot a { display: inline; margin: 0; padding: 0 20px; font-size: 12px; font-weight: normal; }
div.menubot a:link { color: #aaa; text-decoration: none; }
div.menubot a:visited { color: #aaa; text-decoration: none; }
div.menubot a:hover { color: #F08D00; text-decoration: none; }

div.bot { margin: 0; padding: 0 0 20px 0; color: #aaa; font-size: 12px; background-color: #111; }
div.bot p { padding: 5px; }

.small { font-size: 11px; font-weight: bold; }
.arw { background-image: url('images/bullet.gif'); background-repeat: no-repeat; padding: 2px 0 2px 12px; }
a.small { background-image: url('images/bullet.gif'); background-repeat: no-repeat; padding: 2px 0 2px 12px; }

#mainframe { width: 100%; height: 80%; margin: 0; padding: 0; background: url('images/bgbody.gif') repeat-x; background-color: #ededed; }
div.main { width: 910px; height: 80%; margin: 0; padding: 0 15px; background-color: #fff; }

div.footer { margin: 0; padding: 10px; color: #ccc; }
