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:#0088CC;
border-color: #FEFEFE
    color: #353535; 	font-family: "Verdana";
	font-size: 13pt;
	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.5em;
}

#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: 120%;
}

#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: 8px;
	margin-bottom: 8px;
	border: 1.5px solid #0088CC;
	border-radius: 10px 10px 10px 10px;
}

.tocArticle {
	width: 100%;
	padding: 8px;
	margin-bottom: 8px;
	border: 1.5px solid #0088CC;
	border-radius: 10px 10px 10px 10px;
}

.tocArticleTitleAuthors {
	width: 80%;
	font-weight: bold;
}

.tocAuthors {
	padding-left: 10px;
	font-weight: lighter;
}

#navbar {    
    text-align: center;
    padding-top: 5px;
	padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-top: px;
    border-bottom: 0px;
    background-color: #0088CC;
    border-radius: 0 0 10px 10px;
hover: #FF7F00;
}

#breadcrumb {
    height: 18px;
    line-height: 1.5em;
    text-align: center;
    padding-top: 2px;
    font-style: normal;
    border-top: 6px;
    border-bottom: 0px;

}

#content {
    border-top-color: #0088CC;
    border-bottom: 0px;
border-top-width: thin;
border-top-style: solid;    
margin: 0 !important;
    padding-right: 15px;
    padding-left: 15px;

}

body {
    background-color: #f9f9f9;
    color: #353535; font-family: "Verdana";font-size: 13pt;line-height: 105%;
    border-top: 0px;
    border-bottom: 0px;
}


#navbar a {
    background-color: #0088CC;
    padding-top: 3px;
    padding-bottom: 3px;
    color: white;
    style: bold;
hover: #FF7F00;
}

#rightSidebar div.block span.blockTitle {
    background-color: #0088CC;
    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: #0088CC;
border-bottom-style: solid;
border-bottom-width: thin;
}
