body {
    margin:0;
    padding:0;
    text-align: center;
    background-color : #e8eaec;
    font-family:  Arial,Verdana,Helvetica,sans-serif; 
}

div {
    
}
 
a {
    text-decoration:  none;
    color:#8888dd;
}
 
a:hover {
    text-decoration:  none; 
}

.clr{
    clear:both;
}

.content {
    padding: 5px 5px 5px 5px;
}

#pagewidth{
    width:904px;
    text-align:left;
    min-width: 500px; 
    margin-left:auto;
    margin-right:auto;
    border: 1px solid #a0a0a0;
    padding-top:1px;
    font-size: 11px;
    margin-top:50px;
    color: #303030;
}

#header {
    height:  120px;
    margin-top: 1px;
    margin-right: 2px;
    margin-bottom: 1px;
    margin-left: 2px;
    padding: 0px;

 }
 
#menu {
    height: 28px;
    line-height: 2.19em;
    color: #FFFFFF;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

#menu ul {
    margin: 0px;
    padding: 0px;
}
 
#menu li {
    white-space: nowrap;
    float: left;
    border-right-width: thin;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    list-style-type: none;
}

#menu a {
    font-size: 11px;
    font-weight: normal;
    height: 28px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    background-color: inherit;
    color: #FFFFFF;
}

#menu a:hover {
    height: 28px;
}

#navigation{
    height: 15px;
    margin-right: 1px;
    margin-left: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 9px;
    color: #505050;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px;
    background-color: #FFFFFF;
}

#navigation a{
    text-decoration: none;
    color: #505050;
    
}

#navigation a:hover{
    text-decoration: none;
    color: #CCCCCC;
    
}

#navigation table.moduletable {
    margin-top:2px;
    margin-left:5px;
}
 
#contenu{
    margin:0;
    background-color:#ffffff;
}

 #leftcol{
    width:20%;
    float:left;
    /*
    position:relative;
    height:auto;
    */
    margin-right:1px;
    padding:0px;
    padding-bottom:20px;
    
}

#leftcol h3 {
    margin-left:20px;
    
} 

 
#leftcol a{
    font-size:1.1em;
    text-decoration: none;
    display: block;
    cursor: pointer;
    background-color: #ccc;
    padding: 0.4em 1em;
    padding-left:6px;
    color: #444;
    text-decoration: none;
    
}
 
#leftcol a:hover{
   	text-decoration: none;
    background-color: #888888;
    color:#eee;
    font-size:1.1em;
}
 
#leftcol ul{
    width:150px;
    border: 1px solid #666666;
    background-color: #888888;
    list-style-type:none;
    margin-top:0px;
    margin-left:8px;
    padding:0px;
    
}

#leftcol p {
    padding:0px;
    margin:2px;
    margin-left:10px;
    
    
}
#leftcol h3 {
    margin-left:20px;
    
} 

#maincol{ 
    float: left;
    margin-top:0px;
    padding-top:10px;
    position: relative;
    width:55%;
}

#maincol a{
    color:#777777;
    
}

#maincol a:hover{
    color:#aaaaaa;
    
}
 
#maincol p{ 
    font-size:1.1em;
    margin-top:0px;
    margin-bottom:0.6em;
    text-align: justify;
}
 
#maincol h2{ 
    font-size:1.6em;
    padding:0px;
    font-weight: bold ;
    margin-bottom:10px;
    margin-top:0px;
}
 
#maincol h3{ 
    font-size:1.3em;
    padding:0px;
    font-weight: bold ;
    margin-bottom:5px;
    margin-top:5px;
}

#maincol h5{
    font-size:1em;
    margin:0px;
    padding:0px;
    padding-left:20px;
    margin-top:3px;
}

#maincol h6{
    background-color:#555555;
    font-size:1em;
    color:white;
    font-weight: bold ;
    padding-left:5px;
    padding-top:3px;
    height:1.5em;
    width:500px;
    margin-bottom:5px;
    margin-top:0px;
}

#maincol ul {
    font-size:1em;
    font-weight:bold;
    margin-top:5px;
    margin-bottom:15px;
    list-style:none;
}

#maincol ul li{
    font-size:1em;
    font-weight:bold;
}
 
 #rightcol{
    width:165px;
    float:right;
    position:relative; 
    margin:0;
}

#subimg {
    width:154px;
    height:154px;
    border: 1px solid #a0a0a0;
    padding:0px;
    margin-bottom:10px;
    
}

#imgfond{ 
    width:150px;
    height:150px;
    margin-left:auto;
    margin-right:auto;
    margin-top:2px;
    background-repeat: no-repeat;  
}

#footer {
    font-size: 8px;
    color: #FFFFFF;
    height:  30px; 
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    padding: 0px;
    
}
 
#footer a{
   color: #CCCCCC; 
}

#footer a:hover{
    color: #FFFFFF;
    text-decoration: none; 
}

#footer table.moduletable {
    width:  auto;
    margin-top:4px;
    margin-left:auto;
    margin-right:auto;
}
 
#footer table.moduletable th  {
    font-size:  18px; 
    line-height:  18px;
 
}
 
#footer table.moduletable td  {
    padding:0;
    margin:0px;
}

#title {
    color: #FFFFFF;
    font-size:  25px;
    font-weight: bold;
    padding-top: 40px;
    padding-left: 30px
}

.pathway {
    
}

.date {
    
}

hr {
    width:  90%; 
}

hr.separator {
    width:  40%; 
}

a.pnav {
    
}

.pnav:hover {
    
}

.small {
    
}

.smalldark {
    
}

a.mainlevel {
   
}
 
a.mainlevel:hover {

}
 
a.sublevel {

}

a.sublevel:hover {

 }
 
.sectiontableentry1 {

 }
 
.sectiontableentry2 {

 }
 
.button {
    
}
.inputbox {
    
}

.ontab {
    
}

.offtab {
    
}

.createdate {
    
}

.modifydate {
    
}

a.readon {
    
}

a.readon:hover {
    
}

.contentheading {
    font-weight:bold;
    font-size:  1.2em;
    margin-left:35px;
    margin-top:0px;
    padding:0px;
    padding-left:35;
}

.contentdescription {
    font-style:  italic; 
 }
 
.sectiontableheader {
    
}

.categorytitle {
    font-size:  14px; 
    font-weight:  bold; 
 }
 
.componentheading {
font-weight:bold;
    font-size:1.6em;
    margin-left: 10px;
    font-weight:bold;
}

a.category {
text-decoration:  none; 
}

a.category:hover {
    text-decoration:  none; 
}
 
table.moduletable {
    width:  auto;
}
 
table.moduletable th  {
    font-size:  12px; 
    line-height:  18px;
 }
 
table.moduletable td  {
    padding:0;
    margin:0px;
}

.poll {
    
}

.searchintro {
    
}

table.contact {
    
}

table.contact td.icons {
    
}

table.contact td.details {
    
}

.newsfeedheading {
    
}

.fase4rdf {
    
}

a.fase4rdf:link {
    
}

a.fase4rdf {
    text-decoration:  underline; 
}

a.fase4rdf:hover {
    text-decoration:  underline; 
}

.newsfeeddate {
    
}

#maincol .blog .contentpaneopen{    
    border:solid 1px #555555;
    margin-bottom:4px;
}