@charset "utf-8";
/* CSS Document */

.pageTitle
{
	text-align: left;
	float: left;
	padding: 7px;
	position: relative;
	left: 0px;
	background: #8CC63F;
	font: 20px Tahoma, "Trebuchet MS" , Verdana, Arial;
	color: #FFF;
	border: 2px solid #FFF;
	margin: 0px 3px 5px 0px;
	width: 385px;
}

.contentmain
{
	width: 388px;
	float: left;
	position: relative;
	left: 0px;
	background-color: #fff;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	padding-top: 7px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 3px;

}

.contentmain h4 {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
	margin: 0px 0px 7px;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #29abe2;
}
.textArea1
{
	font: 12px/18px Tahoma, "Trebuchet MS", Verdana, Arial;
	color: #666666;
	text-align: left;
	margin-left: 2px;
}

.halfSpace
{
	width: 100px;
	height: 4px;
	float: none;
	position: static;
	display: block;
	overflow: hidden;
}

hr {
	color: #29abe2;
}

a.events:link, a.events:visited {
	color: #29abe2;
	text-decoration: none;
	border-bottom: 1px dotted #8cc63f;
	font-size: 16px;
	font-weight: 700;
}
a.events:hover, a.events:visited:hover {
	color: #8cc63f;
	text-decoration: none;
	border-bottom: 1px dotted #29abe2;
	font-size: 16px;
	font-weight: 700;
}

.FormBack 
{
    color:White;
}