/* ---------------- General Body Styling----------------------*/
    /* These are normal css setup reccommended for your
      HTML template although they are not neccessary */
 
body    {  

        margin: 0px 0px 0px 0px;
color: #261915;
	
	}


td,tr,p,div {
	font: 16px Times New Roman, Courier New;
	color: #261915;
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	line-height : 130%;
	}

h4 {
	color: #FF9900; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h5 {
	color: #FF9900; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px; font-weight: bold;
	}

h6 {
	color: #FF9900; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}

a:link, a:visited {

	font-size: 16px; 
	color: #7b320b; 
	text-decoration: none;

	}

a:hover {
font-size: 16px; 
	color: #c25c27;	
  text-decoration: none;
	}


a.sublevel:hover {

font-size: 14px;
	color: #9a5300; text-decoration: underline;
font-weight: bold;
	}

a.sublevel:link, a.sublevel:visited {
font-size: 14px;
	color: #9a5300;
font-weight: bold;

}
	
ul {
	margin: 0px 0px 0px 0px;
	}

li {
   width: auto;
   margin: 0px 0px 0px 0px!important;
   margin: 0px 0px 0px 30px;
   border: 0px;
   padding: 0 0 0 0;
   }

.contentheading {
	/* This is used in several places; the Heading of contents on the frontpage,
	   it is also used for Section's heading (see above for explanation) "News" or
	   whatever heading you used */
       font-family: "Tahoma";
	font-size: 20px;

 	color: #19894a;
	text-align:left;
	line-height: 16px;
	height: 15px;
padding: 5px 0px 20px 0px;
	}

.createdate {
         font-size: 16px; 
	color: #8f2b00; 
	font-weight: bold;
}
.pathway {
         font-size: 24px; 
	color: #8f2b00; 
	font-weight: bold; 
          text-align: center;
          padding: 0px 0px 40px 0px;
	}

.article_seperator{
   display: block;
padding: 1px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

#comment {
border: 1px solid #ccc;
padding: 10px 10px 10px 10px;
margin: 10px 10px 10px 10px;
}
