/* CSS Document */

body { 
 background : url("../img/bak1.jpg") no-repeat bottom left;
 background-attachment : fixed;
 background-color : #fafaf9;
 text-align : center;
 font-family : Arial;
 font-size : 13px;
 line-height : 1.5em;
}
a:link, a:visited{
 color : #666666; 
}
a:hover {
 color : #999999;
}
h1{
 margin-top : 30px;
 /* color:#006d68; */
 color : #9DBDF2;
 font-family : Arial;
 font-size : 30px;
 /*text-align : center;*/
}
h2 {
 font-family : Arial;
 /* color : #869027; */
 color : #0E49AD;
 margin-top : 20px;
}
#wrapper {
 text-align : left;
 width : 900px;
 margin : auto;
}
.line {
 border-top : 1px solid #d6d5d7;
}
#content {
 float : right;
 width : 685px;
 margin-bottom : 50px;
}
/* MENU */
#side_nav{
 float: left;
 width: 185px;
 text-align: left;
 font-size: 12px;
 margin-top:20px;
}
#side{
 margin:0px;
 width: 185px;
 padding-left: 0px;
 list-style-type: none;
 /* border-top: 1px solid  #d6d5d7; */
 border-top: 1px solid #9DBDF2;
}
#side a:link, #side a:visited {
 text-decoration: none;
 /* color:#999999; */
 color:#0E49AD;
}
#side li{
 background:url(../img/arrow.png) left center no-repeat;
 /* border-bottom: 1px solid  #d6d5d7; */
 border-bottom: 1px solid #9DBDF2;
}
#side li a {  
 display: block;
 padding: 5px 0px 5px 32px;
 text-decoration: none;
 }
#side li a:hover {
 /* background-color : #ecedee; */
 background-color : #C1D9FF;
 text-decoration : none;
 /* color : #333333; */
 color : #001F53;
}
* html #side li a {  /* make hover effect work in IE */
 width: 215px;
}
/* PIED */
.footer{
 /* color:#999999; */
 color : #0E49AD;
 margin-bottom : 10px;
}
