@CHARSET "UTF-8";

html, body {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	background: white;
	color: black;
}

h1 	{color: black;	font-size: 28pt;	font-weight: 300;	margin-top: 0;	margin-bottom: 10px;}
h2	{color: black;	font-size: 18pt;	font-weight: 300;	margin-top: 20px; border-bottom: 1px solid #c0c0c0;}
h3	{color: black;	font-size: 14pt;	font-weight: 300;}
p 	{color: black;	font-size: 11pt;	font-weight: 400;}
a 	{color: black;}

.clear {clear: both;}

ul li {color: black;	font-size: 11pt;	font-weight: 400;}






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

.navdrawer-container, .app-bar {
	display: none;
}


/*******************
 *** CONTENT-LEFT
 *******************/

div.page-content-left {
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
}	

div.page-content-left a {
	color: black;
}

/*******************
 *** PAGE-SIDE-RIGHT
 *******************/

div.page-side-right {
	margin: 0;
	padding: 0;
	width: 100%;
}

div.page-side-right-greybar {
	background-color: #eeeeee;
	background: linear-gradient(#f4f4f4, #e5e5e5);
	text-align: left;
	padding-bottom: 10px;
	margin: 15px 0;
	padding: 15px; 
}

.imgdiv {
	text-align: center;
}

div.page-side-right-greybar h1 {
	font-size: 15pt;
	font-weight: 600;
	text-align: center;
	color: black;
	padding: 0;
}

div.page-side-right-greybar p {
	font-size: 10pt;
	font-weight: 400;
	text-align: left;
	padding: 0;
}

div.page-side-right-greybar ul {
	margin-left: 18px;
}

div.page-side-right-greybar ul li {
	text-align: left;
	font-size: 10pt;
	font-weight: 400;
	padding: 0px 10px 0 0px;;
	margin-bottom: 10px;
	list-style-type: square;
}

div.page-side-right-greybar img {
	margin: 22px 0 10px 16px;
}


div.page {
	width: 960px;
}
	
div.page-content-left {
	padding-right: 2%;
	width: 73%;
}

div.page-side-right {
	width: 25%;
}

   #altimg {
   	display: none;
   }
	
}




div#page-caroussel {
	display: none;
}



/*******************
 *** FRONTPAGE
 *******************/
div#frontpage-container {
	clear: both;
    width: 100%;
}

div.frontpage {
	width: 207px;
	text-align: left;
	margin: 0 1% 1% 0;
}

div.frontpage h3 {
	background-color: #27236b;
	color: white;
	margin-bottom: 5px;
	padding: 2px 2px 2px 6px;
	font-size: 12pt;
	font-weight: 600;	
}
	
div.frontpage a {
	color: black;
	font-size: 10pt;
	font-weight: 400;	
	text-decoration: none;
}



/*******************
 *** FOOTER
 *******************/
div#footer {
	display: none;
}