#divLoginFooter
{
	bottom: 0px;
	position: absolute;
	text-align: center;
	left: auto;
}
#divMain
{
	border-right: #c7c7c7 1px solid;
	border-top: #c7c7c7 1px solid;
	padding-bottom: 10%;
	vertical-align: middle;
	border-left: #c7c7c7 1px solid;
	width: 800px;
	height: 100%;
	border-bottom: #c7c7c7 1px solid;
	position: relative;
	background-color: white;
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
}
#divBody
{
	margin-top: 30px;
	z-index: 100;
	width: 100%;
	position: relative;
	height: auto;
}

#divLeftMain
{
	float: left;
	width: 30%;
	position: relative;
	height: 100%;
}

#divCenterMain
{
	background-image:url(../img/loginBox.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	margin: 0 auto;
	width: 412px;
	height:195px;
	display: block;
	padding-top:65px;
}
#divRightMain
{
	left: 0px;
	float: right;
	width: 30%;
	position: relative;
	top: 0px;
	height: 100%;
	text-align: center;
}

BODY
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background-color: #000000;
	background-image: url(../img/centerBG.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
HTML
{
	margin: 0;
	padding: 0;
	height: 100%;
}
A.sideLinks
{
	clear: both;
	display: block;
	color: #333;
	text-decoration: none;
}
A.sideLinks:hover
{
	background-color: #ffffcc;
}
#topBar
{
	left: 0px;
	background-image: url(../img/Banner.jpg);
	width: 100%;
	position: relative;
	top: 0px;
	text-align: center;
	height: 95px;
}
.lpLogo
{
	float: left;
}
.emmsLogo
{
	float: right;
}
.userPasswordText
{
	margin-bottom:20px;	
	width: 100%;
	height: 20px;
	position: relative;
}

.usernamePasswordLabels
{
	font: bold 12px verdana;
	display:inline;
	float:right;
	margin-right:30px;
	padding-top:3px;
	color:#3f3f3f;
	
}

.lgnText
{
	display: inline;
	width: 200px;
	float:right;
	margin-right:30px;
	border:solid 1px #9f9f9f;
}

.loginBtn
{
	margin-left:50px;
}


.toRight
{
	float: right;
}
.toLeft
{
	float: left;
	display: inline;
}


.listLinks
{
	background: white;
	font: 0.8em Verdana, Arial;
	color: gray;
	border-top-style: solid;
	height: 30px;
	text-align: center;
	text-decoration: none;
}

.bottomChain
{
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.alignCenter
{
	text-align: center;
}
.floatBottom
{
	position: absolute;
	bottom: 0;
	left: 0;
}
