/**
 * @page      CSS Reset
 */

HTML {
  margin:                    0;
  padding:                   0;
  }
BODY {
  margin:                    0;
  padding:                   0;
  }

#headFrame hr,#headFrame h2,
#mainFrame hr,#mainFrame h2,
#moreFrame hr,#moreFrame h2,
#menuFrame hr,#menuFrame h2,
#footFrame hr,#footFrame h2{display:none;}
#headFrame div.panel hr,
#headFrame div.panel h2,
#mainFrame div.panel hr,
#mainFrame div.panel h2,
#moreFrame div.panel hr,
#moreFrame div.panel h2,
#menuFrame div.panel hr,
#menuFrame div.panel h2,
#footFrame div.panel hr,
#footFrame div.panel h2{display:block;}

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,caption{
margin-top:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;}

h3,h4,h5,h6,p{margin-bottom:0.5em;}

/*** CHANGED color from #962009 to #bd8c00 ***/
h1 { color: #bd8c00; font-size: 2.0em; font-weight: normal; padding-top:10px; }
/*** CHANGED color from #FF9000 to #2c636e ***/
h2 { color: #2c636e; font-size: 1.4em; font-weight: bold; padding-top:10px; }

h3 { color: #004CB8; font-size: 1.2em; font-weight: bold; padding-top:10px; }

input,select,option,optgroup,textarea,button{font-size:1em;}

body{line-height:1;}
ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';}

/* remember to define focus styles! */
:focus{outline:0;}

/* remember to highlight inserts somehow! */
ins{background:#ffffe1;text-decoration:none;}
del{text-decoration:line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;border-spacing:0;}
