body {	
	/*background-image:url("images/background.png");*/
	background-repeat:repeat;
	background-color:#cce7f3;
	margin:0px;
	border:0px;
	
}

.address_line{
	background-color:#6087D4;
	background-repeat:repeat-x;
	color:white;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight:bold;
	letter-spacing:2px;
	height:25px;
}

.chiro_edu_link{
	color:black;
	font-family:arial,helvetica,tahoma,verdana,sans-serif;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
	text-transform:none;
	text-align:center;
}

.chiro_edu_link:hover{
	color:white;
	
}

.chiro_edu_cell{
	background-color:#98B3FF;
}


.chiro_edu_cell:hover{
	background-color:#D2DCFA;
}

.nav_cell{
	background-image:url("images/nav.png");
	background-size:cover;
	background-repeat:no-repeat;
	padding:0px 20px 0px 20px;
}


.nav_link{
	color:black;
	font-family:arial,helvetica,tahoma,verdana,sans-serif;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
	text-transform:none;
	text-align:justify;
}

.nav_link:hover{
	color:white;
	
}

.body_table{
	background-color:white;
	height:700px;
	width:100%;
}

p{
	font-family:Century Gothic,Verdana,Arial;
	letter-spacing:1px;
	text-align:justify;
	text-indent:30px;                                                  
	margin:15px;
}
 
.topHeader{
	background-color:#809E79;
	height:35px;
}

.headerRow{
	background-image:url("images/bg.png");
}

.div{
	background-color:#4966B9;
	width:100%;
	height:1px;
}

.div_acu{
	background-color:#8D5757;
	width:100%;
	height:1px;
}

.div_chiro_edu{
	background-color:#677DCF;
	width:100%;
	height:1px;
}

.individual_cell{
	background-color:white;
	width:300px;
}

.individual_cell_info{
	background-color:white;
	height:154px;
	width:275px;
	font-family:arial,helvetica,tahoma,verdana,sans-serif;
	font-size:14px;
	letter-spacing:1px;
	padding:10px;
	color:#5E5E5E;
}

.extra_cell_info{
	background-color:blue;
}

.cell_info_title{
	font-family:arial,helvetica,tahoma,verdana,sans-serif;
	font-size:17px;
	letter-spacing:1px;
	/*color:#6B669E;*/
	text-transform:uppercase;
	font-weight:bold;
	padding:20px 0px 10px 15px;
}

.acu_title{
	color:#E60000;
	border-left:6px solid red;
}

.chiro_edu_title{
	color:#2447C8;
	border-left:6px solid #1130A1;
}

.cell_text{
	font-size:13pt;
	letter-spacing:1px;
	color:black;
	background-color:white;
	padding:10px;
	text-align:justify;
}


.copyRight{
	color:#00B1FF;
}


ul{
	margin-left:25%;
}

/*---Drop-down Info------------------------------*/

.dropbtn {
	text-align:center;
    border: none;
    cursor: default;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover{
	background-color: #9BBAF8;
	}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
