.FixedHeader {
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
	cursor: default;

}
.MainContent {
}
.HomePadding {
	Padding-top: 50px;
}

.TextAlignCenter {
  text-align: center;
}

.equalColumnHeight {
    display: flex;
    flex-wrap: wrap;
  }

.LineTop
{
	border-top: 1px solid #004333;
}

body {
    font-family: Lucida Sans Unicode;
	background-color:#e5e5e5;
}

.LightGray
{
	color: #999;
}

.TitleColor
{
	color: #6a7180;
}

.GreenColor
{
	color: #004333;
}

.LinkIcon
{
	width: 25px;
	height: 25px;
}

.GreenBackgroundColor
{
	background-color: #004333;
	color:#d9edf7;
}

a.email::before {
    content: "\f0e0 ";
}

a.tel::before {
    content: "\f095 ";
}