html { width: 100%; height: 100%; }
body { width: 100%; height: 100%; background-color: #fff; border: none; margin: 0; font-family: Courier New, Courier, fixed sans-serif; background-color: #fafafa; }

h1 { margin: 0 0 10px 0; padding: 5px 0; font-size: 22px; color: #111; font-weight: bold; }
h2 { margin: 0; padding: 6px 10px; background-color: #CAD1D5; font-size: 18px; border-bottom: solid 1px #B8BFC2; }
h3 { margin: 0; padding: 0 0 5px 0; color: #111; font-size: 17px; }
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: Courier New, Courier, fixed, sans-serif;  color: #999; background-image: url('images/input.gif'); border: solid 1px #d6d6d6; padding: 5px; }
input.nobg,textarea.nobg,select.nobg { background: none; border: none; }
input.btn { padding: 7px 20px; background-image: url('images/bgbtn.gif'); font-weight: bold; color: #fff; border: solid 1px #111; }

p { margin: 0; padding: 5px 0; }
p.half { width: 60%; }

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 { margin: 0; padding: 10px; }
p.menuleft a { color: #111; font-weight: bold; background-image: url('images/bullet.gif'); background-repeat: no-repeat; }
p.menuleft a { display: block; padding: 2px 0 5px 12px; }
p.menuleft a:link { text-decoration: none; }
p.menuleft a:visited { text-decoration: none; }
p.menuleft a:hover { text-decoration: none; color: #F08D00; }
p.botr { text-align: right; }

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

table.page { width: 980px; margin: 0; }
table.page tr { font-size: 90%; }
/* table.page td.pbody { background-image: url('images/bgmain.gif'); padding: 0 14px; } */
table.page td.pbody { background-color: #fff; padding: 0 14px; }

table.body { margin: 10px 0; width: 100%; background-image: url('images/bgbody.gif'); ; }
table.body tr { text-align: left; }
table.body td.bcenter { padding: 0 0 10px 0; }
table.body td.bleft { padding: 0; width: 200px; background: url('images/bgbodyleft.gif') no-repeat; background-color: #EFEFEF; border-right: solid 1px #f5f5f5; }
/* table.body td.bleft { padding: 0 15px; width: 200px; background: url('images/bgbodyleft.gif') repeat-x; border-right: none; } */
/* table.body td.bleft { padding: 0 15px; width: 200px; } */
table.body td.bright { padding: 0 15px; width: 80%; }
table.body td.bright p.half { widht: 50%; }
/* table.body td.bright { padding: 0 0 0 20px; width: 80%; background: url('images/bgbodyright.gif') repeat-y; } */
table.body td.bfull { padding: 0; }
table.body td.bfull h1, table.body td.bfull h3, table.body td.bfull p { margin: 0 15px; }

table.header { margin: 0; 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%; }

table.index { width: 100%; margin: 0 0 5px 0; }
table.index tr { font-size: 100%; }
table.index td.box { width: 33%; padding: 10px; background: url('images/bgtableindex.gif') no-repeat; background-position: center; background-color: #efefef; text-align: left; }
table.index td.space { width: 15px; background-color: #fff; }

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: 5px 10px; border-top: none; border-left: none; border-right: none; }

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; }

table.footer { width: 100%; }
table.footer tr { font-size: 100%; color: #777; }
table.footer td { padding: 0 10px; }

div.menutop { color: #111; margin: 0; padding: 0; font-size: 14px; font-weight: bold; }
div.menutop p { padding: 8px; text-align: right; }
div.menutop a { margin: 0; display: inline; margin: 0; padding: 8px 10px; }
div.menutop a:link { color: #111; text-decoration: none; }
div.menutop a:visited { color: #111; text-decoration: none; }
div.menutop a:hover { color: #CC2229; text-decoration: underline; }

div.splash { width: auto; margin: 0 0 10px 0; padding: 0; background-color: #fff; }
div.splash p { margin: 0; padding: 0; text-align: center; }

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

/*
div.page { width: 889px; margin: 0; background-image: url('images/bgmain.gif'); }
div.pagebot { height: 14px; margin: 0; padding: 0; }
*/

div.page { width: 980px; margin: 0; background-color: #fff; }
div.pagebot { height: 14px; margin: 0; padding: 0; }

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: 0; padding: 0; color: #777; font-size: 11px; background-color: #111; }
div.menubot p { margin: 0; padding: 30px 10px; }
div.menubot a { display: inline; margin: 0; padding: 0 20px; font-weight: normal; }
div.menubot a:link { color: #777; text-decoration: none; }
div.menubot a:visited { color: #777; text-decoration: none; }
div.menubot a:hover { color: #fff; text-decoration: none; }

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

div.bot2 { height: 8px; line-height: 0; margin: 0; padding: 0; background: url('images/bot.gif') repeat-x; }

.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; }
