a {
	color: #057BA3;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #057BA3;
	text-decoration: none;
}
a:active {
color:#057BA3;
text-decoration: none;
}


.inputbox:hover, .inputbox:focus {
	border: 1px solid #057BA3;
}


div.modules {
	width: 100%;
}

div.moduletable h3 {
	margin: 0;
	color: #656463;
	text-transform: UPPERCASE;
	font-size: 1.1em;
}

div.moduletable {
}

div.moduletable td {
	padding: 3px 0 3px 0!important;
}

#ja-leftcol {
	width: 150px;
	float: left;
	overflow: hidden;
	background: #ffffff;
}

#ja-leftcol table {
	border-collapse: collapse;
}

#ja-leftcol a {
	color: #484747;
	border: solid 1px  #8a9db9;
	background-color: #e7ebf1;
	text-decoration: none;
	padding-right:2px;
	display: block;
}
#ja-leftcol img {
	border: 0px;
}

#ja-leftcol div.moduletable {
	padding: 12px 10px 10px;
	background: url(../images/tmp/seperator.gif) repeat-x bottom;
}

#ja-leftcol div.moduletable h3 {
	padding: 1px 5px;
	margin: 0 -10px 5px;
	color: #656463;
	border-left: 5px solid #3795b5;
	line-height: normal;
}

#ja-leftcol a.mainlevel {
	padding-left: 20px;
	background: url(../images/tmp/arrow-off.gif) no-repeat 5px 4px;
	background-color: #e7ebf1;
}

#ja-leftcol a.mainlevel:hover {
	background: url(../images/tmp/arrow-readon.gif) no-repeat 5px 4px;
	background-color: #e7ebf1;
	
}

#ja-leftcol a.sublevel {
	padding-left: 3px;
	}

#footer {
	background:url(../images/tmp/footer-bg.gif) repeat-x;
	height: 111px;
	color: #595959;
	font-size: 11px;
	line-height: 16px;
	}

#footer-line {
	border-top: #f5f3f1 solid 3px;
	width: 760px;
	height: 30px;
	}
	

a.back:link, a.back:visited, a.back:active{
	color: #bab9b7;
	text-decoration: none;
	}

a.back:hover {
	color: #999999;
	text-decoration: none;
	}
.contentheading {
	color: #057BA3;
	font-size: 1.7em;
}