/* GENERAL STYLES */
body 
{
    font-family:Verdana;
    font-size: 12pt;
    color: #006600;
    
}

h1
{
    font-size: 14pt;
    font-weight: bold;
    font-style :oblique
}

/* NEWS*/
.newsDate {
	margin: 0;
	padding: 1px 0 0 0;
	font-size: 10pt;
}
.newsResume {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 10pt;
}

#newsBox {
	width: 200px;
	float: right;
	padding: 5px;
	margin: 5px;
	border: 1px dotted green;
}

#newsBox .newsDate {
	border-top: 1px solid green;
}



/* Navigation */

#secondLevelNavigation {
    float: left;
    width: 110px;
    list-style:none;
    padding:0px;
    margin: 0;  
    border-top: 1px solid #ddd;
}

#secondLevelNavigation li {
    margin: 0;
    border-bottom: 1px solid #ddd;
}

#secondLevelNavigation li .selected {
	font-weight: bold;
}

#secondLevelNavigation a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
}

#secondLevelNavigation a:hover {
    background-color: #eee;
}



#naviList {
    float: left;
    width: 150px;
    list-style:none;
    padding:5px;
    margin: 0;
    font-size:10pt;  
    }

#naviList li {
    border-top: 2px solid #006600;
    width:150px;
    float:left;
    padding:10px;
        }


#naviList .selected {
	color: red;
	font-weight: bold;
	
}

#naviList a{
    padding: 8px 0;
    text-align: center;
    text-decoration:none;
    color: green;
    
    }

#naviList a:hover{
    color:red;
}


/* EDITOR PROPERTIES */
