@charset "utf-8";
/* CSS Document */

/*
You are allowed to do whatever you want with this layout. Though I would be pleased if you placed a link on your site to csseasy.com or to profit42.com (best "blog about hacking" ever). Donations are also welcome: paypal@profit42.com (or follow the donation button on csseasy.com)
*/
/*
* {
padding : 0;
margin : 0;
}
*/
body{
background-color:#dc8;
font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
margin:0;
padding:0;
}

p {
text-align : justify;
padding : 3px;
color : #666666;
font-size : 1.1em;
}

#wrapper {
margin: 5px;
}

#header{
background-color:#FFFFFF;
border : 1px solid #4e7fb6;
height:150px;
margin-bottom:5pt;
}

#header h1 {
margin:0;
padding:0;
font-size : 2.5em;
font-weight : lighter;
font-family : helvetica, arial, sans-serif;
padding-top : 40px;
/*padding-left : 120px;*/
color:#2057aa;
border : none;
top : 0;
left : 14px;
letter-spacing : -1px;
}

#header h2 {
/*padding-left : 120px;*/
margin:0;
padding:0;
font-size : 1.25em;
font-family : helvetica, arial, sans-serif;
text-transform : none;
top : 25px;
left : 14px;
color : #0066ff;
}

#header #dam-logo {
  padding:15px;
  padding-right:50px;
  float:left;
}

#left .flags {
padding-left:5px;
min-height:12px;
height:12px !important;
}

#left img {
border:none;
}

#left{
padding: 5px;
float:left;
width:200px;
color : #333;
background-color:#FFFFFF;
border : 1px solid #4e7fb6;
margin : 0 5px 5px 0;
min-height:450px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:450px; /* for IE5.x and IE6 */
}

#left h3 {
margin:0;
padding:0;
padding-left : 5px;
padding-top : 3px;
padding-bottom : 3px;
margin-bottom:3px;
font-size : 1.4em;
font-weight : lighter;
color : #4e7fb7;
/*letter-spacing : -1px;*/
}

#left ul {
/*padding : 3px 0 6px 0;*/
padding:0;
margin:0;
margin-top:3px;
}
#left li {
padding:0;
margin:0;
line-height : 18px;
background : #fff;
list-style : square;
padding-left : 0;
margin-left : 21px;
color : #000000;
padding-bottom:3pt;
}

#left li .active {
	color:#c00c0f;
	font-weight: bold;
}

#left li .active a {
color:#c00c0f;
}

#left a {
text-decoration : none;
color : #4e7fb8;
}

#center {
margin-left:220px;
padding: 5px;
border : 1px solid #4e7fb6;
background-color:#FFFFFF;
min-height:450px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:450px; /* for IE5.x and IE6 */
}

#center h1 {
  font-size:18px;
  text-align:center;
  margin-bottom:5px;
  margin-top:5px;
}

#center h2 {
  font-size:14px;
  text-align:center;
  margin-bottom:5px;
  margin-top:2px;
}

#center a {
	text-decoration:underline;
	color:#333333;
}

#center .news {
padding-bottom:0px;
}

#footer {
margin-top:5px;
padding-top:5px;
clear:both;
background-color:#FFFFFF;
border : 1px solid #4e7fb6;

}

#footer a {
text-decoration:underline;
color:#666666;
}

#footer #dsfl-logo {
text-align:center;

}

#footer .footertext {
font-size:0.8em;
margin:0;
padding:0;
text-align:center;
}


#dsfl-logo {
   text-align:center;
}

#dsfl-logo img {
border:none;
}


#dsfl-logo-text {
  padding:0;
  margin-top:2px;
  margin-bottom:2px;
  font-size:0.8em;
  text-align:center;
}

.news {
margin-left : 5px;
margin-right: 5px;
width:auto;
padding-bottom : 10px;
}

.news p {
margin:0;
padding-left : 5px;
border : 1px solid #6172f4;
background-color : #bfd5f9;
text-align:left;
font-size:12px;
}
.news b {
color : #577c81;
}
.news em {
line-height : 10px;
color : #0f2bff;
}
.news h2 {
font-family : "arial", helvetica, sans-serif;
font-size : 1.2em;
margin-top : 5px;
margin-left : 5px;
margin-bottom : 10px;
color : #679499;
}

/*breadcrumbs*/

#breadcrumbs {
  font-size:1em;
  color:#000000;
  height: 20px;

}
#breadcrumbs a {
text-decoration:underline;
color:#666666;
}

/* page-specific styles */
#table-trainers {
  text-align:center;
}

#dsfl-logo-box {
float:left;
position:absolute;
bottom:-20px;
padding: 5px;
width:200px;
color : #333;
background-color:#FFFFFF;
border : 1px solid #4e7fb6;
margin : 0 5px 5px 0;
min-height:100px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:100px; /* for IE5.x and IE6 */
}

.trainers {
	text-align:center;
	min-width: 300px;
	max-width:800px;
}

#guy_trainer {
 float: left;
 max-width: 250px;
}

#assistant_trainer {
float: right;
 max-width: 250px;
}

table, tr, td, ul, ol,li  {
	color:#666666;
	font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
}

.warning{
	color:#FF0000
}
