﻿
#banner
{
    position: relative;
    width: 100%;
    z-index: 4;
    margin: 0 ;
    border: 0;
    padding: 3px;
}

#contactbox
{
	width:600px;
	margin:auto;

}

.content
{
    position:relative;
    width:auto;
    min-width:120px;
    padding-bottom:60px;
    margin:20px 210px 20px 210px;
    border:1px solid black;
    background-color:White;
    padding:10px;
   z-index:3;
}

#navleft
{
    position:absolute;
    width:150px;
    top:230px;
    left:20px;
    font-size:0.9em;
    border:1px dashed black;
    background-color:White;
    padding:10px;
    margin:20px 0 0 0;

}

.respcomptable
{
	border:none;
	width:100%;
}

.feestable
{
	border:solid 1px black;
	width:100%;
}

.feestable td
{
	border:solid 1px black;
	padding-left:10px;
	padding-right:10px;
}

.feestable td span
{
	font-size:7pt;
}

h1
{
    font:Verdana, Arial, sans-serif;
    font-size:24pt;
    font-style:italic;
    color:#336105;
}

h2
{
    font:Verdana, Arial, sans-serif;
    font-size:20pt;
    font-style:italic;
    color:#336105;
}

h3
{
    font:Verdana, Arial, sans-serif;
    font-size:16pt;
    font-style:italic;
    color:#336105;
}

h4
{
    font:Verdana, Arial, sans-serif;
    font-size:12pt;
    font-style:italic;
    color:#336105;
}

p
{
    font-family:Verdana, Arial, sans-serif;
    line-height:1.1em;
    margin:0 0 16px;
    padding:0;
}

ul
{
    font-family:Verdana, Arial, sans-serif;
    line-height:1.1em;
    padding:10px;
    margin:0 0 10px 60px;
}
	


html,
	body {
		margin:0;
		padding:0;
		height:100%;
		background-color:#E2EBE0;
	}
	#container {
		min-height:100%;
		position:relative;
		width:99%;
		margin-top:10px;
		margin-left:auto;
	
	}
	
	
	#body {
		padding:10px;
		padding-bottom:60px;	/* Height of the footer */
	}
	#footer {
		position:relative;
		bottom:0;
		padding-top:auto;
		width:100%;
		height:60px;			/* Height of the footer */
		text-align:center;
		z-index:3;
	}
	
.image-left
    {
    float: left;  
       vertical-align: text-top;

    }
    
    div.image-left p
{
    font-family:arial, "times new roman", sans serif;
    color:Black;
    font-size:8pt;
    width:150px;
    text-align:center;
    font-weight:normal;
    font-style:normal;
}
.image-right
{
    float: right; 
    vertical-align: text-top;
}
div.image-right p
{
    font-family:arial, "times new roman", sans serif;
    color:Black;
    font-size:8pt;
    width:150px;
    text-align:center;
    font-weight:normal;
    font-style:normal;
}