
html, body {
		height: 100%;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	
	color: rgb(0, 0, 0);
	background-color: #fafbf6;
			
	margin: 0px;
	padding: 0px;
	border: none;
	
	text-align: center;

	margin-left: 15%;
	margin-right: 15%;

	max-width: 800px;

}

a{
	text-decoration: none;
	color: black;

}

p, h2, li{
	text-align: left;
}

.space { 
	/*
		display: block;
		width:1px;
		height:50%;
		margin-bottom: -200px;
		float:left;
		*/
	padding-top: 20px;
}

.Flash {
		height: 100%;
		display: block;
/*
		text-align: left;
		height: 400px;
		width: 900px;
		padding-top: 50px;
*/
		margin: 0 auto;

		/*
		position:relative;
		clear:left;
		*/
}

.text{
	display: block;
	width: 66%;
	background-color: #fafbf6;
}

.text p{
	text-align: left;
}

.partners{
	display: block;
	width: 33%;
	float: right;
	background-color: #fafbf6;
}

.partners p{
	text-align: left;
}

.logo{
	display: block;
    /*    display: none; */
	position:fixed;
	bottom: 10px;
	text-align: center;
	width: 70%;
	z-index: -1;


	max-width: 800px;	
}

h1 {
	font-family: Garamond, Times new roman, times, serif;
	font-size: 13pt;
	color: #d21200;
	margin-bottom: 10px;
	border-bottom: 1px solid #d21200;
	/*
	margin-left: 15%;
	margin-right: 15%;
	*/
}

h2 {
	padding-top: 10px;
	font-size: 10pt;
}

