/**
 * Style sheet initialisation
 */
html
{
	background-color:#2685bb;
}

body
{
	margin:0;
	padding:1em 0em 1.5em 0em;
	text-align:left;
	background-color:#2685bb;
	font-family:arial;
	font-weight:normal;
	text-decoration:none;
	font-size:0.8em;
	color:#111;
	line-height:1.5em;
	list-style-type:none;
}

*
{
	margin:0;
	padding:0;
	text-align:left;
	font-family:arial;
	font-weight:normal;
	text-decoration:none;
	color:#111;
	line-height:1.5em;
	list-style-type:none;
}

#wrapper
{
	height:100%;
	background-color:#003300;
	border:2px solid #999999;
}

#header
{
	background-color:#f5f5f5;
}

h1
{
	height:200px;
	background-image:url("tl_files/JCETB/site/pic02.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:2em;
	background-color: transparent;
}

h1 a
{
	background-color: transparent;
}

h2
{
	border-bottom:1px solid #ff6900;
	font-weight:bold;
	font-size:1.3em;
	color:#34479E;
}

h3
{
	margin-top:1.2em;
	font-weight:bold;
	font-size:1.1em;
	color:#34479E;
}

a
{
	font-weight:bold;
	color:#34479E;
}

.block
{
	overflow:auto;
}

