/* CSS Document */

body {
	background-color:#ECECEC;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:87.5%;
	}


#page {
	margin: 0 auto 0 auto;
	width:760px;
	background-color: #FFFFFF;
	border:1px solid #9D9D9D;
	text-align:left;
	}

#content {
	margin: 30px;	
	}
	
#banner {
	border-bottom: 4px solid #02C29B;
	margin-bottom: 20px;
	}

#intro {
	border:1px solid #DCDCDC;
	background-color:#FEFEFE;
	background-image:url(../images/bg-intro.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-bottom: 20px;
	padding:0;
	}
	
#intro p {
	font-weight:bold;
	color:#009477;
	font-size: 1.3em;
	line-height:200%;
	margin: 10px 0 10px 20px;
	padding:0;
}

#menu {
	width:180px;
	float: left;
	}
	
#menu ul {
	list-style-type:none;
	margin:4px 0 20px 0;
	padding:0;
	}
	
#menu li {
	margin:0;
	padding:0;
	border-bottom: 1px solid #FFFFFF;
	}
	
#menu li a {
	background-color:#BDD2EE;
	display:block;
	text-decoration:none;
	color:#033B7F;
	padding: 5px 20px 5px 5px;
	font-size:0.9em;
	font-weight:bold;
	}
	
#menu li a.current {
	background-image:url(../images/bg-menu-arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	}
	
#menu li a:hover {
	background-color:#CFE2FC;
	}
	
#menu p {
	color:#666666;
	font-size:0.9em;
	margin: 5px 0;
	}
	
#text {
	width: 490px;
	float:right;
	}
	
#text p {
	line-height: 130%;
	margin: 1em 0 1em 0;
	}
	
#text li {
	line-height: 130%;
	margin: 0.2em 0 0.2em 1.1em;
	}
	
#footer {
	clear: both;
	margin: 0 0 0 210px;	
	}
	
#footer p {
	font-size: 0.8em;
	margin-top: 20px;
	}
		
h1, h2 {
	color: #104D96;
	}
	
h1 {
	font-size:1.6em;
	margin: 0 0 1em 0;
	}
	
h2 {
	font-size:1.2em;
	margin: 2em 0 1em 0;
	}
	
h3 {
	font-size:1.1em;
	margin: 1em 0 0 0;
	}
	
table#timetable {
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #AEC6E5;
	}
	
#timetable tr {	
	}
	
#timetable th {
	vertical-align:top;
	text-align: left;
	font-weight: normal;
	background-color:#DBEBFF;
	border-bottom: 1px solid #AEC6E5;
	}

#timetable td {
	vertical-align:top;
	background-color:#FFFFFF;
	border-bottom: 1px solid #AEC6E5;
	}
	
img.right {
	float:right;
	padding: 5px 0 5px 10px;
	}