#homeWrapper {
	background-color: #FFF;
	height: 588px;
	width: 1024px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	border: .5px solid #2F3191;
}
#leftNav {
	height: 300px;
	width: 240px;
	position: relative;
	left: 12px;
	top: 133px;
}
#homeFooter {
	background-color: #008fd3;
	height: 43px;
	width: 757px;
	position: absolute;
	font-size: 13px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	bottom: -1px;
}
#login {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 240px;
	position: relative;
	top: 27px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}



#homeRightBlock {
	background-image: url(images/homeGraphic.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 587px;
	width: 757px;
	position: absolute;
	left: 267px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#homeText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	position: relative;
	left: 40px;
	top: 37px;
	height: auto;
	width: 450px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	right: 0px;
	bottom: 0px;
	background-image: url(images/name.gif);
	background-repeat: no-repeat;
}

