html,body 
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif,"Trebuchet MS";
	font-size: 90%;
	color:#39393B;
	background-color: #FFF;
}


.page 
{
	width: 100%;
	margin: 10px auto 0 auto;
}

h1{
	text-align:left;
	font-size:160%;
	font-weight:lighter;
	}
	
	h2{
	text-align:left;
	font-size:130%;
	font-weight:lighter;
	}


	
.bold
{font-size:130%;}	


#blue

{
	color: #85B8BF;
	}

/*HEADER 1*/



div.header{
	width: 100%;
	padding: 10px 0 0 0;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}



	

/*MENU 1*/

div.menu{
	width: 100%;
	text-align:right;
	padding-top:70px;

}



div.menu a{
	font-size:100%;
	text-decoration:none;
	color:#39393B;
	padding: 0px 20px 0px 0;
	display:list-item;

}


 
div.menu a:hover
{
	color: #fff;
	background-color:#D6CDE2;
	text-decoration: none;

}

div.menu a.selected
{
	color: #fff;
	background-color:#D6CDE2;
	text-decoration: none;

}

/*CONTENT*/

div.content{
	width: 100%;
	padding: 0px;
	
}


/*ROW 1 Home*/

div.row1home{
	margin-top:20px;
	width: 100%;
	background-image:url(../img/1_home_bg.jpg);
	background-repeat:no-repeat;
	background-size:contain;
}


	
	/*COLUMN 1*/

div.col1home{
	width: 100%;
	float: left;
	margin: 150px 0 0 0;
	padding: 0px
	background-color:#FFF;

}
	
 div.col1home ul {
	padding:0 0 0 20px;
	text-align:left;
	line-height:22px;
}

div.col1home p{
	padding-left:5px;
	padding-right:5px;
	line-height:22px;
	text-align:left;
	}
	
div.col1home a {
		text-decoration:none;
		color:#AA8EC2;
		font-weight:bolder;

}

	
div.col1home h1 {
	padding: 5px 5px 5px 5px;
	color: #AA8EC2;}

div.col1home h2 {
	padding: 5px 5px 5px 5px;
	}


	/*COLUMN 2*/

div.col2home{
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0px
	background-color:#FFF;


}

 div.col2home ul {
	padding:0 0 0 20px;
	text-align:left;
	line-height:22px;
}



div.col2home img {
	height: auto; 
    width: auto; 
    max-width: 300px; 
    max-height: 300px;
}
	
	div.col2home p{
	padding-left:5px;
	padding-right:5px;
	line-height:22px;
	text-align:left;
	}
	
div.col2home a {
		text-decoration:none;
		color:#AA8EC2;
		font-weight:bolder;

}

	
div.col2home h1 {
	padding: 5px 5px 5px 5px;
	color:#AA8EC2;}

div.col2home h2 {
	padding: 5px 5px 5px 5px;
	}




/* FOOTER  */

div.footer{
	width: 100%;

}

div.footer p {
	padding-left:5px;
	padding-top:22px;
	line-height:22px;
	text-align:left;}
	
	
	

div.spacer_row 
{
	clear: both;
	line-height: 0px;

}


a{	outline : none;
	
}

a:hover
{
	outline : none;
}


