/*
AJA add on style sheet
 */

body {
	background: #FFF;
	color: #29290B;
	}

#header {
	background: #FFC url("/openpublish/images/bg_headertitle_aja.jpg") repeat-x top left;
	border-bottom: 1px solid #E6E20B;
	}

#headerTitle {
	height: 100px;
	line-height: 1.7em;
	}
	
#headerTitle h1 {
	color: #29290B;
	}

#navbar {
	border-bottom: 2px dotted #999;
	}

#content {
	border-top: none;
	}

#content span.journaldescription {
	float: left;
	width: 480px;
	}

#content div img {
	margin-top: -1em;
	float: left;
	}	
	
#content h3 {
	padding-top: 0;
	clear: left;
	}

div.separator {
	border-bottom: 1px dotted #999;
	}
	
p, li, td {
	font-size: 120%;
	}

p ul li {
	font-size: 120%;
	}



/* Links */
a:link {
	color: #990;
	}

a:visited {
	color: #663;
	}

a:hover {
	background: none;
}

