@charset "ISO-8859-1";
/* CSS Document */

/* COLOURS: 8AD3E4; 0A51A0; FFFFFF; */
@import url(nav.css);
@import url(forms_table.css);


body{
margin:0;
padding:0;
text-align:center;
background:#8AD3E4;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
line-height:1.8; 
}

p{
font-family:Arial, Helvetica, sans-serif; 
color: #555753;	
line-height: 1.8;
text-align:justify;
}


a{
color: #981793;}

#header{
width: 700px;
height:100px;
background: #fff;
background-image:url(../images/dptraining_02.jpg);
padding:  0;
}

#img_header {
width:700px;
height:300px;
background:#fff;
padding:0;
border-top:3px solid #0A51A0;
}

#container{
text-align:left; 
background:#fff;
}

div#extra{
background:#FF8539;}

div#footer{
height: 10px; 
background: #0A51A0;
color: #FFF;}

div#footer p{
margin:0;
padding:5px 10px}

div#container{
width:700px;
margin:0 auto}

div#content{
margin-right:220px;
padding:15px;
}


div#extra{
clear:both;
width:100%;
}

.headerbar{
height:10px;
background:#0A51A0;
color: #FFF;
clear:both;
}


div#footer{
clear:both;
width:100%}

div#navcontainer{
background-color:#0A51A0; 
width:100%; 
text-align:center;
margin:0;
padding:0;
}


#sidebar {
float:right;
width:180px;
margin: 15px;

}
	

table {
border: 0;
border-collapse:collapse;
font:Arial, Helvetica, sans-serif;
color:#666666;
}
td,th {
padding: 2px;
}

th { 
border-bottom: 1px solid #333;
}

td {
border-bottom: 1px solid #666;
}

#hidden {
	font-size:1px;
}