* {
	margin:0;
	padding:0;
}
body {
	font-family: Platino, Times, serif;
	font-size:12pt;
	letter-spacing:0.1em;
	color:#333;
	background: #FFF3CE;
	margin:0;
	padding:0;
}
h3 {
	margin:2em 0 0.5em 0;
	font-size:14pt;
}
h3 img {
	margin-right:0.5em;
}
#page {
	width:860px;
	min-width: 760px;
	margin:auto;
	border-top:2px solid #BBB;
	border-left: 2px solid #BBB;
	border-right: 1px solid #BBB;
	background: #FFF;
}
#header {
	width:100%;
	text-align:center;
}
#header h1 {
	font-family:"Courier New", serif;
	font-weight:normal;
	font-size:28pt;
	color: #036;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#header h2 {
	font-family: "Georgia", serif;
	font-weight: normal;
	font-size: 16pt;
	color: #9F9A99 ;
	margin:0.5em 0 1em 0;
}	
#main_content {
   margin:0 0 0 2%;
   padding:0 20px 0 20px;
   background:white;
   line-height:1.3em;
}
#footer {
	width:100%;
	margin: 2em 0 0 0;
	background:white;
	text-align:center;
	color:#036;
}
#footer hr {
	padding:0;
	margin:0 0 0.5em 0;
}
#footer .hline {
	height:2px;
	margin-bottom:0.3em;
}
#w3valid {
	margin:1em 0 0 0;
}
#w3valid img {
	width:75px;
	height:25px;
}
span.mail {
	font-style:italic;
	color: #9CF;
}
.hline {
	background-image:url('../img/elements/yellow_line.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	height:3px;
	width:100%;
}
/**************************************************************************/
/*     Links                                                              */
/**************************************************************************/
a img {
	border:none;
}
#program_section a {
	text-decoration: none;
	color: #06C;
}
#program_section a:visited {
	color: #9CF;
}
#program_section a:hover {
	text-decoration: underline;
	color: #036;
}
/**************************************************************************/
/*     Lists                                                              */
/**************************************************************************/
ul {
	padding-left:0.7em;
	list-style-image:url(../img/bullets/diamond_small.jpg);
}
li {
	margin-top:1em;
}
/**************************************************************************/
/*     Tables                                                             */
/**************************************************************************/
caption {
	display:none;
}
#program_table {
	border-collapse:collapse;
	border:2px solid #666;
}
td {
	padding:0.5em 1em;
	border-bottom:1px dotted #666;
}
th {
	padding:1em 0.5em;
	border-bottom:2px solid #666;
	font-size:1.2em;
}
.col_one {
	padding:0;
	margin: 0;
	width:1em;
	font-size:1em;
	border-right:1px solid #000;
	text-align:center;
}
.col_two {
	font-size:1em;
	border-right:1px solid #000;
}
.col_three {
	font-size:1em;
}
#table_header {

}
#_1, #_3, #_5, #_7, #_9, #_11, #_13, #_15 {

}
#_2, #_4, #_6, #_8, #_10, #_12, #_14 {

}
/**************************************************************************/
/*     Classes and IDs                                                    */
/**************************************************************************/
.section_content { /* The Content of a topic (h2, h3, ...)*/
	margin-left:2em;
}
.section_header {
	color:#666;
	font-family:"Georgia", serif;
}
.lek, .upr {
	font-family: Georgia, serif;
	font-size:0.8em;
	text-align:left;
}
td div.upr  {
	padding-top:0.2em;
	border-top:1px dashed #AAA;
}
.grey {
	color:#666;
}
.nb {
	color:#933;
	font-style:italic;
}
.lek .grey, .upr .grey {
	font-family: Platino, Times, serif;
}
.small {
	font-size:60%;
}
.bold {
	font-weight:bold;
}


