* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size: small;
	background-color: white;
}

#container {
	position: relative;
	padding-top: 20px;
	padding-left: 0px;
	width: 975px;
	margin: 0;
}

* html #container {
	height: 100%;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

#Hbar {
	position: absolute;
	background-image: URL('../images/index/bar.png');
	padding-top: 5px;
	width: 962px;
	height: 0.5px;
}
#Vbar {
	position: absolute;
	background-image: URL('../images/index/bar.png');
	padding-top: 5px;
	margin-top: 20px;
	margin-left: 300px;
	width: 2px;
	height: 500px;
}
#header {
	position: relative;
	background-repeat: no-repeat;
	height: 90px;
	width: 100%;
	background-color: #000099;
}

#logo {
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-left: 5%;
	padding-right: 60px;
	width: 156px;
	float: left;
}
#mtalogo {
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-left: 5%;
	padding-right: 25px;
	width: 156px;
	float: right;
	font-style: normal;
	font-weight: bold;
}
#MenuVbar {
	position: absolute;
	background-image: URL('../images/index/bar.png');
	margin-top: 140px;
	margin-left: 200px;
	width: 2px;
	height: 500px;
}
#easypaylogo {
	position: absolute;
	margin-top: 10px;
	margin-left: 110px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 25px;

}
#menu {
	float: left;
	width: 520px;
	height: 105px;
}

#buttons {
	vertical-align: top;
}

#buttons .account {
	float: left;
}

#buttons .enroll {
	float: left;
}

.footer {
	text-align: center;
	margin:25px auto 45px auto;
}

.footerContent {
	border:1px solid #cc000;
	padding:20px
}
.footer .image {
	padding-left: 35px;
	padding-right: 35px;
}


#links {
	position: relative;
	padding-top:15px;
	font-family: Arial;
	font-size: 10px;
	color: #666666;
}

#links .page {
	padding-left: 20px;
}

#links .page a:link {
	color: #666666;
	text-decoration: none;
}

#links .page a:visited {
	color: #666666;
	text-decoration: none;
}

#links .page a:hover {
	text-decoration: underline;
}

#links .page a:active {
	text-decoration: underline;
}
