/* Base Styles */
*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
	text-align: center;
}
a:link{
	color: #696969;
	text-decoration :underline;
}
a:visited{
	color: #696969;
	text-decoration :underline;
}
a:hover{
	color: #696969;
	text-decoration: underline;
}
a:active{
	color: #696969;
	text-decoration: underline;
}
div#body{
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	width: 720px;
	text-align: left;
}
h2{
	display: none;
}
hr{
	display: none;
}
img{
	border: 0px;
}
del{
	text-decoration: line-through;
}
ins{
	text-decoration: underline;
}
/* Basic Classes */
.red{
	color: #ff0000;
}
/* Header Styles */
div#header{
	width: 550px;
	height: 140px;
	margin-bottom: 10px;
	padding-left: 170px;
	background: url(../img/sla19logo.jpg) 15px 15px no-repeat;
}
div#header h1{
	padding-top: 60px;
	font-size: 40px;
}
div#header p{
	padding-top: 5px;
	padding-left: 3px;
	text-align: left;
}
/* Menu Styles */
div#menu a:link{
	color: #ffffff;
	text-decoration :none;
}
div#menu a:visited{
	color: #ffffff;
	text-decoration :none;
}
div#menu a:hover{
	color: #ffffff;
	text-decoration: underline;
}
div#menu a:active{
	color: #ffffff;
	text-decoration: underline;
}
div#menu ul{
	padding-left: 3%;
	width: 97%;
	height: 3em;
	background-color: #808080;
	color: #ffffff;
}
div#menu ul li{
	float: left;
	padding: 1em;
	list-style: none;
}
/* Main Contents Styles */
div#main{
	width: 70%;
	margin-top: 20px;
	margin-left: 2%;
	margin-right: 1%;
	margin-bottom: 20px;
	clear: both;
	float: left;
}
div#main h3{
	width: 90%;
	margin-bottom: 10px;
	padding-left: 10%;
	background: #f5f5f5;
	font-size: 1em;
	font-weight: bold;
}
div#main p{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5em;
	text-align: justify;
}
div#main ul{
	width: 93%;
	padding-left: 7%;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#main ul li{
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	line-height: 1.5em;
}
div#main table.timetable{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}
div#main table.timetable td,th{
	text-align: center;
	border: 1px solid #696969;
}
div#main table.timetable tbody td{
	width: 15%;
	height: 3em;
}
div#main table#gallery{
	border-collapse: collapse;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
div#main table#gallery tbody td{
	padding: 10px;
}
/* Sub Contents Styles */
div#sub{
	border: 1px solid #696969;
	width: 22%;
	margin-top: 20px;
	margin-right: 1%;
	margin-bottom: 20px;
	padding-right: 1%;
	padding-left: 2%;
	padding-top: 15px;
	float: right;
}
div#sub h3{
	width: 100%;
	font-size: 1em;
}
div#sub ul{
	width: 100%;
	margin-top: 10px;
}
div#sub ul li{
	padding-left: 4px;
	margin-bottom: 15px;
	list-style: none;
	text-align: justify;
}
/* Footer Styles */
div#footer{
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 1em;
	padding-bottom:3em;
	width: 96%;
	background: #808080;
	color: #ffffff;
	clear: both;
}
div#footer address{
	text-align: right;
}
div#footer a:link{
	color: #ffffff;
	text-decoration :none;
}
div#footer a:visited{
	color: #ffffff;
	text-decoration :none;
}
div#footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}
div#footer a:active{
	color: #ffffff;
	text-decoration: underline;
}
div.tdftdiv{
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	width: 720px;
	height: 2em;
	text-align: center;
}
div.tdftdiv ul.tdftad{
	width: 100%;
	height: 2em;
	background: #808080;
	color: #ffffff;
}
div.tdftdiv ul.tdftad li{
	font-size: 12px;
}
div.tdftdiv a:link{
	color: #ffffff;
	text-decoration :none;
}
div.tdftdiv a:visited{
	color: #ffffff;
	text-decoration :none;
}
div.tdftdiv a:hover{
	color: #ffffff;
	text-decoration: underline !important;
}
div.tdftdiv a:active{
	color: #ffffff;
	text-decoration: underline !important;
}
