﻿body {
	margin: 0px;
	font-family: Trebuchet MS,Helvetica,sans-serif;
}
a {
	color:black;
	text-decoration: none;
}
a.FooterLink {
	color: white;
	font-size:13px;
}
a:hover 
{
	color: darkgrey;
	text-decoration:none;
}
.mainLogo:hover 
{
	color: darkgrey;
}
.TopBar {
	margin:auto;
	width:1000px;
	height:40px;
}
.TopLink {
	float:right;
	margin:8px 4px 4px 20px;
	font-family:Trebuchet MS,Helvetica,sans-serif;
	font-size:16px;
}
.TopBodyWrap {
	width:100%;
	background-color:#87BE32;
}
.TopBody {
		width:1000px;
			 
		margin:auto;
		padding:10px;
}
.FooterWrap {
	width:100%;
	background-color:#63666E;
}
.Footer {
	width:1000px;
	margin:auto;
	height:230px;
	padding:10px;
}
.FooterFooterWrap {
	width:100%;
	background-color:#45474D;
}
.FooterFooter {
	height:25px;
	margin:auto;
	width:1000px;
	padding:10px;
}
.ebbtn a { 
	padding: 20px; 
	border: 1px outset gray; 
	background-color:#F7F7F7; 
	text-decoration:none; 
	color:#333333; 
	display: inline-block; 
	vertical-align: middle; 
	-moz-border-radius:10px;border-radius: 10px;
} 
.ebbtn a:hover { 
	border: 1px inset black; 
	background-color:#E2F1CA; 
	color:black; 
}
.Logo {
	font-size:60px;
	color:white;
}
.LogoBeta {
	font-size:20px;
	color:white;
}
.SubTitle {
	color: #E2F1CA;
	font-size: 18px;
}
.FeatureBlock {
	float:left;
	width:300px;
	height:200px;
	margin:12px 12px 12px 12px;
	background-color:white;
	padding:4px;
	-moz-border-radius:15px;
	border-radius: 15px;
}
H2 {
	color:green;
	margin-left:20px;
}
ul {
	list-style-type: square;
}
.FooterTitle {
	color: #BEE08A;
	font-size: 14px;
}
.FooterCopy {
	float: left;
	color: grey;
}
.FooterGroup {
	float: left;
	margin: 15px 15px 15px 15px;
	width: 150px;
}
.FeatureWrap {
	width:100%;
	height:240px;
}
.FooterRight {
	float:right;
}
.FooterRightDiv {
	float:right;
	color:grey;
}
.ULHide {
	list-style-type: none;
}
.HeaderContentWrap {
	width: 100%;
	color: white;
}
.HeaderContent {
	margin-top: 70px;
	margin-left: 70px;
	margin-bottom: 70px;
}
.LoginBlock {
	margin: auto;
	width: 300px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: white;
	margin-top: 70px;
	margin-bottom: 70px;
	padding: 15px;
	text-align: center;
}

.RegBlock {
	margin: auto;
	width: 370px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	text-align: center;
}

.basicLabel
{
	color: Black !important;
	font: 12px "segoe ui",arial,sans-serif;
  text-align:left;
}

.basicLabelError
{
	color: red !important;
	font: 12px "segoe ui",arial,sans-serif;
  text-align:left;
}