/*
JASAL add on style sheet
 */



#header {
	background-color: #54D9D8;
	background-image: url("/openpublish/images/bg_headertitle_jasal.jpg");
	background-position: 50% 0%;
	background-repeat: no-repeat;
	border-bottom: 1px solid #336699;
	}

#headerTitle {
	height: 100px;
	line-height: 1.7em;
	}

#navbar {
	border-bottom: 2px dotted #999;
	}

#content {
	border-top: none;
	}

#content span.journaldescription {
	float: right;
	width: 429px;
	}

#content div img {
	margin-top: -1em;
	margin-right: 40px;
	padding-bottom: 2em;
	/*width: 100px;*/
	float: left;
}	
	
#content h3 {
	padding-top: 0;
	clear: left;
	}

div.separator {
	border-bottom: none;
	}
	

h4 {
	color: #333;
	border-bottom: 1px dotted #333;
	}

table {
	margin-bottom: 1.2em;
	}



/* Links */
a:link {
	color: #336699;
	}

a:visited {
	color: #336699;
	}

a:hover {
	background: none;
}

