﻿
div#MainTextTitle {
	width: 100%;
	text-align: justify;
	padding: 10px 10px 10px 10px;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	/*line-height: 30px;*/
	color: Black;	
}

div#MainText {
	width: 90%;
	text-align: justify;
	padding: 10px 10px 10px 10px;
	float: left;
	font-size: .7em;
	/*line-height: 30px;*/
	color: Black;	
}

div#HomeContent {
	width: 100%;
	text-align: center;
	padding: 10px 10px 10px 10px;
	float: left;
	font-size: .7em;
	/*line-height: 30px;*/
	color: Gray;	
}

div#HomeArt {
	width: auto;	
	padding: 10px 10px 10px 10px;	
}

div#HomeFooterText {
	font-size: .7em;
	color: Black;
	text-align: center;
	width: 100%;	
	float: left;
	/*line-height: 16px;*/
}

div#DefaultWrapper {
	width: 95%;
	min-height: 501px;
	height: 100%;
}

div#PageWrapper {
	width: 100%;	
	height: 100%;
}

.PageHeaderWatermark {
	width: 41px;
	height: 41px;
	border: none;
}

div#BottomLogos {
	width: 100%;			
	float: left;	
	clear: both;
	font-size: .7em;	
	color: Black;
	background-color: white;	
}