/*************************  ID's *************************/


#Cent {
	position: static;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: auto;
	font-family: 'Palatino Linotype', serif;
	font-size: 14px;
	color: #383838;
	background-color: #F8F8F8;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px inset #000000;
	border-bottom: 1px inset #000000;
	display: block;
}

#topBar {
	position: relative;
	left: 0;
	top: 5px;
	height: 162px;
	text-align: center;
}

#box {
	float: left;
	width: 20%;
	padding-right: 2%;
	/*height: 700px;*/
height: auto;
	text-align:left;
	/*display: block;*/
	margin: 0px 0px 0px 0px;
	}

#navigation {
	position: relative;
	width: 98%;
	padding-right: 2%;	
	top: 10px;
	left: 6%;	
	height: 455px;	
	border-top: 2px solid #000000;
	border-bottom: 3px inset #000000;
	border-right: 3px inset #000000;
	border-left: 2px solid #000000;
	text-align:left;
	background-color: #C6EC8C;
	/*display: block;*/
	margin: 0px 0px 0px 0px;
	}

#navborder {
	position: relative;
	width: 96%;
	padding-right: 0px;
	padding-top: 0px;	
	top: 2%;
	left: 3%;	
	height: 59%;	
	border-top: 1px solid #000000;
	border-bottom: 2px inset #000000;
	border-right: 2px inset #000000;
	border-left: 1px solid #000000;
	text-align:left;
	text-align: center;
	}

#moveNav {
	position: absolute;
	top: 8%;
	left: 6%;	
	text-align: left;
	}

#navBot {
	position: relative;
	width: 85%;
	top: 5%;
	left: 8%;
	height: 33%;	
	text-align: right;
	border-top: 1px solid #000000;
	border-bottom: 2px inset #000000;
	border-right: 2px inset #000000;
	border-left: 1px solid #000000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	background-color: #FFFFFF;
	background-image:url(images/logoJ&Asmall2.jpg);
	background-repeat:no-repeat;
	background-position: center;
	}	

#search {
	position: relative;
	top: 3%;
	left: 13%;
	}

#mainPage {
	position: static;
	width: 85%;
	left: 3%;
	top: 10px;
	height: auto;	
	text-align: left;	
	color: #383838;
	display: inline;
	margin: 0px 0px 0px 20px;
	}

.table_class {
	top: 10%;
	border: 4px inset rgb(0, 132, 0);
	margin-left: 0%;
	width: 99%;
	height: 70%;
	font-size: 14px;
	color: #696969;
	}


/*************************  ID's *************************/


body {		
	text-align: center;
	
	scrollbar-arrow-color: #606060;
	scrollbar-face-color: #66CC33;
	scrollbar-highlight-color: #CCFF33;
	scrollbar-3dlight-color: #99FF66;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #090909;
	scrollbar-track-color: #0F0F0F;
	}

p {
width:100%;
}	

#centerDoc p {width:100%;}

h1 {
	font-size: 20px;
	font-style: normal;	
	font-weight: bold;	
}

h2 {
	font-size: 18px;
	font-style: normal;	
	font-weight: bold;	
}

h3 {
	font-size: 16px;
	font-style: normal;	
	font-weight: bold;
}

h4 {
	font-size: 10px;
	font-style: normal;	
	font-weight: bold;	
}

h5 {
	font-size:10px;
	font-style:italic;
}

h6 {
	font-size:0px;
	font-style:normal;
	color: #FFFFFF;
}

.small {
	margin-top:0;
	margin-bottom:0;
	display: inline;
	font-size:12px;
	font-style:italic;
	font-weight:italic;
	color: black;
}

.special {
	color: #F9F9F9;
}

.h3 {
	margin-top:0;
	margin-bottom:0;
	display: inline;
	font-size: 16px;
	font-style: normal;	
	font-weight: bold;
}


li {
	list-style-type: none;
	line-height: 170%;	
}


.showBullets li {
	list-style-type: square;
	line-height: 250%;	
}

.showOrderedBullets li {
	list-style-type: decimal;
	line-height: 200%;	
}


input {
	font-size: 14px;
	font-weight: normal;	
}

.thin {
	font-size: 10px;
	font-weight: normal;
	border: 1px dashed #009900;
	background-color: #FFFFFF;
	
}

.tableBottomSpace {
	margin-bottom:25px;	
}
	
a:link {
 font-size: 14px;
 color: green;
 font-style: italic;
 text-decoration: none;
}

a:visited {
 font-size: 14px;
 color: green;
 font-style: italic;
 text-decoration: none;
}

a:hover {
 font-size: 14px;
 color: blue;
 font-style: italic;
 text-decoration: underline;
}

a:active {
 font-size: 14px;
 font-style: italic;
 color: black;
}

li a:link {
 font-size: 14px;
 color: green;
 font-style: italic;
}

li a:visited {
 color: green;
 font-style: italic;
}

li a:hover {
 font-size: 12px;
 color: purple;
 font-style: italic;
}

li a:active {
 font-size: 14px;
 font-style: italic;
 color: black;
}

dt {
	line-height: 50px;
}