/* Standard style sheet for the SASCE 2006 website*/
body {
	background: #ffffff;
	font-size: 12px;
	font:Arial, Helvetica, sans-serif;
	word-spacing: normal;
	letter-spacing: normal;
	list-style-type: disc;
	color:#000000;
}

td, th {
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-spacing: normal;
	letter-spacing: normal;
	color:#000000;
}

a {
	color: #FF9C38;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E37D17;
}
h3 {
	font:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9C38;
}

p {
	margin: 1 1 20px;
	padding: 1px;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	word-spacing: normal;
	letter-spacing: normal;
	list-style-type: circle;
}

#header {
	background-color: #FFFFFF;	
}

#footer {
	background-color: FBD2A7;	
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#content {
	background-color: #FFFFFF;	
	margin: 1 1 20px;
	padding: 2px;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	word-spacing: normal;
	letter-spacing: normal;
	list-style-type: disc;
}
	
#menu {
	background-color: #FF9C38;	
}

#bullets {
	color: #E37D17;
	font: Arial, Helvetica, sans-serif;
	fonr-size: 14px;
	margin: 1 1 20px;
	padding: 2px;
	list-style-type: disc;
}

