/* Template 3 CSS Document */

body{
background-color:#6699FF;
}

#wrapper {
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	width:810px;
	background-image:url(shadowSide1.jpg);
	background-repeat:repeat-y;
	background-position:top;
	border-top: 1px soild #CCCCCC;
	}
	
#main{
	background-image:url(shadowBottom2.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0px 20px 30px 20px;
	}
	
#header {
	margin: 0px 1px -10px 0;
	height:204px;
	width: 765px;
	/*background-image:url(flag.png);
	background-position:right;
	background-repeat:no-repeat;*/
	}
	
#menu ul {
margin-top: 10px;
margin-left: -1px;
padding-left:0px;
list-style: none;
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
width:766px;
}

#menu li {
float: left;
background-image:url(images/buttonBack.jpg);
padding-left: 0px;
}	

#menu a{

background-color: #333333;
background-image: url(images/buttonBack.jpg);
background-repeat:repeat-x;
float: left;
padding: 0.3em 11px 0.3em 11px;
text-decoration: none;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color: #ffffff;

border-right:1px solid #999999;

}

#menu a:hover{
color: #333333;
}
	
#side-a {
	float:left;
	width:120px;
	background-color:#ffffff;
	}
	
#side-a ul{
padding-top:10px;
	padding-left:10px;
	padding-right:15px;
	margin: 0;
	list-style:none;
	}
	
#side-a li{
	font-size:70%;
	}
	
#side-a a:link, #side-a a:visited{
	color: #336699;
	background-color: transparent;
	display: block;
	border-bottom: 1px solid #999;
	padding:0.5em 0 0.2em 0;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#side-a a:hover{

	color:#003366;
}
	

#side-b {
	float: right;
	width:140px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	font-size:11px;
	padding: 65px 10px 20px 5px;
	margin-left:5px;
	margin-bottom:0px;
	margin-right:5px;
	margin-top:0px;
	

	}
	
#side-b h3{

	margin-bottom: 0px;
	color: #666;
	font-weight:500;
	font-size:11px;
	text-align:center;
	}
	
#content {
	margin-top: 0px;
	margin-left: 10px;
	float:left;
	width:60%;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	padding: 3px 3px 3px 3px;
	font-size: 80%;
	line-height:1.4em;
	margin-bottom: 0px;
	text-align:justify;
	}
	
#content h3{

color:#0066CC;
font-weight:500;
font-size:17px;
}	

#content h4{

color:#0066CC;
font-weight:500;
font-size:14px;
line-height:0.2em;
}	

#training{
list-style:url(arrow.jpg);
}

#training a{
color: #0066CC;
text-decoration:none;
line-height:1.7em;
}

#websites{
list-style-type:none;
}

#websites li{
float:left;
margin-left:40px;
margin-bottom:15px;
margin-top:10px;
}


#training a:hover{
text-decoration:underline;
}

#contact{

padding-left:50px;
}
	
.image1{
border:none;
margin: 4px;
}

.image2{
float:right;
border:none;
margin: 0 8px 8px 10px;
}

.indent{
padding-left: 30px;

}

	
#footer {
	clear:both;
	background-color:#ffffff;
	margin-top:0px;
	margin-left:-1x;
	width:758px;
	font-size:80%;
	padding-top: 0.4em;
	padding-right: 10px;
	text-align: center;
	color: #999;
	background-color: transparent;
	border-top: 1px solid #999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#footer a:link, #footer a:visited{
	text-decoration:none;
	color:#336699
	}

#footer a:hover{
	color:#999;
	}
	
