@charset "utf-8";
/* CSS Document */

header {
	width: 270px;
	min-height: 700px;
	position: fixed;
    bottom: 0;
	top: 0;
    left: 0;
	background-color: #FFE7DD; 
}

#logo
{ position: fixed;
	top: 50px;
    left: 20px;
}

nav
	{
	
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	position: fixed;
	top: 327px;
    left: 20px;
	}
nav ul
	{
		margin: 0;
		padding: 0;
		list-style:none;
	}
	
nav ul li
	{
	display: block;
	padding:7px 15px;
	color:#000000;
	font-weight: 900;
	}

#website
	{
		position: fixed;
    	bottom: 0;
    	left: 50px;
		font-family:"Courier New", Courier, monospace; 
		font-size:8px;	
		
	}
#website h2
{ color: #333333; }



	
#boxcontent1
	{
	width:980px;
	position:relative;
    left: 262px;
	top: -10px;
	padding: 30px;
	}
#boxcontent1 h2
	{
	font-family: Corbel;
	font-weight: 900;
	font-size:1.2em;
	color: #000000;
	margin-bottom:40px; margin-top:30px;
	
	}
#boxcontent1 h3
	{
	font-family: Corbel;
	font-size:1em;
	color: #000000;
	margin-bottom:20px; margin-top:30px;
	}
#boxcontent1 h4
	{
	font-family: Corbel;
	font-size:1em;
	color: #000000;
	margin-bottom:30px; margin-top:-35px;
	font-style:italic;
	}
#boxcontent1 h5
	{
	font-family: Corbel;
	font-size:1em;
	color: #000000;
	margin-bottom:30px; margin-top:10px;
	font-style:italic;
	font-weight: 100;
	text-align: justify;
	width:70%;
	line-height:22px;
	}
	
	
	
	
#boxcontent3
	{
	width:980px;
	position:relative;
    left: 262px;
	margin-top:-70px;
	padding: 30px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	-webkit-column-fill: balance;


	}	
#boxcontent3 h3
	{
	font-family: Corbel;
	font-size:1em;
	color: #000000;
	margin-bottom:20px; margin-top:30px;
	}	
	
#boxcontent3 p
	{
	font-family: Corbel;
	font-size:1em;
	line-height:22px;
	color: #333333;
	text-align: justify;
	margin-bottom: 15px;
	
	}
	
	
	
#boxcontent4
	{
	width:980px;
	position:relative;
    left: 262px;
	top: -10px;
	padding: 30px;
	}
#image
	{
	margin-top: 10px;
	margin-bottom: 30px;
	float:left;
	}
#image1
	{
	margin-top: -50px;
	margin-bottom: 30px;
	float:left;
	}
#PDF
	{
	margin-top: -10px;
	margin-bottom: 30px;
	float:right;
	}
	


	
#boxcontent2 h2
{
	font-family: Corbel;
	font-size:.8em;
	font-weight:900;
	color: #000000;
	position: absolute;
	left: 1300px;
	top: 115px;
	}
	
#boxcontent2 p
{
	font-family: Corbel;
	font-size:.8em;
	color: #333333;
	font-style:italic;
	line-height: 7px;
	position: absolute;
	left: 1300px;
	top: 140px;
	}
	
	#boxcontent2 p2
{
	font-family: Corbel;
	font-size:.8em;
	color: #333333;
	font-style:italic;
	line-height: 7px;
	position: absolute;
	left: 1300px;
	top: 170px;
	}
	


