a:link {
    color: #0375b4;
    text decoration:none;
}

a:visited {
    color: #0375b4;
}

a:hover {
    color: #FF7F00;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: #0375b4;
    text-decoration: bold;
}

#header h1 {
	background-color:#ffffff;
border-color: #FEFEFE
    color: #353535; 	font-family: "Verdana";
	font-size: 10pt;
	border-bottom-width: 3.5px;
	border-bottom-style: solid;
	border-bottom-color: #f9f9f9;
}

#main {    
    background-color: #f9f9f9;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 40px;
    border-top: 0px;
    border-bottom: 0px;
}

#main h2 {    
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    font-family: "Verdana";   
    text-align: left;
    text-transform: none;
    text-decoration: bold;
    border-left: none;
    border-right: none;
    border-top: 0px;
    border-bottom: 0px;
line-height: 1,6;
}

#main h3 {    
    background-color: #f9f9f9;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 5px;    
    font-family: "Verdana";
    text-transform: none;
    text-align: left;
    border-top: none;
    border-bottom: none;
line-height: 160%;
}

#main h4 {
	background-color: #f9f9f9;
	padding-right: 15px;
	padding-left: 15x;
	margin-top: 10px;
	font-family: "Verdana";
	text-align: left;
	border-top: 0px;
	border-bottom: 0px;
	text-transform: none;
}

/**
 * Table of contents
 */

.tocEditorial {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 0px solid #d1d1d1 !important;
	border-bottom: 1px solid #d1d1d1 !important;
}

.tocArticle {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 0px solid #d1d1d1 !important;
	border-bottom: 1px solid #d1d1d1 !important;
}

.tocArticleTitleAuthors {
	width: 80%;
	font-weight: bold;
}

.tocAuthors {
	padding-left: 10px;
	font-weight: lighter;
}

}

#breadcrumb {
    height: 18px;
    line-height: 1.5em;
    text-align: center;
    padding-top: 2px;
    font-style: normal;
    border-top: 6px;
    border-bottom: 0px;

}

#content {  
margin: 0 !important;
    padding-right: 15px;
    padding-left: 15px;
	border-top: 0;

}

body {
    background-color: #f9f9f9;
    color: #353535; font-family: "Verdana";font-size: 10pt;line-height: 150%;
    border-top: 0px;
    border-bottom: 0px;
}


#navbar a {
    background-color: #375b4;
    padding-top: 3px;
    padding-bottom: 3px;
    color: white;
    style: bold;
hover: #FF7F00;
}

#rightSidebar div.block span.blockTitle {
    background-color: #375b4;
    padding-left: 5px;
    color: white;
}

#rightSidebar, #leftSidebar {
    background-color: #f9f9f9;
    margin-top: 8px;
    padding left: 5px;
border-bottom: none;
color: #353535; font-family: "Verdana";line-height: 110%;
}

#sidebar div.block {
    background-color: #f9f9f9;
    margin-bottom: 10px;
    padding bottom: 1px;
    text-indent: 5px;
    }

div.separator {
border-bottom-color: #f9f9f9;
border-bottom-style: solid;
border-bottom-width: 1px;
}