/* Frisco First css file, updated 20 June 2008 */
/* Palette: Light sage #DCE6DF; Dark sage #566863; Dark green #3A4643; Teal #729795; Goldenrod #FFDC83; Vermillion #BE0404; */
    
body { background-color: #dce6df; color: #333333; margin: 0px; 
       background-image: url(images/textured_bg.gif); background-repeat: repeat; background-position: top left; }

a:link { color: #3A4643 }
a:visited { color: #566863 }
a:active { color: #3A4643 } 
a:hover { color: #BE0404 }

td { font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-size: 12px; font-weight: normal; }
pre { font-family: monospace; font-size: 12px; } 
b { font-weight: bold; }
ul { border: 0px; margin-top: 4px; list-style-type: disc; }
ol { margin-left: 75px; margin-bottom: 2px; margin-top: 2px; }
li { margin-bottom: 6px; margin-left: -25px; line-height: 18px; }
p { margin-left: 0px; margin-right: 0px; margin-top: 10px; margin-bottom: 10px; line-height: 18px; }
h1 { font-size: 22px; font-weight: bold; margin-top: 0px; color: #305957; }
h1.red { font-size: 22px; font-weight: bold; margin-top: 0px; color: #c60303; }
h2 { font-size: 18px; font-weight: bold; }
h3 { font-size: 14px; font-weight: bold; }
h4 { font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; background-color: #FFDC83; }

#friscofirst { background-color: #ffffff; }
#leftcol { padding: 20px; }
#rightcol { padding: 20px; }

  .center { text-align: center; }
  
  .nobr { white-space: nowrap; }
   
  .menu  { font-size: 10px; font-weight: normal; }
   
  .header  { font-size: 22px; font-weight: bold; font-family: Times New Roman, Times, Garamond, Palatino, Baskerville, serif;  color: #305957; }
  
  .section  { font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; background-color: #FFDC83; }
  
  .redalert  { font-size: 22px; font-weight: bold; font-family: Times New Roman, Times, Garamond, Palatino, Baskerville, serif;  color: #BE0404; }
   
  .list  { font-size: 11px; font-weight: bold; text-decoration: none; }
   
  .updated  { font-size: 10px; font-weight: normal; text-align: center; }

/* Horizontal rule */
  .hrule { border-bottom: #566863 1px solid; margin: 20px; }

/* Vertical rule */
  .vrule { border-left: 1px solid #566863; }     
  
/* Volunteer Form */
  table.v { border-collapse: collapse; border: 1px solid #dce6df; background-color: #ffffff; margin-bottom: 20px; }
  table.v td { border: 1px solid #dce6df; padding: 0.5em; }
  table.v th { font-weight: bold; background-color: #f5f5dc; padding: 0.5em; }
  input, textarea { color: #333333; background-color: #FFFFFF; border: 1px solid #B2B2B2; font-size: 12px; }
  .input2 { color: #333333; background-color: #f1f4f2; border: 1px solid #B2B2B2; font-size: 12px; }
  input.box { background-color: transparent; border: 0px; }      
  
  
table.grid { border-collapse: collapse; border: 1px solid #e4e4e4; background-color: #fbfbfb; }
table.grid td { border: 1px solid #e4e4e4; padding: 0.5em; font-size: 11px; font-weight: normal. }  