﻿.topLeft
{
	 background-image: url('../images/home_top_left.gif');
	 background-repeat:no-repeat;
	 width:490px;
	 height:50px;
	 padding-left:10px;
	 text-align:center;
}

.topRight
{
	background-image: url('../images/home_top_right.gif');
	background-repeat:no-repeat;
	width:250px;
	height:50px;
	padding-right:5px;
	text-align:center;
}

.stepContainer
, detailContainer
{
	width:inherit;
	padding-left:8px;
}

.stepContainer
{
	text-align:center;
}

.step1
,.step2
,.step3
{
	float:left;
	width:250px;
}

.step1
{
	text-align:center;
}

.step2
{
	text-align:center;
}

.step3
{
	text-align:center;
}

.stepTitle
, a.stepTitle
, a.stepTitle:hover
, a.stepTitle:visited
{
	font: Verdana;
	font-size: 28px;
	color:Orange;
	text-decoration:none;
}

.stepSubTitle
, a.stepSubTitle
, a.stepSubTitle:hover
, a.stepSubTitle:visited
{
	font: Georgia;
	font-size: 20px;
	color:Black;
	text-decoration:none;
}

.welcomeTitle
{
	font: Georgia;
	font-size: 26px;
	color:Orange;
	font-weight:bold;
}

.registerTitle
{
	font: Georgia;
	font-size: 22px;
	color:Black;
	font-weight:bold;
}

.btmLeftTitle
{
	font: Georgia;
	font-size: 22px;
	color:Black;
	font-weight:bold;
}

.btmLeft
{
	background-image: url('../images/home_btm_left.gif');
	background-repeat:no-repeat;
	background-position:center bottom;
	width:490px;
	padding-left:10px;
	padding-bottom:8px;
	vertical-align:top;
}


.btmRightTitle
{
	font: Georgia;
	font-size: 18px;
	color:Black;
}

.btmRight
{
	width:250px;
	background-image: url('../images/home_btm_right.gif');
	background-repeat:no-repeat;
	background-position:center bottom;
	float:right;
	vertical-align:top;
	padding-bottom:8px;
}



