@charset "utf-8";
/* CSS Document *//*For Navigation*/
/*Layout*/
body {
	margin: 20px auto;
	width: 800px;
}
#wrap {
}
#head {
	height: 125px;
}
#left {
	width: 274px;
	float: left;
	margin: 0;
	padding: 30px 20px 0px 20px;
}
#center {
	width:	760px;
	margin: 0;
	padding: 30px 20px 0px 20px;
}
#right {
	width: 455px;
	float: right;
	margin: 0;
	padding: 30px 30px 0px 0px;
}
#content {
	margin: 0;
	padding: 0px 12px 0px 12px;
}
#btm_brdr {	
	height: 50px;
	margin: 0;
	padding: 0;
	clear: both;
}
#foot {
	clear: both;
	margin:0;
	padding: 2px;
}
/*Looks*/
body {
	background-color: #666;
	font-family: "Times New Roman", serif;
	font-size: 1em;
	line-height: 1.3em;
}
#wrap {
	background-color: #FFF;
}
#head {
}
#left {
	text-align: center;
}
#center {
	text-align: center;	
}
#right {
}
#content {
}
#btm_brdr {
	background: url(../images/bottom_border.jpg);
}
#foot {
	background-color: #666;
	text-align: center;
	color: #CCC;
	font-size: .8em;
	line-height: 1.5em;
}
#foot a{
	color: #CCC;
}
h1 {
	font-size: 1.2em;
	line-height: 1.4em;
}
h2 {
	font-size: 1em;
	line-height: 1.2em;
}
h3 {
	font-size: .8em;
	line-height: 1em;
}
.fine_print {
	font-size: .7em;
	line-height:.7em;	
}
.bui {
	font-weight:bold;
	text-decoration:underline;
	font-style:italic;
}
.right {
	float: right;
}
.img_brdr {
	border: black 6px solid;
	padding-top: 0px;
	margin-top: 0px;
}
.h1ns {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
}
table {
	font-size: .8em;
}
#body_cred #wrap #content a {
	float: right;
	margin-top: 20px;
	margin-right: 12px;
	background-color: #FC3;
	border-style: none;
}
/*For Navigation*/
#nav {
	width: 800px;
	height: 30px;
	position: relative;
	background: url(../images/nav.jpg);
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	float: left;
}
#nav li a {
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 30px;
	background: url(../images/nav.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
li#home a {
	left: 0px;
	width: 107px;
	background-position: 0px 0px;
}
li#info a {
	left: 107px;
	width: 208px;
	background-position: -107px 0px;
}
li#cred a {
	left: 315px;
	width: 204px;
	background-position: -315px 0px;
}
li#jcal a {
	left: 519px;
	width: 281px;
	background-position: -519px 0px;
}
li#home a:hover {
	background-position: 0px -30px;
}
li#info a:hover {
	background-position: -107px -30px;
}
li#cred a:hover {
	background-position: -315px -30px;
}
li#jcal a:hover {
	background-position: -519px -30px;
}
#body_home li#home a {
	background-position: 0px -60px;
}
#body_info li#info a {
	background-position: -107px -60px;
}
#body_cred li#cred a {
	background-position: -315px -60px;
}
#body_judcal li#jcal a {
	background-position: -519px -60px;
}
