﻿	

	#privhome-intro	
		{
		width: 100%;
		height: 100%;
		margin: 2rem 0rem 0rem 0rem;
		padding: 0rem 0rem 0rem 0rem;
		text-align: center;
		}
	
	
	#schoolpic-door	
		{
		float: left; 
		width: 35%;
		height: auto;
		top: 0rem;
		margin: 0rem 1rem 0rem .75rem;
		padding: 0rem 0rem 0rem 0rem;
		outline: .75rem ridge red;
		}

	#privh-greet		
		{
		float: left; 
		width: 63%;
		height: auto;
		margin: 0rem 0rem 12rem 0rem;
		padding: 1rem 0rem 0rem 2rem;
		}

	#privh-main-wrapper
		{
		display: flex;
		width: 100%;
		height: auto;
		}


	#privh-col-a
		{
		float: left;
		width: 70%;
		height: 100%;
		margin: 0rem 0rem 0rem 0rem;
		padding: 0rem 0rem 0rem 2rem;
		border-top: none;
		border-right:none;
		border-bottom:none;
		border-left:none;
		border-color: black;
		}


	#privh-col-b
		{
		float: left;
		width: 30%;
		height: 100%;
		margin: 5rem 0rem 0rem 0rem;
		padding: 0rem 0rem 0rem .0rem;
		border-top: solid;
		border-right:solid;
		border-bottom:solid;
		border-left:solid;
		border-color: black;
		border-width: .5rem;
		}


	.privh-article-box
		{
		width:100%;
		height:auto;
		border-top:solid;
		border-right:none;
		border-bottom:none;
		border-left:none;
		border-color:black;
		border-width: .2rem;
		margin: 0rem 0rem 0rem 0rem;
		padding: 1.5rem 0rem 0rem 0rem;
		}


	#privh-main-para  
		{
		width:100%;
		height: auto;
		margin: 0rem 0rem 0rem 0rem;
		padding: 4rem 2rem 0rem 2rem;
		}

	#privh-news-para  
		{
		width:100%;
		height: auto;
		margin: 0rem 0rem 0rem 0rem;
		padding: 4rem 2rem 0rem 2rem;
		}


		
	#privh-para6
		{
		float:right;
		width:100%;
		height:auto;
		margin: 0rem 0rem 0rem 0rem;
		padding: 0rem 5rem 2rem 6rem;
		}	
		
	#privh-para-right
		{
		float: right;
		margin: -3rem 5rem 0rem 0rem;
		}	
	


	


	.privh-col-hd
		{
		border-bottom: solid;
		border-top: solid;
		border-color:black;
		padding:0rem 0rem .40rem 0rem;
		margin: 0rem 0rem 0rem 0rem;
		text-align: center;
		color:red;
		background-color: black;
		}


	.privh-sidepnl
		{
		padding: 0rem 0rem .40rem 0rem;
		margin: 0rem 0rem 0rem 0rem;
		text-align: center;
		}
	
	

	@media screen and (max-width: 600px)
		{
		#privh-col-a {width: 100%;}
		#privh-col-b {width: 100%;}
		#privh-para-right {display: none}
		}












	
/* End Index Page Style ************ */
