﻿/*Registration buttons*/

.HomeMiddle
{
	float:left;
	width:399px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
}

.HomeRight
{
	float:left;
	/*margin-top:40px;*/
	width:180px;
	text-align:center
}

/*.HomeLeft
{
float:left;
background-image:url(../images/HomePageLeft.png);
background-repeat:no-repeat;
*background-position: 20px;*
width: 190px;
height:220px;
color:White;
font-size:120%;
margin-left:20px;
}

.HomeLeftTop, .HomeLeftBottom
{
	width: 180px;
	cursor:pointer;
}
.HomeLeftTop
{
	height:133px;
}

.HomeLeftBottom
{
	height:87px;
}

.HomeLeftText, .HomeLeftBold, .HomeLeftBig
{
	padding-left: 20px;
	width: 150px;
}

.HomeLeftText
{
	 font-size:85%;	
	 *margin-top:5px;*
}*/

/*new registration button area*/

.HomeLeft
{
	float:left;
	width: 190px;
	height:380px;
	color:#a00d06;
	font-size:120%;
	margin-left:20px;
	font-family:Arial;
	text-align:center;
	padding-right:0px;
}

.HomeLeftPadding
{
	padding-right:20px;
}

.HomeLeftMiddle
{
	background-image:url(../images/homePageHand.jpg);
	background-repeat:no-repeat;
	background-position: 35px 0px;
	height:130px;
	cursor:pointer;
}

.HomeLeftTop
{
	height: 100px;
}

.HomeLeftBottom
{
	height: 150px;
}

.HomeLeftCost
{
	color:#a00d06;
	font-weight:bold;
	font-size:200%;
}

.HomeLeftText, .HomeLeftBold, .HomeLeftBig
{

}

.HomeLeftTextTop
{
	font-weight:bold;
	font-size: 150%;
}

.HomeLeftTextBottom
{
	color: #000000;
	padding-bottom:10px;
	padding-top:10px;
	width:170px;
	padding-left:10px;
}


.HomeLeftBold
{
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	color:#910510;
}

.HomeLeftBig
{
	font-weight:bold;
	font-size:300%;
	padding-top:5px;
	padding-bottom:5px;
	color:#e80300;
}

a.homeLeftLinks, a.homeLeftLinks:link, a.homeLeftLinks:active, a.homeLeftLinks:visited, a.homeLeftLinks:hover
{
 color:#ffffff;
 text-decoration:none;
}