
/* ----------------------------------
 Reset css
------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}

fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}


/* ----------------------------------
Default font-styling for content area and editor
---------------------------------- */
table {border-collapse:collapse;border-spacing:0;}

body {
background-color:#fff;	
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
color:#000;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif; 
line-height:1.5em;
}

p {
margin-bottom:1em;
line-height:1.7em;
}

ul li {
list-style:square;
margin-left:1.5em;
margin-bottom:.5em;
}

ol li {
list-style:decimal;
margin-left:1.5em;
margin-bottom:.5em;
}

ul, dl, fieldset, form {
margin-bottom:1.5em;
}

dd {
margin-left:1.5em;
}

strong {
font-weight:bold;
}

fieldset {
border:1px solid #bababa;
padding:10px;
}

input, textarea {
color:#000;	
}

legend {
font-weight:bold;
}


/* Generic heading styling */
h1, h2, h3, h4, h5, h6 {
margin-bottom:.12em;
font-weight:bold;
color: #7d704c; 
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
}

h1 {
color: #7d704c; 
font-size: 18px; 
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;


/*
line-height:1em;
padding-bottom:.3em;
margin-bottom:.75em;
margin-top:0;
  */  
 
}

h2 {

font-size: 16px; 

	
	

}

h3 {

font-size: 14px; 


}

h4 {
font-size: 12px;
}

h5 {
font-size: 10px;
font-family: Arial, Helvetica, sans-serif; 
font-weight: lighter; 
letter-spacing: 1px 
}

h6 { 	
font-size: 9px; 
font-family: Arial }	
}



.boldcallouts { 
color: #ab9456; font-size: 11px; font-family: Verdana, Arial, Helvetica; font-style: normal; font-weight: bold; line-height: 16px;
}

/* Table related styling */
th {
font-weight:bold;
}
th, td {padding:5px; vertical-align:top;}
label { display:block; }

/* Link Styling (usually overidden for menus) */
a { color: blue; text-decoration:none; }
a:link { color: blue; }
a:visited {
color: #afaf77;
}
a:hover {
text-decoration:underline;
}


hr { color: black; height: 1px; }
label { display:block; }



/* //////////End Default Styling/////////////////// */





               
