/*define the default font characteristics*/
body, p, td  { font-style: normal; font-variant: normal; font-weight: normal; font-size: 11.5px; 
               font-family: Verdana, Arial, Helvetica, Sans-Serif; color:#161F97 }
ul           { margin-top: 0px; margin-bottom: 8px; margin-left: 24px }
li           { margin-top: 4px; margin-bottom: 4px }
h1           { font-style: normal; font-variant: normal; font-weight: bold; font-size: 15px; 
               font-family: Arial, Helvetica, Sans-Serif; margin-bottom: 0px; border-bottom: double #CC3300 }
h2           { font-style: normal; font-variant: normal; font-weight: bold; font-size: 13px; 
               font-family: Verdana, Arial, Helvetica, Sans-Serif; margin-bottom: 0px }
tt, pre      { font-family: monospace; font-size: 12px }
.ultitle     { margin-bottom: 6px }
.heading     { font-weight: bold; font-size: 13px }
.smaller     { font-size: 10px }

/*define the page body colours*/
body.sitemain { background-color: #FCF3DF; background-image: url('/images/banner/stripe.gif'); background-repeat: repeat-x; background-position: top }

/*define the anchor link behaviour*/
a:link       { text-decoration: none; color: #CC0000; font-weight: bold }
a:visited    { text-decoration: none; color: #CC0000; font-weight: bold }
a:active     { text-decoration: none; font-weight: bold }
a:hover      { text-decoration: underline; color: #0000CC; font-weight: bold }
.lmenu:link     { font-family: Arial, Helvetica, Sans-Serif; font-size: 9.5pt; text-decoration: none; color: #BD8A02; font-weight: bold }
.lmenu:visited  { font-family: Arial, Helvetica, Sans-Serif; font-size: 9.5pt; text-decoration: none; color: #BD8A02; font-weight: bold }
.lmenu:active   { font-family: Arial, Helvetica, Sans-Serif; font-size: 9.5pt; text-decoration: none; font-weight: bold }
.lmenu:hover    { font-family: Arial, Helvetica, Sans-Serif; font-size: 9.5pt; text-decoration: underline; color: #CC0000; font-weight: bold }
.lfooter:link     { text-decoration: none; color: #CCCCCC; font-weight: bold }
.lfooter:visited  { text-decoration: none; color: #CCCCCC; font-weight: bold }
.lfooter:active   { text-decoration: none; font-weight: bold }
.lfooter:hover    { text-decoration: underline; color: #999999; font-weight: bold }

/*define general coloured rows table styles*/
td.outline     { border-style: solid; border-width: 1; border-color: #80A577 }
td.whitecell   { background-color: #FFFFFF }
td.bordercell  { background-color: #80A577 }
td.darkcell    { background-color: #3E8251; color: #FEE19D }
td.midcell     { background-color: #FFF8D2 }
td.litecell    { background-color: #FFFFEE }

/*define this sites table layout styles*/
td.bannertop   { background-color: #00316C }
td.goldcell    { background-color: #BD8A02 }
td.sidebar     { background-color: #00316C; color: #CCCCCC; text-align: center; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif; font-size: 12px; font-weight: bold }
td.menu        { background-color: #FFFFFF; color: #CCCCCC; font-size: 10.5px; text-align: left; padding-top: 6px; padding-bottom: 6px; padding-left: 10px; padding-right: 10px }
td.content     { background-color: #FFFFFF; color: #161F97; padding-top: 20px; padding-bottom: 25px; padding-left: 50px; padding-right: 60px; }
td.footer      { background-color: #00316C; color: #CCCCCC; font-size: 10.5px; padding-top: 12px; padding-bottom: 12px; text-align: center }
.nicesides     { border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC }

/*define the contact table styles*/
td.contactheading { font-weight: bold; font-size: 12px; border-bottom: 1px solid #CCCCCC }
td.contactdetails { border-left: 2px solid #CCCCCC; padding-left: 12px }

/*define form styles*/
td.formheader     { background-color: #3E8251; color: #FEE19D; padding-left: 4px; padding-right: 4px; padding-top: 2px; padding-bottom: 2px; }
td.formbackground { background-color: #FFFFEE; padding-left: 4px; padding-right: 4px; padding-top: 2px; padding-bottom: 2px; }
.inputlong        { width: 200px; border-left: 1px solid #999999; border-bottom: 2px solid #999999; border-right: 2px solid #999999; border-top: 1px solid #999999; background-color: #FCF3DF; }
.button           { font-weight: bold; font-size: 10px; }
