﻿.logo {
	float: left;
	width: 20%;
}
img.logo {
	width:100%;
	
}
.clearing {
	clear: both;
}
.title {
	float: left;
	vertical-align: middle;
	font-family: "Mongolian Baiti";
	text-align: center;
}
img.title {
	padding-top:10%;
}
.mainTitle {
	font-size: 6em;
}
.subTitle {
	font-size: 4em;
}
body {
	background-color: #FFE4C4;
}
.Content {
	margin: 0px;
	height: 50%;
	width: 100%;
	/*position: fixed;*/
	overflow:auto;
	top:182px;
	
}
.smText {
	font-size: xx-small;
}
.Footer {
	padding: 2px 0px 2px 0px;
	position: fixed;
	top: 90%;
	margin: 0px;
	width: 100%;
	background-color: #FFE4C4;
	text-align: center;
}
.pageHeader {
	top: 0px;
	left: 0px;
}
.top {
	top: 0px;
}

.Red {
	color:red;
    font-weight:bold;
}

.bold {
	font-weight:bold;
}

.center {
   text-align:center;
}
