#SiteContent a {  /*To style links  */
	color: #B22222; /* set the colour of the link text */
	text-decoration:none; /* remove the underline */
}

#SiteContent a:hover { /* To style the link when you hold the cursor over the link */
	color: #000000; /* Set the text colour to black */
	background-color: #99CCCC; /* Set the background colour to teal */
	text-decoration:none; /*Remove andy underlining */
}

#SiteContent h1, h2, h3 { /* Set the h1 h2 h3 text colour to teal */
	color: #668B8B;
}

#SiteContent li {
	margin-bottom: 1em;
}

#HealthFunds, #Insurance, #AccreditedSchoolsTable, #Therapists, #AdvertisingCosts, #Flyers, #Deadlines{
	border-spacing:0px;
	border: inset 0px;
	border: outset 0px;
	border-collapse:collapse;
	/*border-left: 1px solid black;*/
	border-right: 1px solid black;
}

#HealthFunds th, #Insurance th, #AccreditedSchoolsTable th,  #Therapists th, #AdvertisingCosts th, #Flyers th, #Deadlines th{
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;/*ADDED*/
	text-align: left;
}

#HealthFunds td, #Insurance td, #AccreditedSchoolsTable td, #Therapists td, #AdvertisingCosts td, #Flyers td, #Deadlines td{
	border-bottom: 1px solid black;
	border-left: 1px solid black;/*ADDED*/
}

#CalendarOfEvents{
	border-spacing:0px;
	border: inset 0px;
	border: outset 0px;
	border-collapse:collapse;
	border-right: 1px solid black;
}
#CalendarOfEvents th{
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	text-align: left;
}

#CalendarOfEvents td{
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	text-align: left;
}

#CalendarOfEventsData:hover{
	background-color: #ffffff;
}


.AccreditedSchoolsTable{
	border-spacing: 0px;
	border: inset 0px;
	border: outset 0px; 
	border-collapse:collapse;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
}

.AccreditedSchoolsTable th{
	border-bottom: 1px solid black;
	text-align: left;

}

.AccreditedSchoolsTable td{
	border-bottom: 1px solid black;
}

#MedibankCriteria, #MedibankEduSkills{
	border-spacing: 0px;
	border: inset 0px;
	border: outset 0px; 
	border-collapse:collapse;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
}

#MedibankCriteria td, #MedibankEduSkills td{
	border-bottom: 1px solid black;
}

.newstable {
	border-spacing:0px;
	border: inset 0px;
	border: outset 0px;
	border-collapse:collapse;
	border:1px solid black;
}

.newstable td{
	border:1px solid black;
}

.firstcol {
	width: 80px;
}