body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#054673;
	
	}


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#054673;
	font-size:36px;
	}

h3 {
	color:#009900;
	font-size:26px;
	
	}
	
hr {
border: 0;
color:#003366;
background-color: #003366;
height: 4px;
width:65%;
text-align: left;
}

a:link {
	color:#990000;
	}
a:visited {
	color:#990099;
	}
 a:hover {
	color:#fa0001;
	}
	
#container {
	
	margin-left: auto; 
	margin-right: auto;
	width:998px;
	height:100%;
	z-index:1;
	text-align:left;

}
#content {
	background-color:#E8E8E8;
	position:relative;
	float:left;
	width:998px;
	height:auto;
	top:0px;
	left:0px;
	text-align:center;
	

	}

#contentTextHolder {
	position:relative;
	float:left;
	left:37px;
	top:0px;
	width:784px;
	height:auto;
	background-color:#fff;
	border-left: #fdbf57 4px solid;
	border-right: #fdbf57 4px solid;
	border-bottom: #fdbf57 4px solid;
	padding-bottom:20px;

	text-align:center;
		}
#contentTextHolderIndex {
	
	position:relative;
	float:left;
	padding-top:0px;
	left:0px;
	top:0px;
	width:998px;
	height:auto;

		}
		
#leftCol {
	background: #fff;
	text-align:left;
	position:relative;
	float:left;
	width:222px;
	height:auto;
	
}
#leftCol2 {
	background: #E8E8E8;
	text-align:left;
	position:relative;
	float:left;
	width:202px;
	height:auto;
	padding: 10px 10px 0px 10px;
	
}
#profiles {
	position:relative;
	width:661px;
	left:50px;
	top:40px;
	margin-bottom: 8%;
	height:auto;
	
	}
	
#logo {
	position:absolute;
	width:364px;
	height:115px;
	z-index:1;
	left: 276px;
	top: 28px;
}

#creed {
	position:relative;
	top:75%;
	float:right;
	background-image:url(images/leTipCreed.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:200px;
	z-index:10;
	padding: 190px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	font-size:12px;
}
#contentText {
	background:#c6d4de;
	position:relative;
	float:left;
	top:0px;
	width:775px;
	text-align:left;

	
		}
		
#lookup {
	position:absolute;
	width:252px;
	height:59px;
	z-index:1;
	left: 361px;
	top: -8px;
}

#header {
position:relative;
float:left;
background: url(images/header.jpg) no-repeat;
height:129px;
width:698px;
padding-left:305px;
color:#fff;
font-size:34px;
font-weight:bold;
}

#announcements {
	position:absolute;
	width:200px;
	height:91px;
	z-index:1;
	left: 585px;
	top: 35px;
	}





#topnavcontainer {
	position:relative;
	float:left;
	left:520px;
	top:18px;
	height:44px;
	width:700px;
	z-index:2;
	
	}


#footer {
	
	float:left;
	width:998px;
	height:auto;
	z-index: 1;
	text-align:center;
	background-color:#000;
	

}
/* --------------------------- Side Nav --------------------------------------- */

#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 200px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: .5em;
padding-left:24px;
border-top: 1px solid gray;
}

#navlist li a { 
color:#000;
font-weight:bold;
text-decoration: none; 

}

#navlist li a:hover { 
	color:#0066CC;
	}
/* ---------------   Image Float Styles   --------------------------------------  */

.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}

.floatimgright {
float:right;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
padding-left:5px;
}

/*-------------------------  JUMP MENU ------------------------------ */

.topic {
  color: #fff;
  font-weight: bold;
  background-color: blue;
}

.link {
  color: #000;
  background-color: #dfdfdf;
}


/* -------------- Text Styles ----------------------------- */


.strike {
	color:#990000;
	font-weight:bold;
	}
.assocName {
	color:#990000;
	font-size:65%;
	}
	
.catName {
	font-size:95%;
	color:#000099;
	font-weight:bold;
	}
h2.catName  {
	line-height:3px;
	
	}
	
.bizName {
	margin:15px;
	}
	
.center {
	text-align:center;
	}
	
.centerHilite {
	background-color:#FFFF00;
	text-align:center;
}

.content {
	line-height:140%;
	font-size:18px;
	}
	
.subTitles {
	color:#8a2528;
	font-size:14px;
	font-weight:bold;
	}
	
.content-hilite {
	background-color:#FFFF00;
	line-height:140%;
	font-size:18px;
	
	}

 a.info{
        position:relative;           /*this is the key*/
        z-index:24;
        color:#6C0E09;               /* colour of display text */
        text-decoration:underline;
		
        font-style:italic;
		
        }
 a.info:hover {
        z-index:25;
        background-color:#ffff66;

        }

a.info span{
        display: none;  /* hide the span text using this css */
        }

a.info:hover span{ /*the span will display just on :hover state*/
        display:block;
        position:absolute;
        top: 1.5em;
        left: 3em;
        width:15em;
        border:2px solid #ff0000; /* border colour */
        background-color:#ffff99; /* background colour here */
        color:#000000;         /* text colour */
        text-align: left;
        font-size: .8em;
        font-style:italic;
        z-index:30;
		padding: 7px;
        }




		
.footer {
	color:#fff;
	font-size:12px;
	text-align:center;
	
	}
.footer a {
	color:#000;
	}

.footer a:visited {
	color:#000;
	}
	
.footer a:hover {
	color:#993300;
	}
		
.required {
	color:#FF0000;
	
	}	
.redhot {
	
	font-size:12px;
	color:#fff;
	font-weight:bold;
	}

.redhot a {
	color:#fff;
	}

.redhot a:visited {
	color:#fff;
	}

.redhot a:hover {
	color:#999999;
	}
	
.visitation-table {
width: 415px;
margin: 0 0 0 60px;
}
