/* ============================================== */
/* Styles for NEWS PAGE */
/* ============================================== */

.newstable { 
border-bottom: 1px silver solid;
margin-bottom: 5px;
padding-bottom: 15px;
}









/*[][][][][][][][][][][][][][][][][][][][][][][][][][] */
/* Important - Links, FAQs, Contacts pages etc follow this format */
/*[][][][][][][][][][][][][][][][][][][][][][][][][][] */

/* following styles will apply to all pics in above pages */
.itempic {
margin-left: 8px;
}

/* ============================================== */
/* Styles for LINKS PAGE */
/* ============================================== */

#linkcat {
font-weight: bold;
border: 1px silver solid;
margin-bottom: 5px;
margin-top: 10px;
padding: 5px;
}

#linkouter {
margin-left: 3%;
width: 97%;
border: 1px silver solid;
margin-bottom: 5px;
}

#linkhead { 
border-bottom: 1px silver solid;
background-color: silver;
font-weight: bold;
padding: 3px;
}

#linkbody { 
padding: 6px;
}


/* ============================================== */
/* Styles for FAQ PAGE */
/* ============================================== */

#FAQcat {
font-weight: bold;
border: 1px silver solid;
margin-bottom: 5px;
margin-top: 10px;
padding: 5px;
}

#FAQouter {
margin-left: 3%;
width: 97%;
border: 1px silver solid;
margin-bottom: 5px;
}

#FAQhead { 
border-bottom: 1px silver solid;
background-color: silver;
font-weight: bold;
padding: 3px;
}

#FAQbody { 
padding: 6px;
}

